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

# Chiliz 스테이킹 FAQ

## 스테이킹 보상은 얼마나 자주 지급되나요?

보상은 에포크가 지날 때마다 CHZ 스테이크에 복리로 적립됩니다. Chiliz Chain Mainnet에서 에포크는 28,800블록(약 24시간)입니다. 기술적으로는 블록마다 보상이 지급되며, 스테이킹 dApp에서는 에포크마다(약 매일) 업데이트됩니다.

[Chiliz 스테이킹 dApp](https://app.chilizchain.com/staking)에서 스테이킹된 CHZ는 스테이킹한 총 CHZ 금액과 그 이후 획득한 스테이킹 보상을 모두 포함합니다. 스테이킹 잔액은 매일 업데이트됩니다.

스테이킹 dApp에 표시되는 금액은 실시간이 아니라 에포크마다 한 번 업데이트됩니다.

## 보상은 즉시 적립되기 시작하나요?

네, 보상은 스테이킹 후 언스테이킹/위임 해제할 때까지 매일 적립됩니다.

## 보상을 어떻게 청구할 수 있나요?

CHZ를 청구하려면 먼저 언스테이킹해야 합니다(최대 3일 / 2 전체 에포크 / 86,400블록 소요). 그 후 청구할 수 있습니다.

[Chiliz 스테이킹 dApp](https://app.chilizchain.com/staking)에서 "대기 중 CHZ"는 언스테이킹 중인 토큰으로, 최대 3일(최소 86,400블록)이 소요됩니다. 이 기간 후 CHZ를 청구할 수 있습니다.

## 보상을 청구하기까지 얼마나 기다려야 하나요?

언스테이킹을 요청한 시점부터 청구할 수 있는 시점까지 86,400블록(최대 3일)을 기다려야 합니다. 이를 "쿨링 기간" 또는 "쿨다운 기간"이라고 합니다.

## 보상이 스테이크에 복리로 적립되나요?

네, 보상은 스테이크에 추가됩니다. 이렇게 하면 보상도 더 많은 보상을 가져다 줍니다.

## 내 보상은 어디서 확인할 수 있나요?

보상은 스테이킹된 CHZ에 복리로 적립됩니다.

## Ledger에서 스테이킹할 수 있나요?

네, Ledger에서 CHZ를 스테이킹할 수 있습니다. [여기를 참고하세요](/ko/baeuggi/seuteiiking/chz-seuteiiking.md#ledger-eseo-chz-seuteiiking).

## Chiliz 스테이킹 dApp에 표시되는 APY에서 수수료율 비율이 이미 차감된 것인가요?

네, 검증자의 수수료는 dApp에 표시되는 APY 비율 계산에서 이미 차감됩니다.

## 언스테이킹에 필요한 금액을 위해 지갑에 CHZ를 얼마나 보관하는 것이 좋나요?

소량, 5\~10 CHZ면 청구 트랜잭션의 가스 비용을 충당할 수 있습니다.

## CHZ를 스테이킹할 검증자를 어떻게 선택해야 하나요?

어느 검증자에게 CHZ를 위임할지 결코 알려드리지 않습니다. 그 결정은 여러분의 몫입니다.

[여기에서 유용한 조언을 찾을 수 있습니다](/ko/baeuggi/seuteiiking/chz-seuteiiking.md#geomjeungja-ege-chz-seuteiiking).

## 검증자가 실수를 하면 어떤 위험이 있나요?

유일한 위험은 검증자가 12시간 이상 오프라인 상태가 되는 것입니다. 이 경우 에포크 보상이 패널티로 삭감되며, 검증자가 CHZ를 회수하기로 결정하면 해당 검증자는 더 이상 보상을 생성하지 않게 됩니다.

어떤 경우에도 문제 없이 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/seuteiiking/chiliz-seuteiiking-faq.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.
