> 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/th/riang-ru/glossary/epoch.md).

# Epoch

## Epoch คืออะไร?

Epoch คือช่วงเวลาคงที่บน blockchain ที่วัดเป็นบล็อกแทนที่จะเป็นชั่วโมงหรือนาที

บน Chiliz Chain:

* **Chiliz Mainnet**: 1 epoch = 28,800 บล็อก หรือประมาณ **1 วัน**
* **Spicy Testnet**: 1 epoch = 7,200 บล็อก หรือประมาณ **6 ชั่วโมง**

{% hint style="info" %}
เวลาในการสร้างบล็อกอาจมีความแตกต่างเล็กน้อย ซึ่งเป็นเหตุผลที่ระยะเวลาของ epoch เป็นค่าโดยประมาณ จำนวนบล็อกคือตัวกำหนดที่แท้จริง ไม่ใช่นาฬิกา
{% endhint %}

## เกิดอะไรขึ้นเมื่อสิ้นสุด epoch?

Epoch ทำหน้าที่เหมือนจังหวะการเต้นของหัวใจของฉันทามติ Proof of Staked Authority (PoSA) ของ Chiliz Chain ขอบเขตของ epoch คือช่วงเวลาที่ chain อัปเดตสถานะที่เกี่ยวข้องกับ validator ซึ่งรวมถึง:

* **การรีเฟรชชุด validator ที่ใช้งานอยู่** โดยคำนึงถึงจำนวน CHZ ที่ stake รวมของ validator แต่ละราย
* **การแจกจ่ายรางวัลจาก staking** ให้กับ validator และผู้มอบหมายของพวกเขา

## Epoch สำคัญกับคุณอย่างไร?

หากคุณ stake CHZ, epoch จะกำหนดว่าคุณสามารถเบิก token ที่ unstake แล้วได้เมื่อใด: หลังจาก unstake บน Chiliz Mainnet คุณต้องรอจนครบช่วงที่เหลือของ epoch ปัจจุบันบวกอีก 2 epoch เต็ม (ประมาณ 3 วัน) ก่อนที่จะเบิกได้

เรียนรู้เพิ่มเติม:

{% content-ref url="/pages/UR9K6b21A44BIY61JCke" %}
[Unstake CHZ ของคุณ](/th/riang-ru/staking/unstake-chz.md)
{% endcontent-ref %}

{% content-ref url="/pages/AqZCecdcm2U8otsGiDYo" %}
[นิยาม Validator และ Delegator](/th/riang-ru/validator/niyam-validator-delegator.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/th/riang-ru/glossary/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.
