> For the complete documentation index, see [llms.txt](https://docs.soulswap.finance/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soulswap.finance/docs/user-guides/exchange/providing-liquidity.md).

# Providing Liquidity

![An example of adding FTM and SOUL as liquidity on the SoulSwap exchange, accessible here.](/files/mJG51hLXetJaNYLdQZsX)

Now that we've swapped some **FTM** for **SOUL**, we may now proceed with providing liquidity to the **SOUL/FTM** pair to begin earning transaction fees from users that are swapping tokens within that pool by navigating to our **Pools** tab and selecting "**Add Liquidity**".

Now, **input your desired amount**. The interface will automatically match how much you've input in the corresponding currency. This is done so you don't have to do all the nitty-gritty inputs that operate under the hood. We've inputted **1 FTM** to begin with and the interface automatically calculates how much **SOUL** we ought to provide to match the initial input. \
\
All we need to do is click on the "Approve SOUL" button so that we're giving the contract access to our SOUL to move it into an LP pool to create a token pair, after we select "Supply".&#x20;

Note: when selecting "Supply", a modal will prompt you with details of the transaction. If you like what you see, select "Confirm Supply" and use your wallet to confirm.\
\
At the top of the screen, you'll see a notification of the successful transaction and at the bottom you should see the updated LP tokens in your wallet.

Congratulations, you just provided liquidity to the **SOUL-FTM** pair!&#x20;

If you want to provide more liquidity or remove liquidity from an existing pair, click on corresponding `+` or `-` button. However, we are looking to earn **SOUL** in the farm, so we don't remove any of our liquidity.

Now, we are able to Summoner (aka Farm) our **SOUL** and earn extra **SOUL** on top of the fees we earn from providing liquidity. We'll discuss this on the next page ([**Soul Farms**](/docs/user-guides/rewards.md)). See you there!


---

# 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.soulswap.finance/docs/user-guides/exchange/providing-liquidity.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.
