> 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/pt-br/aprender/glossario/epoch.md).

# Época (Epoch)

## O que é um epoch?

Um epoch é um período de tempo fixo em uma blockchain, medido em blocos em vez de horas ou minutos.

Na Chiliz Chain:

* **Chiliz Mainnet**: 1 epoch = 28.800 blocos, ou aproximadamente **1 dia**.
* **Spicy Testnet**: 1 epoch = 7.200 blocos, ou aproximadamente **6 horas**.

{% hint style="info" %}
O tempo de produção de blocos pode variar ligeiramente, razão pela qual as durações dos epochs são aproximadas. A contagem de blocos é a fonte da verdade, não o relógio.
{% endhint %}

## O que acontece no final de um epoch?

Os epochs atuam como o batimento cardíaco do consenso Proof of Staked Authority (PoSA) da Chiliz Chain. Os limites dos epochs são quando a chain atualiza seu estado relacionado aos validadores, incluindo:

* **Atualização do conjunto ativo de validadores**, levando em conta o CHZ total em staking de cada validador.
* **Distribuição de recompensas de staking** para validadores e seus delegadores.

## Por que os epochs importam para mim?

Se você faz staking de CHZ, os epochs determinam quando você pode reivindicar tokens com staking desfeito: após desfazer o staking na Chiliz Mainnet, você deve esperar o restante do epoch atual mais 2 epochs completos (aproximadamente 3 dias) antes de reivindicar.

Saiba mais:

{% content-ref url="/pages/ljU7f2yWsqYCsWwgLNFz" %}
[Desfazer stake de CHZ](/pt-br/aprender/sobre-staking/desfazer-stake-chz.md)
{% endcontent-ref %}

{% content-ref url="/pages/n9nJQgHQC2Ktj7yDclNL" %}
[Definindo Validadores e Delegadores](/pt-br/aprender/sobre-validadores/definindo-validadores-delegadores.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/pt-br/aprender/glossario/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.
