> For the complete documentation index, see [llms.txt](https://a51-finance.gitbook.io/a51-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://a51-finance.gitbook.io/a51-finance/tokenomics/foo-tokenomics/become-a-voter.md).

# Become a Voter

## Voting Eligibility

To participate in the voting process, users need to provide liquidity in A51 pool on Balancer. The eligible pool is A51-ETH.

## Voting Rights

Users become eligible to vote after depositing liquidity in the above-mentioned pools. They obtain BAL-LP tokens which grant them voting rights for vault reward emission.

## Why Balancer

The reason for primarily using Balancer over other DEXs is that Balancer supports an arbitrary weightage system between the tokens in the liquidity pool. For instance, an 80-20 A51-ETH liquidity pool ensures that the LPs can enter the pool much more easily by contributing 20% in ETH only.&#x20;

Since farmers are likely to hold BAL-LP tokens for voting on the gauge, they become LPs for A51. This reduces the likelihood of farmers dumping the A51 rewards they receive, as they would be dumping into their LP position. However, it is still possible for farming and dumping to occur, as a farmer without any BAL-LP can still earn rewards in the form of option tokens or $oA51.

## Introduction to $oA51

By participating in the voting process, users are rewarded with $oA51 tokens. These tokens play a crucial role in incentivizing long-term participation and loyalty among liquidity providers.

<br>


---

# 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://a51-finance.gitbook.io/a51-finance/tokenomics/foo-tokenomics/become-a-voter.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.
