# How To Provide Liquidity

![](/files/gOITbTEYlJPoBfhWmSJM)

To provide liquidity, you’ll need to deposit the two tokens making up the pool of your choice.&#x20;

In this process, liquidity providers are rewarded by newly minted LP tokens. LP tokens represent the liquidity provider’s share in the pool and provide the benefit of earning trading fees, which are accumulated into the pool on every swap transaction.

During this example, we are going to add liquidity to the **CSPR/dETH** pool:

1. Head over to <https://friendly.market/add>

![](/files/k36g2Fdu2yAb6RbXPINs)

2\. Enter the number of tokens you want to deposit in the pool.

![](/files/aq75Q9111CBBTvPOLUDz)

3\. Click "**Add Liquidity**."

![](/files/fwXYk4r5uXyk27zmqWQY)

### View Your Liquidity

To view your current liquidity positions, visit the [Pool](https://friendly.market/pool) page. If you have connected your wallet and you have supplied liquidity you'll see your positions like shown in the screenshot below.&#x20;

![](/files/LbCiBJZKq37liJQjG1vN)

![](/files/MZM8zGB9WeAl4NIdAxcA)


---

# 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.friendly.market/products/amm/how-to-provide-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.
