> For the complete documentation index, see [llms.txt](https://docs.meridianfinance.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meridianfinance.net/swaps-meridian-swaps/voting/get-started.md).

# Get Started

Before you can vote incentives to a certain pool, you’re going to have provided "LP Tokens" to a certain Farm.

Learn To Provide "LP token" to a Farm[ here](/swaps-meridian-swaps/farming.md).

Once you have your LP tokens staked in a Farm, you are set to start voting.

1. Start by heading over to Meridian Swap and Connect Your Wallet.

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

2. After connecting wallet, head over to the "Vote" section by clicking "Vote".

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

3. At the Voting section, a list of Farms will be available in which you can vote the amount of incentives they get, as well as see your **"Current Voting Power".**&#x20;

<figure><img src="/files/39T8Q27YJMM1IEe5BIwp" alt=""><figcaption></figcaption></figure>

4. You'll be able to see the current weighting of each farm, the APR, and the multiplier of each farm, as well as get the opportunity to vote on the new weighting on each farm based on your Voting Power.

<figure><img src="/files/8wf9LTvQiybPku8N3qNM" alt=""><figcaption></figcaption></figure>

5. On the **"New Weighting Section"**, choose the amount of votes each farm get, total votes allocated to voter is **100%.**&#x20;

{% hint style="info" %}
The Votes distributed must be equal to 100% else you won't be able to submit the vote as well as get the error **"Total Votes Must Be Equal 100%".**
{% endhint %}

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

6. After distributing votes amongst the different Farm(s). Click on **"Submit Votes".**

{% hint style="info" %}

* A transaction prompt will be displayed by your wallet, sign the transaction.
* Make sure you have gas in native token, else transaction won't go through.
  {% endhint %}

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

7. Once the transaction has been confirmed on the block, you get a pop up window saying **"Votes Successfully Cast!".**&#x20;

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


---

# 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.meridianfinance.net/swaps-meridian-swaps/voting/get-started.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.
