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

# 검증자 소개

Chiliz Chain은 빠른 블록 생성 시간과 비용 효율적인 트랜잭션을 보장하도록 설계된 Proof of Staked Authority(PoSA) 합의 메커니즘을 사용합니다.

이중 서명 감지 및 슬래싱 메커니즘을 포함한 고급 보안 기능이 체인의 무결성, 안정성, 최종성을 유지합니다.

이 합의 메커니즘은 주로 두 가지 핵심 역할에 의해 관리됩니다.

* 검증자: 체인의 중요한 역할을 담당하며, 번갈아 가며 블록을 생성하고 검증합니다.
* 위임자: 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.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.
