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

# 에포크 (Epoch)

## 에포크란 무엇인가요?

에포크는 블록체인에서 시간이 아닌 블록 수로 측정되는 고정된 기간입니다.

Chiliz Chain에서:

* **Chiliz 메인넷**: 1 에포크 = 28,800 블록, 약 **1일**.
* **Spicy 테스트넷**: 1 에포크 = 7,200 블록, 약 **6시간**.

{% hint style="info" %}
블록 생성 시간은 약간씩 변동될 수 있어 에포크 지속 시간은 대략적인 값입니다. 시계가 아닌 블록 수가 기준입니다.
{% endhint %}

## 에포크가 끝나면 무슨 일이 일어나나요?

에포크는 Chiliz Chain의 스테이크 권한 증명(PoSA) 합의의 심박수 역할을 합니다. 에포크 경계에서 체인은 다음을 포함한 검증자 관련 상태를 업데이트합니다.

* 각 검증자의 총 스테이킹된 CHZ를 고려하여 **활성 검증자 세트를 갱신**합니다.
* 검증자와 위임자에게 **스테이킹 보상을 분배**합니다.

## 에포크가 저에게 중요한 이유는 무엇인가요?

CHZ를 스테이킹하는 경우, 에포크는 언스테이킹된 토큰을 언제 클레임할 수 있는지 결정합니다. Chiliz 메인넷에서 언스테이킹 후, 현재 에포크의 나머지 기간 더하기 2개의 전체 에포크(약 3일)를 기다려야 클레임할 수 있습니다.

자세한 내용:

{% content-ref url="/pages/o3W4VcLlTWOEdB65aGRB" %}
[CHZ 언스테이킹하기](/ko/baeuggi/seuteiiking/chz-unseuteiiking.md)
{% endcontent-ref %}

{% content-ref url="/pages/ELctwS4hJ5QNTjKtCy2M" %}
[검증자와 위임자 정의](/ko/baeuggi/geomjeungja/geomjeungja-wiiimja-jeongui.md)
{% endcontent-ref %}


---

# 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/epoch.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.
