# Managing Your Position

## Viewing your positions

All active LP positions are visible in the **Positions** tab. Each position shows your current range, asset allocation, and accrued fees.

## Claiming fees

1. Go to the **Portfolio** tab
2. Click **Claim** on the position you want to collect fees from
3. Sign the PSBT when prompted
4. Fees are sent to your Trading Wallet

## Withdrawing liquidity

1. Go to the **Positions** tab
2. Select the position you want to close
3. Click **Withdraw**
4. Sign the PSBT to remove your liquidity
5. Assets are returned to your Trading Wallet

{% hint style="warning" %}
If the AMM quote changes between your request and confirmation, the withdrawal request may be dropped. Simply try again.
{% endhint %}

{% hint style="info" %}
**VERIFY** - In-range vs out-of-range behaviour details, and rebalancing guidance, to be confirmed with team.
{% 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://bound-1.gitbook.io/bound-docs/provide-liquidity/managing-your-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.
