# DAO page

Welcome to the [FlatQube DAO homepage](https://app.flatqube.io/dao).

Here you can find the main statistics, current and past epochs, as well as a list of farming pools, so-called **candidates**.

Also, this is the starting point for navigating to other pages of the Flatqube DAO, such as [**Epochs** ](https://docs.flatqube.io/use/dao/interface/epoch)or [**Balance**](https://docs.flatqube.io/use/dao/interface/dao-balance).

Let's take a closer look at all the elements here.

At the top of the page, general statistics is provided:

* **Total QUBEs locked** - displays the number of QUBEs locked in the QUBE DAO contract.
* **Total veQUBE** - the total number of veQUBEs.
* **Average locktime** - the average time for which QUBE tokens are locked.
* **Percentage of total QUBE supply** - the percentage of the total QUBEs issued. You can see the total supply issued here.

<figure><img src="https://2925021051-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHn2GVaDcxUKSq45GJhH0%2Fuploads%2Fgit-blob-ca61c48e844ad27e9cc4a7dd1f544d1ab883ded0%2Fimage.png?alt=media" alt=""><figcaption><p><strong>Statistics block</strong></p></figcaption></figure>

Below you can see the **Epochs** block. It displays the following information:

* 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 that voted.
* **Total pools number** - the number of pools participating in the voting.
* **Min weight** - the minimum number of votes required to get into the distribution of awards.
* **Max weight** - the maximum number of votes for one pool.

In the center of the block, you can see a graphical representation of the distribution of votes by currency pool.

<figure><img src="https://2925021051-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHn2GVaDcxUKSq45GJhH0%2Fuploads%2Fgit-blob-bb7a384785d1c8620bad1a99ad1febaf94dad872%2Fimage.png?alt=media" alt=""><figcaption><p><strong>Epoch</strong> block</p></figcaption></figure>

Below is the list of **previous Epochs:**

* **Epoch number**. Clicking on it will take you to the page of the respective Epoch.
* **Distribution** - the number of QUBEs distributed by voting.
* **Total votes** - the amount of veQUBEs used as votes in the voting of an Epoch.
* **Your vote** - the number of your veQUBEs used as votes in the voting of an Epoch.
* **Period** - the period of the beginning and end of an Epoch

<figure><img src="https://2925021051-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHn2GVaDcxUKSq45GJhH0%2Fuploads%2Fgit-blob-c80ecd3e1cfd9e2acec6d1a7fc9091ed8798de13%2Fimage%20(193).png?alt=media" alt=""><figcaption><p><strong>Previoust Epochs</strong> block</p></figcaption></figure>

At the bottom of the page you can see the list of **candidates**.

The Information about each candidate is displayed here:

* **Name** of the farming pool
* Current **Status** of the pool
* **TVL** - the total number of dollars locked in the pool.
* **Average voting rate** - the average percentage of tokens used by participants to vote for a candidate out of the total number of veQUBE used in the voting.
* **Last epoch voting rate** - the percentage of veQUBE cast by voting participants to vote for a candidate out of the total number of veQUBE used for voting in the previous epoch.
* **Active epochs**

<figure><img src="https://2925021051-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHn2GVaDcxUKSq45GJhH0%2Fuploads%2Fgit-blob-a31b3965e034e04daeb5c9b678cf20b21248393c%2Fimage%20(174).png?alt=media" alt=""><figcaption><p><strong>Candidates</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/dao-page.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.
