> For the complete documentation index, see [llms.txt](https://docs.jaspervault.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jaspervault.io/zhong-wen-wen-dang/he-yue-jiao-yi/qiang-ping-ji-zhi.md).

# 强平机制

强平是合约交易中最重要的风险之一。

当用户仓位亏损扩大，保证金不足以维持仓位时，系统可能根据规则强制平仓。

***

### 为什么会强平？

合约仓位需要保证金来承担亏损。

当市场走势不利，亏损持续扩大时，保证金会减少。

如果保证金低于系统要求，仓位可能被强平。

***

### 强平价格是什么？

强平价格是一个风险参考价格。

当市场价格接近强平价格时，说明仓位风险较高。

用户应密切关注强平价格。

***

### 如何降低强平风险？

用户可以通过以下方式降低强平风险：

* 降低杠杆
* 减少仓位大小
* 添加保证金
* 及时减仓
* 使用永续合约保护（PP）管理部分风险
* 避免在极端波动中使用过高杠杆

***

### 永续合约保护（PP）是否能完全避免强平？

不能。

永续合约保护（PP）是风险管理工具，不是无限制强平保险。

用户仍然需要关注保证金、杠杆、强平价格和市场波动。


---

# 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://docs.jaspervault.io/zhong-wen-wen-dang/he-yue-jiao-yi/qiang-ping-ji-zhi.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.
