> 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/chiliz-chain.md).

# Chiliz Chain について

## **Chiliz Chain の主な目的**

Chiliz Chain は、スポーツとエンターテインメントに焦点を当てた安全なオンラインコミュニティの構築を目指しています。

私たちの主な目的は、スポーツ＆エンターテインメント業界に焦点を当てた Web3 エコシステムを構築し、関係者が安全なネットワーク効果主導のコミュニティ内で Web3 体験を構築できるようにすることです。

Chiliz Chain を使えば、グローバルブランドにアクセスし、スポーツとエンターテインメントの膨大な既存パートナー資産を活用して、特別なものを生み出すことができます。

## 主な特徴

### EVM 互換性

Chiliz Chain は [BNB Smart Chain](https://www.bnbchain.org/en/bnb-smart-chain)（[BSC](https://github.com/bnb-chain/bsc)）のフォークであり、BSC 自体は go-Ethereum のフォークです。

そのため、このドキュメントを含む EVM のメカニズム、概念、バイナリのほとんどは、BSC および Ethereum のものから派生または着想を得ています。

EVM 互換チェーンとして、Chiliz Chain は Ethereum のツールとの互換性を維持し、知識のある開発者が Chiliz Chain 環境で簡単に構築できるようにします。

### Proof of Staked Authority コンセンサス

BSC のフォークとして、Chiliz Chain は Proof of Staked Authority コンセンサス（PoSA）に依存しています。これは Proof-of-Authority（PoA）と Proof of Stake（PoS）を組み合わせたものです。このハイブリッドアルゴリズムは、より速いブロックタイムと取引コストの削減を可能にしますが、その代償として分散性が犠牲になります。

これはまた、Chiliz Chain が [BSC コンセンサスメカニズム](https://github.com/bnb-chain/bsc/blob/master/README.md#proof-of-staked-authority)である Parlia から以下を継承していることを意味します。

1. ブロックは限られた validator のセットによって生成されます。
2. validator は、Ethereum の Clique コンセンサスエンジンと同様に、PoA 方式で交代してブロックを生成します。
3. validator セットは、Chiliz Chain の staking governance に基づいて選出・除外されます。
4. Parlia コンセンサスエンジンは、一連のシステム contract と連携して、liveness slash、収益分配、validator セットの更新機能を実現します。

PoSA は分散化を促進し、コミュニティ governance を重視します。また、より短いブロックタイムと低い手数料もサポートします。

### 限られた数の validator

EVM 互換性というベースラインから、Chiliz Chain は Main Validator のシステムを導入しています。staking で最も多くボンドされた validator 候補が validator となり、ブロックの生成を開始します。

### ネイティブトークン: CHZ

CHZ は、ETH が Ethereum 上で動作するのとまったく同じように、Chiliz Chain 上で動作するネイティブトークンです。

これは、CHZ が以下の用途に使用できることを意味します。

1. smart contract をデプロイまたは呼び出すための gas の支払い、
2. Chiliz Chain と Ethereum 間でのトークン資産の転送などのクロスチェーン操作の実行、
3. stake または delegate することによるネットワークのセキュリティ確保。


---

# 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/chiliz-chain.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.
