# Manage Position

After depositing liquidity, positions can be monitored and managed through WEMIX.Fi's Portfolio and Pool interfaces. This guide covers how to view position details and manage accumulated rewards.

{% hint style="info" %}

#### Prerequisites

Required items for managing positions:

* Web3 wallet (WemixPLAY, MetaMask) set up for WEMIX3.0 network
* Active liquidity position in a pool
* Native WEMIX to pay network transaction fees
  {% endhint %}

***

{% stepper %}
{% step %}

## Accessing Positions

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

* Connect a wallet to WEMIX.Fi and navigate to the Portfolio page.

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

* The My Portfolio overview displays all active positions in the My Pool section. Select a position to view detailed information and management options.

<figure><img src="/files/54SOviV1A8LSelaWZICh" alt=""><figcaption></figcaption></figure>

* Positions can also be accessed directly through the Pool page's 'My Pools' list.
  {% endstep %}

{% step %}

## Viewing Position Details

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

* The position detail page displays comprehensive information:
  * **Exchange Rate**: Current price ratio of the token pair
  * **Liquidity Depth**: Total liquidity in the selected range
  * **Swap Volume**: Trading activity within the position's range
  * **Reward**: Accumulated fees earned from swaps
  * **Exchange Rate Change**: Price movement over 1 day, 1 week, and 1 month periods

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

* The page also shows filtered transaction history specific to the selected position, including all deposits, withdrawals, and reward claims.
  {% endstep %}

{% step %}

## Adding or Withdrawing Liquidity

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

* To add more liquidity to an existing position or withdraw from it, use the Add or Withdraw buttons. These actions follow the processes described in the [**Deposit**](/guides/pool/deposit.md) **and** [**Withdraw**](/guides/pool/withdraw.md) **guides.**
  {% endstep %}
  {% endstepper %}

***

## Claiming Rewards

{% stepper %}
{% step %}

### Claim

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

* Select the Claim button to collect accumulated swap fee rewards.

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

* Review the reward amount and confirm. The wallet requests approval to process the claim.

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

* After approval, the transaction processes on the blockchain. Claimed rewards are transferred directly to the wallet.

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

{% step %}

### Claim & Compound

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

* Select the Claim & Compound button to claim rewards and automatically reinvest them into the same position. This increases the position's liquidity without manual redeposit.

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

* Review the compound details and confirm. The wallet requests approval to process both the claim and redeposit in a single transaction.

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

* After approval, the transaction processes on the blockchain, and the position's liquidity increases by the compounded amount.

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

***

## Transaction History

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

* All position management actions appear in the Dashboard's Transaction History and in the position-specific transaction list.


---

# 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/guides/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.
