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

# Validator をやめる方法

Chiliz Chain の validator としての活動は、いつでも好きなときに停止できます。責任を持って実施すればプロセスはシンプルであり、ネットワークの安全性と安定性を維持できます。

validator をやめる手順は次のとおりです。

1. node をシャットダウンする:
   1. 自分の validator node を運用している場合は、不要なエラーやペナルティを避けるためにクリーンなシャットダウンを行ってください。
   2. すべての義務を完了したうえで、node をネットワークから切断します。
2. CHZ を unstake する:
   1. [Chiliz Governance dApp](https://governance.chilizchain.com/staking) にアクセスします。
   2. validator アカウントを管理するセクションに移動します。
   3. CHZ の unstake プロセスを開始します。unstake にはクールダウン期間（最大 3 日間）が伴う場合があり、その間 CHZ はロックされ、claim 可能になるまで利用できない点にご注意ください。
3. delegator に通知する（該当する場合）:
   1. あなたの validator node に stake している delegator に対して、validator としての運用を停止する意向を伝えてください。これにより delegator は自分の CHZ を他の validator に再配分でき、報酬の途絶を避けられます。
4. validator ステータスを終了する
   1. Governance dApp に記載された具体的な手順に従って、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-yameru.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.
