> 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/yong-xu-he-yue-bao-hu-pp/yong-xu-he-yue-bao-hu-pp-gong-zuo-yuan-li.md).

# 永续合约保护（PP）工作原理？

永续合约保护（PP）的核心逻辑是：

**用户在进行永续合约交易时，可以根据交易场景，为仓位附加一层保护。**

Jasper Vault 会根据用户的仓位方向、仓位大小、保护期限、保护强度和当前市场情况，计算对应的保护范围和保护费用。

***

### 基本流程

#### 1. 用户选择交易方向

用户选择做多或做空 BTC。

#### 2. 用户设置仓位

用户输入仓位大小、保证金和杠杆倍数。

#### 3. 用户开启永续合约保护（PP）

用户选择是否为当前仓位开启保护。

#### 4. 用户选择保护场景

用户可以选择：

* 紧急护盾
* 扫损无忧
* 夜间守护
* 重亏拯救

#### 5. 系统显示保护费用

系统会根据用户选择和当前市场情况，显示永续合约保护（PP）费用。

#### 6. 用户确认订单

用户确认交易信息和保护信息后提交订单。

#### 7. 保护生效

订单完成后，保护会在对应期限和范围内生效。

***

### 做多仓位如何保护？

如果用户做多 BTC，主要风险是 BTC 价格下跌。

永续合约保护（PP）会围绕下行风险进行保护设计。

***

### 做空仓位如何保护？

如果用户做空 BTC，主要风险是 BTC 价格上涨。

永续合约保护（PP）会围绕上行风险进行保护设计。

***

### 保护不是永久的

每一笔永续合约保护（PP）都有期限。

到期后，保护将不再生效。

如果用户仍然持仓，需要自行判断是否继续开启新的保护。

***

### 仓位调整可能影响保护状态

如果用户在保护生效期间加仓、减仓、平仓或改变仓位状态，可能影响原有保护的有效性或覆盖范围。

具体以 App 页面提示为准。


---

# 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/yong-xu-he-yue-bao-hu-pp/yong-xu-he-yue-bao-hu-pp-gong-zuo-yuan-li.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.
