> 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/yongeo/seuteiiking.md).

# 스테이킹

## 개요

스테이킹은 활성 검증자 세트를 관리하기 위해 생성된 컨트랙트입니다.

사용자가 최선의 검증자에게 투표할 수 있도록 하는 위임 로직을 구현합니다. 블록체인에 탈중앙화를 도입하고 사용자가 가장 정직하고 안정적인 검증자에게 투표하여 보상을 얻을 수 있게 합니다. 연간 수익률(APR)은 주로 검증자의 안정성에 따라 달라지기 때문입니다.

### 호환성

스테이킹 컨트랙트는 원래 Parlia의 검증자 세트 컨트랙트와 완전히 호환됩니다.

## **탈중앙화 스테이킹 플랫폼**

스테이킹은 합의 메커니즘의 필수적인 부분입니다. 마찬가지로 Chiliz Chain은 가스 수수료를 줄이고 블록 시간을 단축하는 데 도움이 되는 강력한 검증자 구조에 의존합니다. 블록체인이 사용하는 일반적인 합의 메커니즘은 지분 증명(PoS)을 기반으로 합니다.

스테이킹을 통해 CHZ 보유자는 체인에 자산을 잠금으로써 네트워크에 기여할 수 있습니다. 스테이킹에는 검증자와 위임자라는 두 가지 역할이 있으며, 이들은 Chiliz Chain 스테이킹 모델의 참여자이기도 합니다.

**검증자**는 노드를 운영하고 많은 양의 네이티브 토큰을 스테이킹하여 블록을 생성하고 검증해야 합니다.

**위임자**는 훨씬 적은 양의 토큰으로 검증자의 스테이킹 풀에 기여할 수 있어, CHZ가 적은 커뮤니티도 네트워크에 참여할 수 있습니다.

### **보상**

각 블록에 대한 보상은 블록 내 모든 트랜잭션에 소비된 가스 수수료에서 나옵니다. 이 보상은 세 주체 간에 분배됩니다.

* 블록을 생성한 검증자,
* 같은 검증자 풀의 위임자,
* 그리고 네트워크.


---

# 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/yongeo/seuteiiking.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.
