# 風險與清算

## 保證金模式

### 全倉保證金

所有持倉共享一個保證金池。一個持倉的未實現利潤可以抵消另一個持倉的損失。適用於標準加密貨幣永續合約（BTC、ETH、SOL 等）。

### 逐倉保證金

每個持倉有自己的保證金。風險限制在分配給該特定持倉的保證金內。所有 HIP-3 資產（xyz:、flx:、vntl: 等）必須使用逐倉保證金。

## 槓桿

最大槓桿因資產而異：

| **資產**     | **最大槓桿** | **保證金模式** |
| ---------- | -------- | --------- |
| BTC        | 40 倍     | 全倉或逐倉     |
| ETH        | 25 倍     | 全倉或逐倉     |
| SOL        | 20 倍     | 全倉或逐倉     |
| xyz:SILVER | 25 倍     | 僅限逐倉      |
| xyz:GOLD   | 25 倍     | 僅限逐倉      |

* 槓桿越高 = 潛在回報越高，但離清算距離越近
* 大型持倉可能有分級槓桿限制（例如，超過 $150M 名目價值的 BTC 持倉限制為 20 倍）

## 調整未平倉持倉的槓桿

| **操作**  | **全倉保證金** | **逐倉保證金**    |
| ------- | --------- | ------------ |
| 增加槓桿    | 支援        | 支援           |
| 降低槓桿    | 不支援       | 添加保證金以有效降低槓桿 |
| 切換保證金模式 | 必須先平倉     | 必須先平倉        |

不能同時以全倉和逐倉模式持有同一資產。不同資產可以使用不同的保證金模式（例如，BTC 全倉，SOL 逐倉）。

## 清算

當您的保證金低於維持保證金要求時，您的持倉將被清算。

維持保證金率 = (1 / 最大槓桿) / 2

| **最大槓桿** | **維持保證金** |
| -------- | --------- |
| 40 倍     | 1.25%     |
| 25 倍     | 2.00%     |
| 20 倍     | 2.50%     |
| 10 倍     | 5.00%     |
| 3 倍      | 16.67%    |

清算價格在持倉面板中的每個未平倉持倉上都有顯示。


---

# 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/risk-and-liquidation.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.
