> 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/jp/gakushu/yogo-shu/epoch.md).

# Epoch

## Epoch とは？

Epoch とは、ブロックチェーン上の固定された期間で、時間や分ではなくブロック数で測られます。

Chiliz Chain では：

* **Chiliz Mainnet**：1 epoch = 28,800 ブロック、約 **1 日**。
* **Spicy Testnet**：1 epoch = 7,200 ブロック、約 **6 時間**。

{% hint style="info" %}
ブロック生成時間はわずかに変動することがあるため、epoch の長さはあくまで概算です。基準となるのは時計ではなくブロック数です。
{% endhint %}

## Epoch の終わりに何が起こるのか？

Epoch は、Chiliz Chain の Proof of Staked Authority（PoSA）コンセンサスの鼓動として機能します。Epoch の境界は、チェーンが validator 関連の状態を更新するタイミングであり、以下が含まれます：

* 各 validator の合計 staked CHZ を考慮した、**アクティブな validator セットの更新**。
* validator とその delegator への **staking 報酬の分配**。

## Epoch は自分にとってなぜ重要なのか？

CHZ を stake している場合、epoch は unstake した token をいつ請求できるかを決定します。Chiliz Mainnet で unstake した後は、現在の epoch の残り + 2 つの完全な epoch（おおよそ 3 日）が経過するまで待ってから請求する必要があります。

詳しくはこちら：

[unstake-chz.md](/jp/gakushu/staking/unstake-chz.md)

[validator-delegator-towa.md](/jp/gakushu/validator/validator-delegator-towa.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:

```
GET https://docs.chiliz.com/jp/gakushu/yogo-shu/epoch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
