> 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/validator/validator-delegator-towa.md).

# Validator と Delegator の定義

Proof of Staked Authority (PoSA) コンセンサスメカニズムは、ネットワークの整合性とパフォーマンスを確保するために 2 つの重要な役割、すなわち Validator と Delegator を実装しています。これらの役割は、ブロック生成、トランザクションの検証、そしてネットワークの governance に不可欠です。

## Validator

Validator は Chiliz Chain の根幹を支える存在です。ブロックを生成し、ネットワークを保護し、ブロックチェーンの整合性を維持する役割を担う node です。

Validator は次の方法で Chiliz Chain に貢献します。

* ブロックの生成: Validator はトランザクションをまとめ、安全かつ効率的にブロックを作成・検証します。
* ネットワークの保護: PoSA コンセンサスに参加することで、Validator はネットワークが分散性を保ち、攻撃に耐えられるようにします。
* 報酬の獲得: アクティブな Validator は、その働きに対して CHZ の報酬を受け取ります。これはトランザクション手数料と staking 報酬から拠出されます。

Validator には 2 種類あります。

* Main Validator: 一定数のブロック生成 validator で、トランザクションを検証し、新しいブロックをチェーンにコミットする役割を担います。
* Candidate Validator: 待機状態にとどまる validator で、ブロックを生成しません。これらの validator は、Main Validator が利用不可になったりペナルティを受けたりした場合に交代できます。

epoch（28,800 ブロック）ごとに実施される定期的な選出プロセスにより、最も多く stake された validator（Main Validator と呼ばれる）がブロックを生成できる状態にあることが保証されます。Main Validator が利用不可（オフラインまたは「in jail」状態）の場合、Candidate Validator（アクティブセット外の validator）は、ブロック生成プロセスに参加できる可能性を得るために次の選出サイクルを待たなければなりません。ただし、Main Validator がすでに復帰している場合は除きます。

## Delegator

Delegator は、自身の CHZ を stake して validator を支援することで、Chiliz Chain の governance において重要な役割を果たします。トークンを delegate することで、報酬を獲得しながら、ネットワークのセキュリティと governance に間接的に参加します。

Delegator は次の方法で Chiliz Chain に貢献します。

* Staking: Delegator は自身の CHZ を validator の staking プールに割り当て、その validator がブロック生成に選出される可能性を高めます。
* チェーン governance への参加: CHZ を stake することで、delegator は Chiliz Chain の意思決定プロセスに影響を与えます。
* 報酬の獲得: 支援の見返りとして、delegator は validator が生み出す報酬の一部を獲得します。


---

# 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/validator/validator-delegator-towa.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.
