> 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/vi/hoc-tap/tu-dien/epoch.md).

# Epoch

## Epoch là gì?

Epoch là một khoảng thời gian cố định trên một blockchain, được tính bằng số khối thay vì giờ hay phút.

Trên Chiliz Chain:

* **Chiliz Mainnet**: 1 epoch = 28.800 khối, tương đương khoảng **1 ngày**.
* **Spicy Testnet**: 1 epoch = 7.200 khối, tương đương khoảng **6 giờ**.

{% hint style="info" %}
Thời gian tạo khối có thể dao động nhẹ, do đó thời lượng của mỗi epoch chỉ là xấp xỉ. Số lượng khối mới là giá trị chính xác, không phải đồng hồ thực.
{% endhint %}

## Điều gì xảy ra vào cuối một epoch?

Epoch đóng vai trò như nhịp đập của cơ chế đồng thuận Proof of Staked Authority (PoSA) trên Chiliz Chain. Tại ranh giới giữa các epoch, mạng sẽ cập nhật trạng thái liên quan đến nhà xác thực, bao gồm:

* **Làm mới tập hợp nhà xác thực đang hoạt động**, có tính đến tổng lượng CHZ được stake của từng nhà xác thực.
* **Phân phối phần thưởng staking** cho các nhà xác thực và người ủy thác của họ.

## Epoch ảnh hưởng đến bạn như thế nào?

Nếu bạn stake CHZ, epoch quyết định thời điểm bạn có thể nhận lại token đã unstake: sau khi unstake trên Chiliz Mainnet, bạn phải chờ hết phần còn lại của epoch hiện tại cộng thêm 2 epoch đầy đủ (khoảng 3 ngày) trước khi có thể nhận.

Tìm hiểu thêm:

* [Unstake CHZ của bạn](/vi/hoc-tap/staking-tren-chiliz-chain/unstake-chz-cua-ban.md)
* [Định nghĩa nhà xác thực và người ủy thác](/vi/hoc-tap/tro-thanh-nha-xac-thuc/dinh-nghia-nha-xac-thuc-va-nguoi-uy-thac.md)


---

# 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/vi/hoc-tap/tu-dien/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.
