# Validator가 되기

## Validator란 무엇인가요?

Chiliz 체인은 Proof of Staked Authority (PoSA) 합의 메커니즘에 의해 운영되며, 주로 두 가지 주요 역할에 의해 관리됩니다:

* Validator: 체인의 중요한 부분으로, 검증자는 차례로 블록을 생성하고 검증합니다.
* Delegator: 체인의 거버넌스에 참여하고 보상을 받기 위해 자신의 CHZ를 검증자의 풀에 할당합니다.

Chiliz 체인에서는 최대 11개의 블록을 생성하는 검증자가 있을 수 있습니다. 블록을 생성하지 않지만 블록 생성 검증자가 다운되거나 교체될 경우를 대비해 대기 중인 무제한의 활성 검증자도 있을 수 있습니다.

## Chiliz 체인 검증자가 되기 위한 전제 조건

Chiliz 체인에서 검증자가 되기 위해서는 아래 기준을 충족해야 합니다:

* Chiliz Labs(오프체인 거버넌스)에 의해 심사 및 승인을 받아야 합니다. Chiliz Labs에 대해 자세히 알아보려면 <labs@chiliz.com>으로 이메일을 보내십시오.
* 자체 검증자 노드를 운영하거나 노드를 대신 운영해주는 타사 서비스를 이용해야 합니다.
* 최소 1천만 CHZ를 스테이킹해야 합니다.

위 조건을 완료한 후, Chiliz 거버넌스 dApp에서 검증자로 등록할 수 있습니다: <https://governance.chiliz.com/>

## 검증자로 등록하는 방법

검증자로 등록하기 전에 <labs@chiliz.com>으로 연락해야 합니다.

1. "검증자로 등록" 버튼을 클릭합니다.\
   ![](/files/52ry61mfcMWwIy2Ijt1p)
2. 검증자 노드 주소, 스테이킹할 CHZ 양 및 수수료율을 입력하여 양식을 작성합니다.\
   ![](/files/oyj9tKB0dT7B49iXDZBE)
3. 제출 버튼을 클릭합니다.


---

# Agent Instructions: 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/ko/undefined-1/validator.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.
