> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/zh/can-kao/liquidations.md).

# 强平

当你的账户净值低于维持该仓位所需的维持保证金时，就会发生强平。系统会平掉该仓位，以防止你的余额变为负数。

## 强平的运作方式

每个未平仓头寸都有一个 **强平价格** ——即你的保证金不足的资产价格。该价格会显示在持仓面板中的每个未平仓头寸上。随着市场对你不利变动，你的保证金比率会下降。当它达到维持保证金阈值时，就会触发强平。

该仓位会由 Hyperliquid 的强平引擎关闭，通常在强平价格或接近强平价格处执行。平仓后剩余的任何保证金都会返还到你的账户。如果仓位规模相对于可用流动性过大，可能会出现滑点。

## 自动减仓

在极端市场条件下——即剧烈波动且流动性不足以成交强平订单时——Hyperliquid 的自动减仓（ADL）系统可能会启动。ADL 会将被强平的仓位与另一侧盈利交易者的仓位进行匹配，并以破产价格平掉他们的仓位。如果你的仓位被选中进行 ADL，你会收到通知，你的仓位会被减少或关闭。

ADL 很少发生，是一种最后手段机制。它不会产生额外费用。

## 如何避免强平

**设置止损**：在你的入场价格下方（做多）或上方（做空）设置止损触发订单。这样可以在仓位达到强平价格之前退出。有关止损触发的工作方式，请参见 [订单类型](/docs/minara-handbook/zh/can-kao/order-types.md) 。

**使用更低杠杆**：杠杆越高，强平价格就越接近你的入场价格。在 2 倍杠杆下，资产需要下跌 50% 才会强平。在 20 倍杠杆下，只需下跌 5%。

**监控你的保证金比率**：持仓面板会显示每个仓位当前的保证金比率。在波动剧烈时要密切关注。

**使用 Autopilot 的 AI 止损**：在运行 Autopilot 时，启用 AI 止损功能。它会根据市场状况动态调整止损，并在仓位接近强平价格之前退出。

{% hint style="info" %}
你无法恢复已被强平的仓位——一旦触发，就会被平掉。最佳做法是预防：降低杠杆，并将止损设置在你可接受的最大亏损范围内。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://minara.ai/docs/minara-handbook/zh/can-kao/liquidations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
