> For the complete documentation index, see [llms.txt](https://docs.irrevocable.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.irrevocable.dev/sdk-reference/mintgrantburn-pkp.md).

# MintGrantBurn PKP

By invoking `mintGrantBurnPKP`, you obtain the `publicKey`, `tokenId`, and `address` of the PKP. The publicKey is the non-compressed public key that the ECDSA algorithm uses to compute the address.

{% hint style="info" %}
Get some Testnet LIT tokens from [the official Chronicle faucet](https://faucet.litprotocol.com/) to mint your PKP on Chronicle.
{% endhint %}

{% code overflow="wrap" fullWidth="true" %}

```typescript
const { publicKey, tokenId, address } = await newCircuit.mintGrantBurnPKP(ipfsCID);
```

{% endcode %}
