> For the complete documentation index, see [llms.txt](https://docs.thena.fi/thena/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thena.fi/thena/gauges-and-voting-incentives.md).

# Gauges & Voting Incentives

The veTHE gauge voting system establishes a dynamic & self-optimizing marketplace for liquidity. Incentives are directed toward the most productive pools — those generating the highest trading volumes and fees — ensuring that liquidity flows where it is most efficiently utilized. This mechanism makes THENA a resilient, adaptive and capital-efficient DEX.

* **Bootstrapping Liquidity**: Protocols can solve the initial cold-start of liquidity by depositing voting incentives.
* **Liquidity Management**: Protocols can adjust their liquidity levels by modifying their weekly incentives deposit, enabling them to grow and maintain their pools in line with their strategic objectives
* **Self-Optimizing Liquidity Allocation**: THENA’s ve(3,3) tokenomics structure automatically directs emissions toward pools generating the highest trading volumes and fees.

### Voting Incentives Specifications&#x20;

* **Voting incentive claim**: `veTHE` holders receive rewards after the following Epoch in the form of a claimable lump sum
* **Epoch duration**: 1 week (Thursday to Thursday)
* **Tokens**: Any whitelisted tokens can be deposited as voting incentive&#x20;
* **Voting incentive deposits**: Any time during the epoch

To attract votes from `veTHE` holders, voting incentive must be deposited at least a few hours before the Epoch changes at 00:00 UTC Wednesday-Thursday night.

Earning voting incentives (and trading fees) requires weekly voting.

Learn more about[ veTHE Voting Mechanisms](/thena/the-tokenomics/tokens-the-vethe-thenft.md#vethe-voting-mechanisms).


---

# 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.thena.fi/thena/gauges-and-voting-incentives.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.
