> 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/pt-br/aprender/glossario/cap-20.md).

# CAP-20

## **O que é CAP-20?**

No mundo blockchain, xxx-20 refere-se a padrões de token inspirados no padrão ERC-20 do Ethereum.\
Por exemplo, o [BEP-20](https://academy.binance.com/en/glossary/bep-20) é o token padrão para a [BNB Smart Chain](https://www.bnbchain.org/en/bnb-smart-chain) ([BSC](https://github.com/bnb-chain/bsc)), e da mesma forma, o CAP-20 é o equivalente do ERC-20 para a Chiliz Chain.

{% hint style="info" %}
"CAP" é a abreviação de "Chiliz Advancement Proposal".
{% endhint %}

## Primeiro, o que é ERC-20?

O [ERC-20](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/) é o padrão de token mais comum na blockchain Ethereum.

Um padrão de token é um conjunto de regras que os tokens devem seguir para funcionar corretamente em uma blockchain.\
Essas regras incluem como os tokens podem ser transferidos/gastos, como as transações são aprovadas, como os usuários podem acessar dados sobre um token e o fornecimento total do token.

Seguir o ERC-20 garante que diferentes tokens possam interagir entre si de maneira previsível no Ethereum, tornando mais fácil para os desenvolvedores criar novos tokens que funcionarão bem com carteiras, exchanges e outros contratos inteligentes.

Em termos simples, o ERC-20 é como uma língua comum que todos os tokens na rede Ethereum usam para se entender e trabalhar juntos harmoniosamente.

## Agora, o que é CAP-20?

O CAP-20 é o padrão para Fan Tokens na Chiliz Chain.

Embora siga os recursos básicos do ERC-20, também o estende para suportar uma gama mais ampla de tokens.

Os Fan Tokens (ou "tokens CAP-20") são essencialmente tokens ERC-20, mas:

* Rodam na Chiliz Chain, não no Ethereum,
* Portanto usam $CHZ, não $ETH,
* O padrão de um Fan Token tem 0 decimais, enquanto o padrão ERC-20 tem 18 decimais.

Tokens criados em diferentes plataformas blockchain podem ser ajustados ou vinculados à Chiliz Chain por meio de um processo chamado bridge. Saiba mais sobre a [Chiliz Bridge](/pt-br/aprender/sobre-bridges.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/pt-br/aprender/glossario/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.
