> 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/vi/hoc-tap/tu-dien/cap-20.md).

# CAP-20

## **CAP-20 là gì?**

Trong thế giới blockchain, xxx-20 đề cập đến các tiêu chuẩn token lấy cảm hứng từ tiêu chuẩn ERC-20 của Ethereum.\
Ví dụ, [BEP-20](https://academy.binance.com/en/glossary/bep-20) là tiêu chuẩn token của [BNB Smart Chain](https://www.bnbchain.org/en/bnb-smart-chain) ([BSC](https://github.com/bnb-chain/bsc)), và tương tự, CAP-20 là tương đương của ERC-20 trên Chiliz Chain.

{% hint style="info" %}
"CAP" là viết tắt của "Chiliz Advancement Proposal".
{% endhint %}

## Trước tiên, ERC-20 là gì?

[ERC-20](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/) là tiêu chuẩn token phổ biến nhất trên blockchain Ethereum.

Tiêu chuẩn token là một tập hợp các quy tắc mà các token phải tuân theo để hoạt động đúng trên một blockchain.\
Các quy tắc này bao gồm cách token có thể được chuyển/sử dụng, cách các giao dịch được phê duyệt, cách người dùng có thể truy cập dữ liệu về token, và tổng nguồn cung của token.

Việc tuân theo ERC-20 đảm bảo rằng các token khác nhau có thể tương tác với nhau theo cách có thể dự đoán được trên Ethereum, giúp các nhà phát triển dễ dàng tạo ra các token mới tương thích tốt với ví, sàn giao dịch và các smart contract khác.

Nói đơn giản, ERC-20 giống như một ngôn ngữ chung mà tất cả các token trên mạng Ethereum sử dụng để hiểu nhau và hoạt động cùng nhau một cách trơn tru.

## Vậy, CAP-20 là gì?

CAP-20 là tiêu chuẩn cho Fan Tokens trên Chiliz Chain.

Mặc dù tuân theo các tính năng cơ bản của ERC-20, CAP-20 còn được mở rộng để hỗ trợ nhiều loại token hơn.

Fan Tokens (hay "CAP-20 tokens") về bản chất là ERC-20 token, nhưng:

* Chúng chạy trên Chiliz Chain, không phải Ethereum,
* Do đó chúng sử dụng $CHZ, không phải $ETH,
* Mặc định của một Fan Token có 0 chữ số thập phân, trong khi tiêu chuẩn ERC-20 có 18 chữ số thập phân.

Các token được tạo trên các nền tảng blockchain khác nhau có thể được điều chỉnh hoặc liên kết với Chiliz Chain thông qua một quy trình gọi là bridge. Tìm hiểu thêm về [Chiliz Bridge](https://github.com/chiliz-chain/docs/blob/master/vi/hoc-tap/ve-bridging/README.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/vi/hoc-tap/tu-dien/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.
