> For the complete documentation index, see [llms.txt](https://docs.wemix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wemix.com/en/tutorial/erc-721-token.md).

# ERC-721 Token

This section covers how to use ERC-721 Token easily.

{% hint style="info" %}
All examples are based on WEMIX3.0 Testnet.
{% endhint %}

### ERC-721 Token

Ethereum Request for Comment (ERC) refers to the standard for tokens issued in the Ethereum blockchain network (referring to Token, a digital asset that is subordinated while complying with the basic conventions within the main blockchain).

ERC-721 is an NFT standard on Ethereum with irreplaceable features.\
Please refer to the official [ERC-721 documentation](https://eips.ethereum.org/EIPS/eip-721) for more information.

The rest of this section consists of:

1. [Write ERC-721 Contract](/en/tutorial/erc-721-token/write-erc-721-contract.md)
2. [Minting ERC-721](/en/tutorial/erc-721-token/minting-erc-721-token.md)
3. [Check ERC-721 Token API](/en/tutorial/erc-721-token/check-erc-721-token-api.md)
4. [Burn ERC-721 Token](/en/tutorial/erc-721-token/burn-erc-721-token.md)
