# Positions

<figure><img src="/files/7CR59nwaGcZGv2YovThx" alt="Positions table showing open Hyperliquid positions and management controls."><figcaption><p>Positions table showing open Hyperliquid positions and management controls.</p></figcaption></figure>

Positions lists your open Hyperliquid positions and gives you quick controls for margin, funding review, TP / SL, and position management.

Sort by columns when you need to find the largest notional, highest PNL, closest liquidation risk, or most expensive funding position.

## Isolated margin

<div align="left"><figure><img src="/files/l3e2HAf6RfVxgwf5z5AR" alt="Isolated margin tooltip for adding or removing margin from a position."><figcaption><p>Isolated margin tooltip for adding or removing margin from a position.</p></figcaption></figure></div>

Click an isolated margin value to open the margin tooltip. From there you can add or remove margin for that position.

Adding margin can reduce liquidation pressure. Removing margin frees collateral but can increase liquidation risk. Hyperliquid remains the source of truth for margin mechanics.

## Funding projection

<div align="left"><figure><img src="/files/PH5p25n6BMCq2IOKVa7m" alt="Funding projection tooltip for an open position."><figcaption><p>Funding projection tooltip for an open position.</p></figcaption></figure></div>

Hover a funding value to see projections based on the current funding rate. Use this to understand whether holding the position may become expensive if the rate persists.

For cross-exchange opportunities, use the [Funding](/features/funding-rates-and-perp-opportunities.md) tab.

## TP / SL controls

<div align="left"><figure><img src="/files/hJAcMfVoH8hfiQMM3Mzm" alt="Take-profit and stop-loss controls for updating position exits."><figcaption><p>Take-profit and stop-loss controls for updating position exits.</p></figcaption></figure></div>

Click TP / SL buttons to update take profit and stop loss for the selected position. You can adjust by price or by potential gain / loss.

Clicking a TP / SL price input enables chart price picking. You can preview the line on the [Chart](/terminal-sections/chart.md), then drag the TP / SL line to update the input.

## Manage menu

<div align="left"><figure><img src="/files/Dv7FfLgahHuNbm3Qw8l4" alt="Position manage menu with quick increase, decrease, and close actions."><figcaption><p>Position manage menu with quick increase, decrease, and close actions.</p></figcaption></figure></div>

Click Manage to quickly increase, decrease, or close the position.

<table><thead><tr><th width="177.125">Action</th><th>What it does</th></tr></thead><tbody><tr><td>Market</td><td>Submits a market-style order with your max slippage preference, <code>0.5%</code> by default.</td></tr><tr><td>Limit</td><td>Creates an ALO order at the best bid or ask to enforce maker-only behavior.</td></tr><tr><td>Chase close</td><td>Starts an infinite chase order to close with maker-only intent.</td></tr><tr><td>TWAP 5m close</td><td>Starts a 5-minute TWAP with automatic lot sizing.</td></tr><tr><td>Burst close</td><td>Creates repeated market-style orders with default values so the orderbook can refill between fills.</td></tr></tbody></table>

Related pages: [Market orders](/order-types/market-orders.md), [Chase orders](/order-types/chase-orders.md), [TWAP orders](/order-types/twap-orders.md), [Burst orders](/order-types/burst-orders.md), [Account](/terminal-sections/account.md).


---

# 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.proliquid.xyz/terminal-sections/positions.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.
