> 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/zui-jia-bao-hu-chang-jing/tui-jian-chang-jing-hua-bao-hu-gai-lan.md).

# 推荐场景化保护概览

为了让用户更容易使用永续合约保护（PP），Jasper Vault 将保护功能设计成多个常见交易场景。

用户不需要从复杂的期权参数开始选择，而是可以直接从自己的交易需求出发：

* 我担心短期突发行情怎么办？
* 我担心止损价被扫掉怎么办？
* 我晚上睡觉无法盯盘怎么办？
* 我的仓位已经亏损较多，但还不想立刻止损怎么办？

围绕这些真实交易场景，Jasper Vault 当前提供四种主要保护方式：

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

***

### 四种场景的区别

| 场景   | 主要解决的问题               | 适合用户             |
| ---- | --------------------- | ---------------- |
| 紧急护盾 | 担心短时间突发行情或插针          | 需要立即给仓位加保护的用户    |
| 扫损无忧 | 担心止损价被短暂触发后直接离场       | 想控制风险但不想被扫损离场的用户 |
| 夜间守护 | 睡觉或长时间无法盯盘            | 持仓过夜用户           |
| 重亏拯救 | 仓位已经亏损较多，希望在进一步恶化前加保护 | 浮亏仓位用户           |

***

### 场景化保护的核心价值

场景化保护的目标是降低用户理解门槛。

用户不需要先理解复杂期权结构，而是根据自己的交易问题选择对应保护方式。

这也是 Jasper Vault 和普通合约平台的重要区别：

**普通合约平台主要提供开仓、平仓和止损；Jasper Vault 进一步提供围绕仓位风险的场景化保护。**


---

# 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/zui-jia-bao-hu-chang-jing/tui-jian-chang-jing-hua-bao-hu-gai-lan.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.
