# ポジションの管理方法

## オープンポジションの表示

Positionsタブには、リアルタイムデータを含むすべてのアクティブなポジションが表示されます。

| **フィールド**      | **説明**                    |
| -------------- | ------------------------- |
| Market         | 取引ペア（例：BTC-PERP、xyz:GOLD） |
| Side           | ロングまたはショート                |
| Size           | USD建てのポジションサイズ            |
| Entry Price    | 平均エントリー価格                 |
| Mark Price     | 現在の市場価格                   |
| Liq. Price     | 清算価格                      |
| Unrealized PnL | 現在の含み損益                   |
| Margin         | 割り当てられたマージン               |

## ポジションの調整

### マージンの追加（分離のみ）

分離ポジションに担保を追加して、清算リスクを低減し、実質的にレバレッジを下げます。

### レバレッジの調整

オープンポジションではレバレッジの引き上げのみ可能です。レバレッジを下げるには、分離モードではマージンを追加し、クロスモードではポジションをクローズして低いレバレッジで再開設してください。

### 部分クローズ

ポジションの一部を成行価格または指値価格でクローズします。

## ポジションのクローズ

{% stepper %}
{% step %}
ポジション行のCloseをクリック
{% endstep %}

{% step %}
Market Close（即時）またはLimit Close（目標価格で）を選択
{% endstep %}

{% step %}
確認をクリック
{% endstep %}
{% endstepper %}

## 注文と取引履歴

| **タブ**          | **説明**                   |
| --------------- | ------------------------ |
| Open Orders     | 保留中の指値注文の表示とキャンセル        |
| Order History   | すべての約定済み、キャンセル済み、期限切れの注文 |
| Trade History   | タイムスタンプと手数料を含む詳細な約定記録    |
| Funding History | すべての受取・支払ファンディング         |


---

# 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/ja-jp/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.
