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

# Validator になる方法

Validator になることで、報酬を獲得しながら Chiliz Chain のセキュリティと分散化に貢献し、エコシステムの governance と成長において重要な役割を果たすことができます。

## 前提条件

Validator として登録する前に、以下の条件を満たしていることを確認してください。

* [独自の validator node を運用する](/jp/gakushu/validator/validator-node-unei.md)か、サードパーティのサービスを利用して node を運用してもらう必要があります。
* 最低でも1,000万 CHZ を stake する必要があります。
* 既存の validator セットによる承認を得る必要があります。

## Validator として登録する手順

前提条件を満たしたら、以下の手順に従って Chiliz Governance dApp で登録します。

1. [Chiliz Governance dApp](https://governance.chilizchain.com/staking) を開きます。
2. 「Register New Validator」ボタンをクリックします。\
   ![](/files/vNiwtNk2yQSUgxIYgNnc)
3. 登録フォームに入力します。\
   ![](/files/4OXJoSuIDGAL3SuDwHFV)
   1. Validator node の Blockchain Address を入力します。
   2. Stake したい CHZ の量を指定します（最低1,000万 CHZ）。
   3. 希望する commission rate を設定します。これは delegator から保持される報酬の割合を決定します。
4. 詳細を慎重に確認し、「Submit」をクリックして登録プロセスを完了します。

フォームを送信すると、既存の validator の1人が Governance Proposal を開始し、他の validator があなたの validator node を consensus mechanism に含めるかどうかを投票します。


---

# 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-ninaru.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.
