# Managing Positions

On 1001x, all positions are isolated. This means each position uses its own margin, and losses are limited to that position only.

You can track and adjust your open positions directly in the app.

### **View Your Positions**

The position panel displays all open positions associated with your connected address. Each row includes:

* Trading pair (e.g. BTC/USD)
* Position direction (long or short)
* Position size
* Entry price
* Mark price
* Liquidation price
* Estimated PnL

### **Close a Position**

To close a position, click Close on the position row.

This will place a market order in the opposite direction of your current position and fully close it. For example:

* A long position of 1 ETH will trigger a market sell of 1 ETH
* A short position of 1 BTC will trigger a market buy of 1 BTC

You can also partially close a position by adjusting the order size before confirming.

### **Edit Margin**

If your leverage is below 500×, you can add margin to your open position at any time by clicking on the "+" icon. This can reduce your liquidation risk.

Note: Adding margin is not supported for positions using 500× leverage or higher.


---

# 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.asterdex.com/trading/1001x/managing-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.
