# How to add liquidity to the pool?

1. To provide liquidity, visit the "Liquidity Pool" management page.
2. Choose the liquidity provider from the dropdown menu (PlasmaSwap, SushiSwap, UniSwap).
3. Select the token pair and enter the amount of liquidity you want to provide to the pool. You will need the right balance of both tokens.
4. Sign the transaction to approve both token contracts.
5. When successful, you are supplying liquidity to the pool and will receive LP tokens on your wallet to represent your share of the pool

![](/files/-MV1ICZUvzwtZ0NTEuGy)


---

# 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.plasma.finance/guide-for-plasma.finance/how-to-add-liquidity-in-the-pool.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.
