# 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 %}
