> 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/ko/baeuggi/geomjeungja/geomjeungja-jungssi.md).

# 검증자 그만두는 방법

언제든지 Chiliz Chain 검증자 활동을 중단할 수 있습니다. 책임감 있게 처리하면 과정이 간단하며, 네트워크가 안전하고 안정적으로 유지됩니다.

검증자 활동을 종료하는 방법은 다음과 같습니다.

1. 노드 종료:
   1. 자체 검증자 노드를 운영 중인 경우, 불필요한 오류나 패널티를 방지하기 위해 정상적으로 종료하세요.
   2. 모든 의무를 완료한 후 네트워크에서 노드 연결을 해제합니다.
2. CHZ 언스테이킹:
   1. [Chiliz 거버넌스 dApp](https://governance.chilizchain.com/staking)에 액세스합니다.
   2. 검증자 계정을 관리하는 섹션으로 이동합니다.
   3. CHZ 언스테이킹 과정을 시작합니다. 언스테이킹에는 쿨다운 기간(최대 3일)이 포함될 수 있으며, 이 기간 동안 CHZ가 잠겨 청구 가능한 상태가 되기 전까지 대기해야 합니다.
3. 위임자에게 통보(해당되는 경우):
   1. 귀하의 검증자 노드에 스테이킹한 위임자들에게 검증자 활동을 중단할 의사가 있음을 알립니다. 이를 통해 그들이 다른 검증자에게 CHZ를 재배치하고 보상이 중단되는 것을 방지할 수 있습니다.
4. 검증자 상태 종료:
   1. 거버넌스 dApp에 명시된 특정 단계에 따라 검증자 상태를 비활성화합니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.chiliz.com/ko/baeuggi/geomjeungja/geomjeungja-jungssi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
