# 2.4 - Epoch System

An **epoch** is a one-week window during which votes, emissions, and bribes are processed. Everything in nest's governance layer from voting, to LP rewards, to bribe distribution, this all runs on this weekly clock.

{% hint style="info" %}
**Thursday 00:00 UTC → Wednesday 23:00 UTC**\
Each epoch starts Thursday and closes Wednesday. This is when the vote snapshot is taken and emissions are calculated.
{% endhint %}

***

### What happens each epoch

{% stepper %}
{% step %}

### Thursday 00:00 UTC

**New epoch begins.** Previous vote snapshot locks in. Emissions from the prior epoch become claimable for LPs
{% endstep %}

{% step %}

### Thursday → Wednesday

**Active epoch window.** veNEST holders vote. Protocols add bribes. LPs accumulate emissions based on pool vote weights
{% endstep %}

{% step %}

### Wednesday 23:00 UTC

**Voting closes.** Final vote weights locked. Epoch ends and new distribution is calculated.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Vote early.** Don't leave your vote to the final hour of the epoch, the last hour is reserved for HEV automated flows. Your vote is most effective when submitted early in the week.
{% endhint %}


---

# Agent Instructions: 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.usenest.xyz/nest-explained/2.4-epoch-system.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.
