> 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/jp/gakushu/yogo-shu/cap-20.md).

# CAP-20

## **CAP-20 とは？**

ブロックチェーンの世界では、xxx-20 は Ethereum の 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/) は、Ethereum ブロックチェーン上で最も一般的なトークン標準です。

トークン標準とは、トークンがブロックチェーン上で正しく機能するために従わなければならない一連のルールです。\
これらのルールには、トークンをどのように送金/使用できるか、取引がどのように承認されるか、ユーザーがトークンに関するデータにどのようにアクセスできるか、そしてトークンの総供給量などが含まれます。

ERC-20 に従うことで、異なるトークン同士が Ethereum 上で予測可能な形で相互作用できるようになり、開発者が wallet、取引所、その他の smart contract とうまく連携する新しいトークンを作成しやすくなります。

簡単に言えば、ERC-20 は Ethereum ネットワーク上のすべてのトークンが互いを理解し、スムーズに連携するために使う共通言語のようなものです。

## では、CAP-20 とは？

CAP-20 は、Chiliz Chain 上の Fan Token のための標準です。

ERC-20 の基本機能に従いつつ、より幅広い種類のトークンをサポートするように拡張されています。

Fan Token（または「CAP-20 token」）は本質的に ERC-20 token ですが、次の点が異なります：

* Ethereum ではなく Chiliz Chain 上で動作する、
* したがって $ETH ではなく $CHZ を使用する、
* ERC-20 の標準が 18 桁の小数を持つのに対し、Fan Token のデフォルトは 0 桁の小数を持つ。

異なるブロックチェーンプラットフォーム上で作成されたトークンは、bridging と呼ばれるプロセスを通じて Chiliz Chain に調整・連結できます。[Chiliz Bridge](/jp/gakushu/bridge.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:

```
GET https://docs.chiliz.com/jp/gakushu/yogo-shu/cap-20.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.
