> For the complete documentation index, see [llms.txt](https://docs.dexlab.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexlab.space/products/supertools-for-xpla/cw721-token-creation-nft/instantiate-minting.md).

# 1️⃣ Instantiate (Minting)

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

## Contract Details

To create a CW721 contract, whether it's a collection of NFTs or a single NFT, it must first be instantiated (Mintined).

You only need to decide on the Minter Address, which will be the sole authority to mint new tokens within the CW721 contract.

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

* **Name:** the full name of your NFT.
* **Symbol (Ticker)**: the shortening of your CW721 NFT name.
* **Minter Address:** the wallet address of your CW721 NFT authority.

Click 'Instantiate Contract.'

Click 'Approve' on your pop-up wallet window.

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

On the above, you may see your CW721 NFT contract address and TX Hash.

## Minting

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

Go on to the 'Execute' tab to mint your CW721 NFT.

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

* **Address of the CW721 contract:** Your CW721 token contract address. [How to Get My CW20 Token Contract Address](/products/supertools-for-xpla/cw20-token-creation/how-to-get-my-cw20-token-contract-address.md)
* **Message Type:** Choose 'Mint' from the drop-down menu.
* **Recipient Address:** the wallet address that going to receive this CW721 token.
* **Token ID:** Your NFT's unique identification ID. Can be a number or characters.
* **Metadata:** See the description below.

## Metadata

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

Insert the image URL of your CW721 NFT.

## Execute Minting

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

Click 'Execute' in the top right corner.

Click 'Approve' on your pop-up wallet window.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dexlab.space/products/supertools-for-xpla/cw721-token-creation-nft/instantiate-minting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
