> 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-20-token.md).

# ERC-20 Token

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

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

### ERC-20 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-20 is a token standard on Ethereum with alternative features.\
Please refer to the official [ERC-20 documention](https://eips.ethereum.org/EIPS/eip-20) for more information.

The rest of this section consists of:

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


---

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

```
GET https://docs.wemix.com/en/tutorial/erc-20-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.
