# 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](https://docs.wemix.com/en/tutorial/erc-20-token/write-erc-20-contract)
2. [Check ERC-20 Token](https://docs.wemix.com/en/tutorial/erc-20-token/check-erc-20-token)
3. [Send ERC-20 Token](https://docs.wemix.com/en/tutorial/erc-20-token/send-erc-20-token)
4. [Check ERC-20 Token API](https://docs.wemix.com/en/tutorial/erc-20-token/check-erc-20-token-api)
5. [Burn ERC-20 Token](https://docs.wemix.com/en/tutorial/erc-20-token/burn-erc-20-token)
