# 如何管理永续合约仓位

## 查看开放仓位

仓位标签显示所有活跃仓位的实时数据：

| 字段    | 描述                        |
| ----- | ------------------------- |
| 品种    | 交易对（例如 BTC-PERP、xyz:GOLD） |
| 方向    | 做多或做空                     |
| 大小    | 仓位规模（USD）                 |
| 入场价   | 平均入场价格                    |
| 市场价格  | 当前市场价格                    |
| 强平价格  | 强平价格                      |
| 未实现盈亏 | 当前利润/损失                   |
| 保证金   | 分配的保证金                    |

## 调整仓位

### 添加保证金（仅逐仓）

向逐仓仓位添加抵押品以降低强平风险并有效降低杠杆。

### 调整杠杆

您只能在开放仓位上增加杠杆。要降低杠杆：逐仓模式下添加保证金；全仓模式下平仓后以较低杠杆重新开仓。

### 部分平仓

以市价或限价关闭仓位的一部分。

## 平仓

1. 点击仓位行上的「平仓」
2. 选择市价平仓（即时）或限价平仓（以目标价格）
3. 点击确认

## 订单和交易历史

| 标签   | 描述               |
| ---- | ---------------- |
| 未平订单 | 查看和取消待处理的限价订单    |
| 订单记录 | 所有已执行、已取消和已过期的订单 |
| 交易记录 | 带有时间戳和手续费的详细成交记录 |
| 资金记录 | 所有收到或支付的资金费用     |


---

# 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-my/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.
