# 如何管理持倉

## 查看未平倉持倉

`Positions` 標籤顯示所有活躍持倉的即時數據：

| **欄位**         | **說明**                    |
| -------------- | ------------------------- |
| Market         | 交易對（例如 BTC-PERP、xyz:GOLD） |
| Side           | 做多或做空                     |
| Size           | 持倉規模（美元）                  |
| Entry Price    | 平均進場價                     |
| Mark Price     | 當前市場價格                    |
| Liq. Price     | 清算價格                      |
| Unrealized PnL | 當前損益                      |
| Margin         | 分配的保證金                    |

## 調整持倉

### 增加保證金（僅限逐倉模式）

為逐倉持倉添加抵押品，以降低清算風險並降低有效槓桿。

### 調整槓桿

您只能增加未平倉持倉的槓桿。要降低槓桿：在逐倉模式下添加保證金；在全倉模式下，平倉並以較低槓桿重新開倉。

### 部分平倉

按市價或限價部分平倉。

## 平倉

有幾種方式平倉：

* **市價平倉：** 立即按最佳可用價格平倉
* **限價平倉：** 設定您想平倉的價格
* **止盈/止損：** 在開倉或持倉期間設定自動平倉條件

## 查看歷史

`History` 標籤顯示您的完整交易記錄，包括已實現損益。您也可以透過 [Hyperliquid Explorer](https://app.hyperliquid.xyz/explorer) 在鏈上驗證交易。


---

# 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.byreal.io/zh-tw/perps/how-to-manage-perps-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.
