# ERC-20 Token

본 장에서는 ERC-20 토큰을 쉽게 활용할 수 있는 방법을 설명합니다.

{% hint style="info" %}
모든 예제는 WEMIX3.0 테스트넷을 기반으로 합니다.
{% endhint %}

### ERC-20 토큰

ERC(Ethereum Request for Comment)는 이더리움 블록체인 네트워크에서 발행되는 토큰(Token, 메인 블록체인 내의 기본적인 규약을 지키면서 종속되어 돌아가는 디지털자산을 지칭)의 표준을 뜻합니다.

ERC-20은 대체 가능한 특징을 지니고 있는 이더리움상의 토큰 표준안입니다.\
자세한 내용은 공식 [ERC-20 문서](https://eips.ethereum.org/EIPS/eip-20)를 참조하세요.

본 장의 나머지 부분은 다음과 같이 구성됩니다.

1. [ERC-20 Contract 만들기](/ko/tutorial/erc-20-token/erc-20-contract.md)
2. [ERC-20 Token 확인하기](/ko/tutorial/erc-20-token/erc-20-token.md)
3. [ERC-20 Token 보내기](/ko/tutorial/erc-20-token/erc-20-token-1.md)
4. [ERC-20 Token API 조회하기](/ko/tutorial/erc-20-token/erc-20-token-api.md)
5. [ERC-20 Token 소각하기](/ko/tutorial/erc-20-token/erc-20-token-2.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/ko/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.
