> For the complete documentation index, see [llms.txt](https://docs.monday.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monday.trade/perps-trading/how-to-provide-liquidity.md).

# 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
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.monday.trade/perps-trading/how-to-provide-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.
