> 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/kai-shi/yong-xu-he-yue-bao-hu-shi-shen-me.md).

# 永续合约保护是什么？

永续合约保护指的是一种带保护的永续合约交易模式。

在传统永续合约中，用户开仓后主要依靠止损、加保证金、减仓或手动平仓来管理风险。

在永续合约保护模式下，用户可以在合约仓位上附加期权式保护，使仓位在特定期限和范围内获得额外风险管理能力。

简单来说：永续合约保护 **= 永续合约 + 保护层。**

***

### 为什么永续合约保护重要？

加密市场波动剧烈，合约用户经常遇到以下情况：

* 设置止损后被插针扫掉
* 不设置止损又担心强平
* 行情短期逆向波动，但长期方向判断未变
* 夜间或外出时无法盯盘
* 重大数据或新闻前后不确定性上升
* 高杠杆交易中容错空间很小

永续合约保护的出现，是为了让用户在这些场景下拥有更多风险管理选择。

***

### 永续合约保护和止损有什么不同？

止损的核心是：**价格触发后，直接退出仓位。**

Protected Perps 的核心是：**用户可以继续保留仓位，同时为仓位增加保护。**

这两者并不是完全替代关系，而是适用于不同场景。

止损更适合用户已经明确不想继续持仓的情况。\
Protected Perps 更适合用户仍然想保留市场机会，但希望控制部分下行风险的情况。

***

### 永续合约保护和普通期权有什么不同？

普通期权需要用户自己选择期权合约、行权价、到期时间和数量。\
Protected Perps 则将保护流程嵌入合约交易，让用户从交易场景出发选择保护。

用户不需要先成为期权专家，才能使用保护功能。

***

### Jasper Vault 如何实现永续合约保护？

Jasper Vault 通过 Perpetual Protect（PP）实现永续合约保护。

用户在进行 BTC 合约交易时，可以选择开启 PP。\
PP 会根据用户的仓位方向、仓位大小、保护期限和保护强度，为仓位提供相应保护。

例如：

* 用户做多 BTC，担心短期下跌，可以开启下行保护
* 用户准备过夜持仓，可以开启夜间守护
* 用户仓位已有浮亏，但不想立刻止损，可以使用重亏拯救
* 用户想设置类似止损的风险边界，但不想直接离场，可以使用 SL Protect

***

### 永续合约保护不是无风险交易

永续合约保护的目的不是让用户无风险盈利。

它的作用是帮助用户更清楚地管理风险边界。

用户仍然需要承担：

* 保护费成本
* 市场判断风险
* 杠杆风险
* 保护期限限制
* 保护范围限制
* 极端行情风险

请始终谨慎使用杠杆，并根据自身风险承受能力交易。


---

# 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://docs.jaspervault.io/zhong-wen-wen-dang/kai-shi/yong-xu-he-yue-bao-hu-shi-shen-me.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.
