# Epoch

To go to this page, click on **See epoch details** on the right side of the [DAO homepage](/use/dao/interface/dao-page.md).

<figure><img src="/files/5oP2GZc78NTEYcmEtK84" alt=""><figcaption><p>Click on <strong>Epoch details</strong> to go to the Epoch page</p></figcaption></figure>

This page displays statistics of the selected Epoch, information about your vote, and information about candidates:

**Total information** displays the statistics of the selected epoch:

* The current **date** and **status** of the epoch, as well as subsequent statuses and the time of their beginning and end.
* **Distribution** - the total number of QUBE tokens for distribution.
* **Voted of total veQUBE** - the number of veQUBE tokens voted.
* **Total pools number** - the number of pools participating in the voting.
* **Min weight** - the minimum amount of votes required to get into the distribution of awards.
* **Max weight** - the maximum amount of votes for one pool.

Also in the center of this page you can see a graphical representation of the distribution of votes by currency pool.

<figure><img src="/files/xUvISN6js868pfmBzUtb" alt=""><figcaption><p><strong>Total information</strong> block</p></figcaption></figure>

**Your vote** displays the statistics of your votes:

* **Candidate** - the name of the candidate pool.
* **Your vote** - the percentage of veQUBEs you gave for a candidate out of the total number of veQUBE used by you in the voting.
* **Current vote** - the current number and percentage of veQUBEs cast by the voting participants to vote for a particular candidate out of the total number of veQUBEs used for voting.
* **Normal distribution** - the current number of tokens used for distribution as a reward in the pool of the respective candidate.
* **Normal farm speed** - the current farming speed in the pool of a candidate.

<figure><img src="/files/P22YUHQuY1a6bmAX1mze" alt=""><figcaption><p><strong>Your vote</strong> block</p></figcaption></figure>

**Epoch voting state** displays the statistics of candidates participating in the voting of the respective Epoch:

* **Candidate** - the name of the candidate pool
* **Your vote** - the percentage of veQUBEs you gave for a candidate out of the total number of veQUBE used by you in the voting.
* **Current vote** - the current number and percentage of veQUBEs cast by the voting participants to vote for a particular candidate out of the total number of veQUBEs used for voting.
* **Normalal distribution** - the current number of tokens used for distribution as a reward in the pool of a candidate.
* **Normal farm speed** - the current farming speed in the pool of a candidate.

<figure><img src="/files/ueHccgvQdaEWpNXYU6RH" alt=""><figcaption><p><strong>Epoch voting state</strong> block</p></figcaption></figure>


---

# 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.flatqube.io/use/dao/interface/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.
