> For the complete documentation index, see [llms.txt](https://hyperlynx.gitbook.io/hyperlynx-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperlynx.gitbook.io/hyperlynx-docs/liquidity/manage-positions.md).

# Manage Positions

Once you're providing liquidity, the **Portfolio** view is your command center.

## What you can see

* **Range status** — whether each position is in or out of range, and how close it is to the edge.
* **Token amounts** — the current balance of each token in the position, not just a percentage.
* **Fees earned** — what the position has accrued.
* **Range proximity warnings** — a flag when the price is near the edge of your band, so you can act before it falls out.

## Common actions

{% tabs %}
{% tab title="Collect fees" %}
Claim the fees a position has earned without closing it. They land back in your wallet.
{% endtab %}

{% tab title="Re-range" %}
If the price has drifted, close the old position and open a new one around the current price to start earning again. (This is a withdraw + new deposit.)
{% endtab %}

{% tab title="Remove liquidity" %}
Withdraw some or all of a position. You receive the underlying tokens plus any uncollected fees.
{% endtab %}
{% endtabs %}

## Staying in range

A position only earns while it's in range. If a pair is moving and your position keeps falling out:

* widen the range for less maintenance, or
* re-range more actively to keep fee density high.

{% hint style="info" %}
There's no single right answer — tight ranges chase yield and need attention; wide ranges are calmer and steadier. Pick the style that fits how often you want to manage it.
{% 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://hyperlynx.gitbook.io/hyperlynx-docs/liquidity/manage-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.
