> 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/pl/nauka/slownik/cap-20.md).

# CAP-20

## **Czym jest CAP-20?**

W świecie blockchain xxx-20 odnosi się do standardów tokenów inspirowanych standardem ERC-20 Ethereum.\
Na przykład [BEP-20](https://academy.binance.com/en/glossary/bep-20) jest standardowym tokenem dla [BNB Smart Chain](https://www.bnbchain.org/en/bnb-smart-chain) ([BSC](https://github.com/bnb-chain/bsc)), i podobnie CAP-20 jest odpowiednikiem ERC-20 dla Chiliz Chain.

{% hint style="info" %}
„CAP" jest skrótem od „Chiliz Advancement Proposal".
{% endhint %}

## Najpierw: czym jest ERC-20?

[ERC-20](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/) to najpowszechniejszy standard tokenów w blockchainie Ethereum.

Standard tokenu to zestaw zasad, których tokeny muszą przestrzegać, aby poprawnie działać w blockchainie.\
Zasady te obejmują: sposób transferu/wydawania tokenów, sposób zatwierdzania transakcji, sposób dostępu użytkowników do danych o tokenie oraz całkowitą podaż tokenu.

Przestrzeganie ERC-20 zapewnia, że różne tokeny mogą wchodzić ze sobą w interakcje w przewidywalny sposób w Ethereum, ułatwiając deweloperom tworzenie nowych tokenów, które będą dobrze współpracować z portfelami, giełdami i innymi smart kontraktami.

Mówiąc prosto, ERC-20 jest jak wspólny język, którego wszystkie tokeny w sieci Ethereum używają do wzajemnego rozumienia się i płynnej współpracy.

## Teraz: czym jest CAP-20?

CAP-20 to standard dla Fan Tokenów w Chiliz Chain.

Choć podąża za podstawowymi funkcjami ERC-20, rozszerza go również, aby obsługiwać szerszy zakres tokenów.

Fan Tokeny (lub „tokeny CAP-20") są zasadniczo tokenami ERC-20, ale:

* Działają w Chiliz Chain, nie w Ethereum,
* Dlatego używają $CHZ, nie $ETH,
* Domyślnie Fan Token ma 0 miejsc dziesiętnych, podczas gdy standard ERC-20 ma 18 miejsc dziesiętnych.

Tokeny utworzone na różnych platformach blockchain mogą być dostosowane lub połączone z Chiliz Chain poprzez proces zwany mostowaniem. Dowiedz się więcej o [Chiliz Bridge](/pl/nauka/o-mostach.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/pl/nauka/slownik/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.
