# CW721 Token Creation (NFT)

## What's a CW721?[​](https://docs.juno.tools/docs/dashboards/cw-721/base/introduction#whats-a-cw721) <a href="#whats-a-cw721" id="whats-a-cw721"></a>

CW721 is a specification for non-fungible tokens built on CosmWasm, with its name and design inspired by Ethereum's ERC721 standard but with some improvements. It enables contracts to implement this specification or interact with any standard CW721 contract.

## Enter the SuperTools website

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

{% hint style="info" %}
(Updated May 3) Keplr wallet does not support the NFT function. Therefore, you cannot add minted NFTs to your own Keplr wallet. Vanta Wallet, developed by Dexlab, will soon be equipped with this feature!
{% endhint %}

This tutorial is written based on Keplr wallet. [Keplr Wallet Creation](/products/superdex-for-xpla/keplr-wallet-creation.md)

Click 'CW721 Token' on the left tab to start token creation.


---

# 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://docs.dexlab.space/products/supertools-for-xpla/cw721-token-creation-nft.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.
