# Gauge Voting

In WoofSwap, `veWOOF` holders have the power to vote on which liquidity pools receive emissions in a given epoch by selecting their preferred liquidity pool gauges. The emissions are distributed proportionally based on the total votes received by each liquidity pool. In exchange for their vote, `veWOOF` holders receive 100% of the trading fees and bribes collected through the liquidity pool they vote for.

It’s important to note that each `veWOOF` holder can only take one action per epoch, such as voting for a gauge or resetting their vote state before merging their `veWOOF` NFT into another NFT. Limiting the number of actions per epoch reduces the risk of exploitative behavior and ensures a fair and democratic voting process.

Even if a `veWOOF` holder doesn’t take any action during an epoch; their voting power is still taken into account when calculating the weight of the vote upon epoch flip, based on the locked vesting slope.

To avoid any unexpected outcomes and maximize returns, it’s recommended always to cast 100% of your voting power. The epoch in WoofSwap lasts for 7 days.


---

# 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://woofswap.gitbook.io/woofswap/liquidity-and-vote-and-reward/gauge-voting.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.
