# 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)


---

# 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.wemix.com/en/tutorial/erc-721-token.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.
