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

# 검증자 체크리스트

이 페이지는 검증자 운영자가 최초 결정부터 최종 종료까지 수행해야 할 모든 사항을 하나의 체크리스트로 정리합니다. 각 항목은 상세 가이드로 연결됩니다.

## 단계 1: 신청 전

* [ ] 최소 **1,000만 CHZ**를 스테이킹할 수 있는지 확인합니다.
* [ ] 직접 노드를 운영할지 아니면 타사 서비스를 사용할지 결정합니다.
* [ ] [보상 및 수수료 작동 방식](/ko/baeuggi/seuteiiking/seuteiiking-bosang.md)을 이해합니다.
* [ ] [슬래싱 위험](/ko/baeuggi/geomjeungja/geomjeungja-seullaeissing.md)을 이해합니다: 블록 누락 시 에포크 보상이 손실되며(레벨 1), 장기 다운타임 시 4 에포크 구금이 발생합니다(레벨 2).
* [ ] 신청이 기존 검증자 세트의 투표에 의해 결정된다는 점을 인지합니다.

## 단계 2: 노드 설정

전체 안내: [검증자 노드 운영](/ko/baeuggi/geomjeungja/geomjeungja-node-unyeong.md)

* [ ] 서버가 시스템 요구사항을 충족합니다: CPU 코어 2개 이상, RAM 4 GB 이상, 최소 300 GB 여유 공간의 SSD, 10 Gbps 네트워크 대역폭.
* [ ] Docker Engine이 설치되어 있습니다.
* [ ] 검증자 주소가 생성되었습니다.
* [ ] 비밀 키 파일이 **백업**되었고 키 파일 비밀번호가 `password.txt`에 저장되어 있습니다. 비밀 키는 절대 누구와도 공유하지 마세요.
* [ ] 안정적인 enode 주소를 위해 `--nodekeyhex`를 통해 노드 키 16진수가 생성되고 설정되었습니다(권장).
* [ ] `--nat=extip:<IP>`가 서버의 공개 IPv4 주소로 설정되어 있습니다.
* [ ] 노드가 `--syncmode=full`과 `--gcmode=archive`로 실행되며, 체인과 완전히 동기화되었습니다.

## 단계 3: 등록

전체 안내: [검증자가 되는 방법](/ko/baeuggi/geomjeungja/geomjeungja-bangbeob.md)

* [ ] [Chiliz 거버넌스 dApp](https://governance.chilizchain.com/staking)에 등록 양식 제출 완료: 노드 주소, 스테이크 금액(10M CHZ 이상), 수수료율.
* [ ] 기존 검증자가 거버넌스 제안을 시작하고 검증자 세트가 승인했습니다.

## 단계 4: 지속적 운영

* [ ] 노드 업타임을 모니터링합니다: 블록 누락 시 [레벨 1 슬래싱](/ko/baeuggi/geomjeungja/geomjeungja-seullaeissing.md)(에포크 보상 손실)이 발생합니다.
* [ ] 노드가 구금된 경우([레벨 2 슬래싱](/ko/baeuggi/geomjeungja/geomjeungja-seullaeissing.md)) [구금 해제 절차](/ko/baeuggi/geomjeungja/geomjeungja-seullaeissing.md)를 숙지합니다.
* [ ] 노드 소프트웨어를 하드포크 및 코드 변경에 맞게 최신 상태로 유지합니다. 오래된 검증자 노드는 체인을 방해하고 보상에 영향을 줄 수 있습니다.

## 단계 5: 종료 시

* [ ] 검증을 완전히 중단하려면 [종료 단계](/ko/baeuggi/geomjeungja/geomjeungja-jungssi.md)를 따릅니다: 정상 종료, 언스테이킹(쿨다운 포함), 거버넌스 dApp에서 비활성화.
* [ ] 대신 노드를 이전하려면 ["소유자 변경" 절차](/ko/baeuggi/geomjeungja/geomjeungja-node-unyeong.md#node-soyuja-byeongyeong)를 사용합니다.


---

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