> 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-wiiimja-jeongui.md).

# 검증자와 위임자 정의

Proof of Staked Authority(PoSA) 합의 메커니즘은 네트워크의 무결성과 성능을 보장하기 위해 두 가지 핵심 역할을 구현합니다. 검증자와 위임자는 블록 생성, 트랜잭션 검증, 네트워크 거버넌스에 필수적인 역할을 합니다.

## 검증자

검증자는 Chiliz Chain의 근간입니다. 블록을 생성하고, 네트워크를 보호하며, 블록체인의 무결성을 유지하는 책임이 있는 노드입니다.

검증자는 다음과 같이 Chiliz Chain에 기여합니다.

* 블록 생성: 검증자는 트랜잭션을 패키징하고, 블록을 안전하고 효율적으로 생성 및 검증합니다.
* 네트워크 보안: PoSA 합의에 참여함으로써 검증자들은 네트워크가 탈중앙화되고 공격에 강하게 유지되도록 보장합니다.
* 보상 획득: 활성 검증자는 트랜잭션 수수료와 스테이킹 보상을 통해 자금이 지원되는 CHZ 보상을 받습니다.

검증자에는 두 가지 유형이 있습니다.

* 메인 검증자: 정해진 수의 블록 생성 검증자가 트랜잭션을 검증하고 새로운 블록을 체인에 커밋하는 책임을 집니다.
* 후보 검증자: 대기 상태에 있는 검증자로, 블록을 생성하지 않습니다. 이 검증자들은 메인 검증자가 사용 불가능하거나 패널티를 받은 경우 대신할 수 있습니다.

에포크(28,800블록)마다 주기적으로 선거 과정이 진행되어 가장 많이 스테이킹된 검증자(메인 검증자)가 블록 생성에 참여할 수 있도록 합니다. 메인 검증자가 오프라인이거나 "구금" 상태인 경우, 후보 검증자(활성 세트 외부)는 메인 검증자가 이미 복귀하지 않은 한 다음 선거 주기까지 블록 생성 과정에 합류하기를 기다려야 합니다.

## 위임자

위임자는 CHZ를 스테이킹하여 검증자를 지원함으로써 Chiliz Chain 거버넌스에서 중요한 역할을 합니다. 토큰을 위임함으로써 보상을 받으면서 네트워크 보안과 거버넌스에 간접적으로 참여합니다.

위임자는 다음과 같이 Chiliz Chain에 기여합니다.

* 스테이킹: 위임자는 검증자의 스테이킹 풀에 CHZ를 할당하여 검증자가 블록 생성에 선택될 가능성을 높입니다.
* 체인 거버넌스 참여: CHZ를 스테이킹함으로써 위임자는 Chiliz Chain의 의사결정 과정에 참여합니다.
* 보상 획득: 지원에 대한 대가로 위임자는 검증자가 생성한 보상의 일부를 받습니다.


---

# 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-wiiimja-jeongui.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.
