# Manage Position

## Monitoring Positions

Active liquidity positions can be viewed on the [**Portfolio**](/management/portfolio.md) page. Each position displays:

* Token pair and fee tier
* Deposit value in USD
* Deposit range and current exchange rate
* In-range or out-of-range status
* Accumulated reward

***

## Adding or Removing Liquidity

Existing positions can be modified by adding more liquidity or removing a portion without closing the entire position. Navigate to the specific position and select "Add" to deposit additional tokens or "Withdraw" to withdraw liquidity.

When withdrawing liquidity, the proportional amounts of both tokens are returned to the wallet based on the current exchange rate. If the position is out-of-range, the withdrawn tokens will be weighted toward one side depending on which direction the exchange rate moved.

***

## Rewards

Accumulated trading fees from the position can be claimed at any time without affecting the principal liquidity. Navigate to the specific position in **Pool** or **Portfolio - My Pool** and select "Rewards" to view accumulated fees and choose a collection method.

Two options are available: **Compound** adds the rewards back to the existing liquidity position within the same deposit range and fee tier, increasing position size. **Receive to Wallet** transfers the rewards directly to the wallet while leaving the principal position unchanged. Both options require a gas fee for the transaction.

For small fee amounts (under $10), collecting less frequently minimizes gas costs relative to earnings. For larger positions, collecting and compounding weekly optimizes the balance between compounding benefits and transaction costs.


---

# 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.wemix.fi/services/pool/manage-position.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.
