> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/ko/baeuggi/yongeo/cap-20.md).

# CAP-20

## **CAP-20이란 무엇인가요?**

블록체인 세계에서 xxx-20은 이더리움의 ERC-20 표준에서 영감을 받은 토큰 표준을 가리킵니다. 예를 들어 [BEP-20](https://academy.binance.com/en/glossary/bep-20)은 [BNB Smart Chain](https://www.bnbchain.org/en/bnb-smart-chain)([BSC](https://github.com/bnb-chain/bsc))의 표준 토큰이며, 마찬가지로 CAP-20은 Chiliz Chain에서 ERC-20에 해당합니다.

{% hint style="info" %}
"CAP"은 "Chiliz Advancement Proposal"의 약자입니다.
{% endhint %}

## 먼저, ERC-20이란 무엇인가요?

[ERC-20](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/)은 이더리움 블록체인에서 가장 일반적인 토큰 표준입니다.

토큰 표준은 블록체인에서 토큰이 제대로 작동하기 위해 따라야 하는 규칙 집합입니다. 이 규칙에는 토큰 전송/사용 방법, 트랜잭션 승인 방법, 사용자가 토큰 데이터에 접근하는 방법, 토큰의 총 공급량이 포함됩니다.

ERC-20을 따르면 서로 다른 토큰이 이더리움에서 예측 가능한 방식으로 상호작용할 수 있어, 개발자가 지갑, 거래소, 기타 스마트 컨트랙트와 잘 작동하는 새 토큰을 더 쉽게 만들 수 있습니다.

간단히 말해, ERC-20은 이더리움 네트워크의 모든 토큰이 서로를 이해하고 원활하게 함께 작동하기 위해 사용하는 공통 언어와 같습니다.

## 그렇다면 CAP-20이란 무엇인가요?

CAP-20은 Chiliz Chain의 Fan Token 표준입니다.

ERC-20의 기본 기능을 따르면서 더 넓은 범위의 토큰을 지원하도록 확장합니다.

Fan Token(또는 "CAP-20 토큰")은 본질적으로 ERC-20 토큰이지만:

* 이더리움이 아닌 Chiliz Chain에서 실행되며,
* 따라서 $ETH가 아닌 $CHZ를 사용합니다.
* Fan Token의 기본값은 소수점 0자리인 반면, ERC-20의 표준은 18자리입니다.

다른 블록체인 플랫폼에서 생성된 토큰은 브리징이라는 프로세스를 통해 Chiliz Chain에 연결할 수 있습니다. [브리지](/ko/baeuggi/beuriji.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, and the optional `goal` query parameter:

```
GET https://docs.chiliz.com/ko/baeuggi/yongeo/cap-20.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
