> 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/farming/get-started.md).

# Get Started

Before you start farming you’re going to need "LP Tokens". Farms can only accept their own LP Token; for example, the MST- STLOS Farm will only accept MST-STLOS LP Tokens. To get these LP Tokens, you'll need to provide Liquidity for that trading pair.&#x20;

Learn To Provide Liquidity[ here](/swaps-meridian-swaps/liquidity.md)

Once you have your LP tokens you are all set to get farming!

### Finding Your Farm

1. Start by heading over to Meridian swap page and clicking **"Connect".**

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

2. Head over to the farming section by clicking on **"Farms".**&#x20;

<figure><img src="/files/0SxuV4QDUwBx5DnGJUmq" alt=""><figcaption></figcaption></figure>

3. In the Farms Section, you'll see a list of pools. Navigate the pools available and choose the farm you wish to supply your LP token.

{% hint style="info" %}
if you're having difficulty locating the pool in which you wish to provide liquidity, you can search for the pair using the search bar.
{% endhint %}

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

4. After selecting the pair you wish to supply your LP tokens to, click on **"Enable"**, approve and sign the transaction prompt brought by your wallet. After authorising the pair, the **"Enable"** button changes to **"Stake LP"**

{% hint style="info" %}
Be aware of the **APR** of the pool you're providing liquidity, as well as the **Multiplier** and the **Liquidity.**
{% endhint %}

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

5. Once you've clicked on "Stake LP", a new window will be displayed, showing your balance of LP tokens. Choose the amount of LP Tokens you would like to farm with into the field, or just click **Max** to use all of your LP Tokens and click on **"Confirm".**

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

6. After selecting the amount you wish to provide and clicking on "**Confirm**", a transaction prompt will be brought by your wallet, then sign the transaction.

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

7. Immediately after the transaction has been confirmed on the block, you'll get a notification saying "Your Funds Have Been Staked In The Farm" plus you will see your new staked LP Token balance in the details.

<figure><img src="/files/RUsjsNmSfHmtcnt2h57B" 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/farming/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.
