> 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/spot-trading/how-to-provide-liquidity-on-monday-trade/manage-lp-positions.md).

# Manage LP Positions

After adding liquidity, you can monitor, add to, remove, or claim fees from your liquidity positions (LP positions) on Monday Trade. This section provides clear steps to manage your positions effectively.

### Steps to Manage LP Positions:

{% stepper %}
{% step %}
**Access Your Liquidity Positions**

Navigate to the "Liquidity" panel on the Monday Trade interface. Select the "Liquidity" tab at the bottom of the panel to view all active LP positions associated with your connected wallet.

<figure><img src="/files/HYqugNlLgJ0xHKTsWOew" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
**Monitor Position Details**

Here you can view details of all your LP positions including:

* **Status**: Whether the position is in-range or out-of-range.
* **Current Price**: The market price of the trading pair.
* **Price Range**: The price range set for your position.
* **Liquidity**: The deposited token amounts.
* **Unclaimed Fees**: Accumulated fees earned from trading activity.
  {% endstep %}

{% step %}
**Collect Earned Fees**

To collect accumulated fees, click "Claim Fee". Confirm the transaction in your wallet. Fees are paid in the pool’s tokens and transferred to your wallet upon confirmation.

<figure><img src="/files/klPdXSE747YETg9x1T8Q" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Add More Liquidity**

To increase liquidity in an existing position:

* Click "Add".
* The new liquidity will automatically use the same price range as the existing position.
* Enter the additional amounts for one token (e.g., MON or WETH); the platform will calculate the corresponding amount for the other token.
* Click "Add Liquidity" and confirm the transaction in your wallet.
  {% endstep %}

{% step %}
**Remove Liquidity**

To remove your liquidity:

* Click "Remove".
* Choose the percentage of the position to remove (e.g., 25%, 50%, 70%, or 100%) or manually enter a custom percentage.
* Review the token amounts to be returned and any unclaimed fees.
* Confirm the transaction in your wallet.&#x20;
* Removed tokens and any uncollected fees will be transferred to your wallet.
  {% endstep %}
  {% endstepper %}


---

# 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/spot-trading/how-to-provide-liquidity-on-monday-trade/manage-lp-positions.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.
