# Voting

The main purpose of the veRA NFT is to direct emissions to LP token pairs. This is achieved through voting for the pair. Emissions are distributed proportionally to the total percentage of votes in the epoch.

The expected emissions can be calculated using a simple division formula as such:

$$
emissions(PAIR) \ = \ % \ of \ total \ votes \ \div 100 %
$$

For example, in the first epoch 1,250 NILE will be distributed. If 10% of all votes are allocated to the vAMM-USDC/WETH pair; that pair will receive 125 NILE tokens distributed linearly throughout the epoch.


---

# 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.ra.exchange/introduction-to-ra/dex-functionalities/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.
