# Instantiate (Minting)

<figure><img src="https://4258708058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLgGUCteWrA9nM5I3ts-887967055%2Fuploads%2FXKspveGf5CY3qtxtNRIY%2FScreen%20Shot%202023-05-03%20at%2018.48.38%20PM.png?alt=media&#x26;token=38e3d7e3-03db-4481-ae87-738c6c02a108" 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="https://4258708058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLgGUCteWrA9nM5I3ts-887967055%2Fuploads%2FAvntHzgNl8pivf9DgYrf%2FContract%20Details%20(NFT).png?alt=media&#x26;token=2e5c2253-87b5-4414-b5e9-fcc8bd74c030" 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="https://4258708058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLgGUCteWrA9nM5I3ts-887967055%2Fuploads%2FnY4UXG5lbRJswWv9PrD4%2FMinting%20Success%20(NFT).png?alt=media&#x26;token=19974c8c-6af9-4248-a8a3-f1229357c9fa" alt=""><figcaption></figcaption></figure>

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

## Minting

<figure><img src="https://4258708058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLgGUCteWrA9nM5I3ts-887967055%2Fuploads%2FHMqoEVD60oE5HuTwvery%2FScreen%20Shot%202023-05-03%20at%2020.14.13%20PM.png?alt=media&#x26;token=bf941764-6d9e-4c96-b423-73b22f2b78d6" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://4258708058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLgGUCteWrA9nM5I3ts-887967055%2Fuploads%2FSrkb4ZqwEC3NaTtDLuCb%2FExecute%201.png?alt=media&#x26;token=4562b9f2-60fa-4ed4-bedc-39c5c09f89a7" alt=""><figcaption></figcaption></figure>

* **Address of the CW721 contract:** Your CW721 token contract address. [how-to-get-my-cw20-token-contract-address](https://docs.dexlab.space/products/supertools-for-xpla/cw20-token-creation/how-to-get-my-cw20-token-contract-address "mention")
* **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.&#x20;

## Metadata

<figure><img src="https://4258708058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLgGUCteWrA9nM5I3ts-887967055%2Fuploads%2FgSnUepuIHOsZEKsTVVxn%2FMetadata.png?alt=media&#x26;token=4681ca66-8d75-41af-b230-51d82c993090" alt=""><figcaption></figcaption></figure>

Insert the image URL of your CW721 NFT.

## Execute Minting

<figure><img src="https://4258708058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLgGUCteWrA9nM5I3ts-887967055%2Fuploads%2FcyKPxqpRvlEDjlOjWT7p%2FTX%20HASH.png?alt=media&#x26;token=649e5253-43a4-41f9-a786-618840be943e" alt=""><figcaption></figcaption></figure>

Click 'Execute' in the top right corner.

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