# How to Provide Liquidity

Providing liquidity on Monday Trade Perps allows you to contribute to trading pair liquidity pools, earn fees, and support the Monad ecosystem. This step-by-step guide explains how to add liquidity to a pool on Monday Trade Perps.

### Steps to Add Liquidity:

{% stepper %}
{% step %}
**Select an Asset Pool**

In the search bar on the dapp, select the asset pool you want to provide liquidity (e.g. BTC/USDC).
{% endstep %}

{% step %}
**Access the Liquidity Panel**

On the right-hand side of the page, click the "**Liquidity**" panel to open the liquidity management interface for the selected pool.
{% endstep %}

{% step %}
**Set Your Price Range**

Choose the price range for your liquidity position. You can drag the upper and lower boundary lines on the price range graph to adjust the range visually.

<div align="left"><figure><img src="/files/2MGD0KukqIGCWwjo3e3g" alt="" width="343"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Enter Deposit Amount (USDC)**

Input the amount of USDC you wish to deposit.&#x20;
{% endstep %}

{% step %}
**Review and Confirm Transaction**

Review the liquidity details, including the token amounts, price range, removal price, and liquidation price. Once satisfied, click "Confirm" and approve the transaction in your wallet. Wait for the transaction to be confirmed on the Monad network.
{% endstep %}

{% step %}
Once confirmed, your liquidity position will appear in the "Liquidity" section at the bottom of the dapp. Earned fee will be added to the Value Locked automatically.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
When you remove the liquidity you provided, it is automatically converted into a net position. In order to retrieve the margin, it is advisable to close the position in trade immediately after the liquidity removal.
{% 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.monday.trade/perps-trading/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.
