> 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.md).

# Validator について

Chiliz Chainは、高速なブロックタイムとコスト効率の高いトランザクションを実現するために設計されたProof of Staked Authority (PoSA) コンセンサスメカニズムを採用しています。

double-sign検出やslashingの仕組みといった高度なセキュリティ機能により、チェーンの整合性、安定性、ファイナリティが維持されます。

このコンセンサスメカニズムは、主に2つの重要な役割によって管理されています。

* Validator。チェーンの重要な構成要素であり、交代でブロックを生成・検証します。
* Delegator。チェーンのgovernanceに参加し、報酬を得るために、自身のCHZをvalidatorのpoolに割り当てます。

Chiliz Chainでは、ブロックを生成するvalidatorの数に上限が設けられています。また、ブロックを生成しないものの、ブロック生成中のvalidatorがオフラインになったり「jail」されたりした場合に備えてキューで待機している、アクティブな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.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.
