> 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:

```
GET https://minara.ai/docs/minara-handbook/zh/can-kao/liquidations.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.
