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

# Validator チェックリスト

このページでは、最初の意思決定から最終的な退出まで、validator オペレーターが行うべきことすべてを 1 つのチェックリストにまとめています。各項目は詳細なガイドへリンクしています。

## フェーズ 1: 申請する前に

* [ ] 最低 **1,000 万 CHZ** を stake できることを確認する。
* [ ] 自分で node を運用するか、サードパーティのサービスを利用するかを決める。
* [ ] [報酬とコミッションの仕組み](/jp/gakushu/staking/staking-hoshu.md)を理解する。
* [ ] [slashing リスク](/jp/gakushu/validator/validator-slashing.md)を理解する: ブロックの欠落はその epoch の報酬を失わせ（レベル 1）、長期間のダウンタイムは 4 epoch の jail につながる（レベル 2）。
* [ ] あなたの申請は既存の validator セットによる投票の対象となることを認識する。

## フェーズ 2: Node セットアップ

詳細な手順: [Validator node の運用](/jp/gakushu/validator/validator-node-unei.md)

* [ ] サーバーがシステム要件を満たしている: 2 コア以上の CPU、4 GB 以上の RAM、空き容量 300 GB 以上の SSD、10 Gbps のネットワーク帯域幅。
* [ ] Docker Engine がインストールされている。
* [ ] Validator アドレスが作成されている。
* [ ] シークレットキーファイルが**バックアップ**され、キーファイルのパスワードが `password.txt` に保存されている。シークレットキーは決して誰とも共有しないこと。
* [ ] node キーの hex が生成され、`--nodekeyhex` で設定されている（安定した enode アドレスのために推奨）。
* [ ] `--nat=extip:<IP>` がサーバーのパブリック IPv4 アドレスに設定されている。
* [ ] node が `--syncmode=full` および `--gcmode=archive` で稼働し、チェーンと完全に同期している。

## フェーズ 3: 登録

詳細な手順: [Validator になる方法](/jp/gakushu/validator/validator-ninaru.md)

* [ ] [Chiliz Governance dApp](https://governance.chilizchain.com/staking) で登録フォームを送信した: node アドレス、stake 額（1,000 万 CHZ 以上）、コミッション率。
* [ ] 既存の validator が governance 提案を起動し、validator セットによって承認された。

## フェーズ 4: 継続的な運用

* [ ] node の稼働時間を監視する: ブロックの欠落は[レベル 1 の slashing](/jp/gakushu/validator/validator-slashing.md)（epoch 報酬の喪失）につながる。
* [ ] node が jail された場合（レベル 2 の slashing）に備えて、[unjail 手順](/jp/gakushu/validator/validator-slashing.md)を把握しておく。
* [ ] node ソフトウェアを hard fork とコード変更に合わせて最新の状態に保つ。古い validator node はチェーン、そしてあなたの報酬を妨げる可能性があります。

## フェーズ 5: 退出する場合

* [ ] validating を完全に停止するには、[廃止手順](/jp/gakushu/validator/validator-yameru.md)に従う: クリーンなシャットダウン、unstake（クールダウンあり）、Governance dApp での無効化。
* [ ] 代わりに node を引き渡すには、[「Change owner」手順](/jp/gakushu/validator/validator-node-unei.md#changing-the-owner-of-a-node)を使用する。


---

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