> For the complete documentation index, see [llms.txt](https://votafi.gitbook.io/votex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://votafi.gitbook.io/votex/vesbr-market/buying-gauge-votes.md).

# Buying Gauge Votes

Buying votes on Votex will allow you to increase your weight on gauges that control SBR incentives for liquidity farming. To do so, go to the "Buy" tab, and you'll see a list of liquidity pools available on Saber.&#x20;

During any given window, users will be able to bid for a share of the total veSBR available on Votex. This means that your share can fluctuate until the voting window is closed. If only one bidder buys vote, they will get 100% of the veSBR available on Votex. If two bidders buy vote, it will be distributed based on the amount of money they deposited.&#x20;

<figure><img src="/files/dNczONvD5tPbnRjAnCHp" alt=""><figcaption><p>List of Saber Pools available on Votex</p></figcaption></figure>

Timing

The protocol flow occurs in 7 day epochs, aligned with Tribeca. The protocol has three different phases, which occur simultaneously in a pipeline.\
\
1\) Vote Buying

2\) Voting

3\) Distributing Incentives\
\
Let's call the current epoch, shown in the top left on the [delegate tab](https://vota.fi/delegate) epoch N.\
![](/files/xTiGbBRhslMGKLZeLTTb)

N is the number of the current epoch for distributing incentives on the Saber DEX. If you buy votes for a gauge now, you are buying for distribution in epoch number N + 2.

\
![](/files/qmXScLLL0qqHpjxzSkMQ)

\
It will take 2 epochs for N + 2 to progress through the pipeline to the Distributing Incentives phase.\
\
So, it will take anywhere from 7 to 14 days for vote buys to result in reward distributions. It will take 14 days for votes bought on the beginning of the first day of an epoch or 7 for votes bought right before the end of an epoch.

### Metrics

This section informs you on the current state of  veSBR repartition across bidders. You can identify how much incentives are being directed by Tribeca votes and Votex votes.&#x20;

<figure><img src="/files/mYVWV7bH8rkSKlFLL1bU" alt=""><figcaption></figcaption></figure>

### Buying

To process a buy, first connect your wallet. Then click the buy button next to the pool you wish to buy incentives for. This will open a modal with a field allowing you to enter the amount you're willing to put in to buy the votes. As mentioned above, you get a % of the veSBR based on the amount you're putting in vs how much is already deposited by other users

As you enter the amount, you get an estimate of how much incentives (in USD) your pool would be getting.&#x20;

<div align="left"><figure><img src="/files/5oDVgOMuJDYu2GHxJFwg" alt=""><figcaption><p>With no bid, $0 goes to the JSOL-SOL pool</p></figcaption></figure> <figure><img src="/files/EP2VTiCJ0CbpxxowhkoG" alt=""><figcaption><p>In this scenario, with 0.03 $META, you get 66% of the votes</p></figcaption></figure></div>

Navigate to the pool that interests you and click on buy. You'll see a modal where you can purchase votes in three currencies: $META, $BLZE, or $USDC.

<figure><img src="/files/n4a4NMM4sL8pgSoj02Kb" alt=""><figcaption></figcaption></figure>

Based on your bid (and others' bids), Votex will use the delegated veSBR (proportional to your bid) to vote on your gauge. This is done once week at the beginning of a new epoch.&#x20;

Conversion price is calculated once (when script is run)&#x20;


---

# 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://votafi.gitbook.io/votex/vesbr-market/buying-gauge-votes.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.
