# Minting NFTs

1. After the NFT is created, click on the **"Mint"** button.

<figure><img src="/files/9EgN6fZ3cLqEV2Shqzqx" alt=""><figcaption></figcaption></figure>

2. A pop-up update allows you to choose whether to Freeze the data or Mint. Select **"Freeze data"** before minting.
3. Click the **"Request Mint"** button and wait for approval from the admin.
4. When your NFT is approved for minting by the admin, a notification will be sent to your web account.
5. Once your NFT is approved for minting by the admin, click the **"Mint"** button again.

<figure><img src="/files/LvbBGmb1X6i0gtT2W4SO" alt=""><figcaption></figcaption></figure>

On the pop-up that appears, click the **"Mint"** button.&#x20;

<figure><img src="/files/cyJ9VKzZkh5BsybrWWMe" alt=""><figcaption></figcaption></figure>

Your MetaMask wallet screen will appear, click the **"Confirm"** button to complete the transaction. Make sure you have enough BNB in your wallet to make the payment.

That's it! You have successfully minted the NFT.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nftdeal.gitbook.io/eng-user-guide/minting-nfts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
