# Add liquidity to a Pool

To add liquidity to a liquidity pool and start earning swapping fees you can go to <https://cropper.finance/pools>.

![](/files/773FA2MsXNt7iohtbbSX)

Here you will be able to see all the liquidity pools hosted by Cropper's AMM. You can search for the pool you'd like to provide liquidity to via the button in the top right corner, by clicking on ![](/files/gOVif5vHBwNswRGHAeTG)

Once you've found the pool you're looking for, you can click on the "Add" button to add liquidity.

![](/files/KWrp8CHqdweLGSmOE9Cf)

{% hint style="info" %}
Here the liquidity transaction inputs provided is for 0.1 SOL (11.52$ of SOL) and 11.52 USDC
{% endhint %}

Once you've added liquidity, you can then track the value of your liquidity anytime on Cropper in the Pools Dashboard.

![](/files/rPArSajJSrxWwrjV17iF)

If you'd like to decrease the amount of liquidity provided, you can click on the "Remove" button. Once you click on it, the following popup will appear and you will be able to choose the amount of LP Token you'd like to remove from your liquidity.

![](/files/cekRScplizbw6872sE4a)

{% hint style="info" %}
An LP Token is different from a regular Token. Individual LP Tokens can be comprised of many and/or multiple Tokens. (e.g. 10 LP Token can be equal to 100 CRP + 200 USDC)
{% endhint %}


---

# 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.cropper.finance/cropperfinance/cropper-v1/liquidity.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.
