# ERC20 토큰

ERC20 토큰은 이더리움 위에서 사용되는 토큰입니다. 이더리움 위에서 스마트 컨트랙트 형태로 토큰을 발행할 수 있습니다. 스마트 컨트랙트 중 ERC20 표준을 따르는 토큰을 ERC20 토큰이라고 부릅니다.

현재 이더리움 위에서 동작하는 대부분의 토큰이 ERC20 표준을 따르고 있습니다.

디센트 월렛에서 지원하는 ERC20 토큰의 리스트는 다음 항목을 참고하세요.\
<https://dcentwallet.com/SupportedCoin>


---

# 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://userguide.dcentwallet.com/kr/cryptocurrency-basic/erc20.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.
