> 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/sao-sun-wu-you.md).

# 扫损无忧

扫损无忧是 Jasper Vault 面向止损场景设计的保护方式。

它适合用户已经设置或计划设置止损价，但担心价格短暂触发止损后又快速反弹，从而导致仓位被提前扫掉的情况。

***

### 扫损无忧解决什么问题？

传统止损的逻辑是：

**价格触发止损价后，仓位直接平仓。**

但在加密市场中，很多用户会遇到一种情况：

价格只是短暂插针，触发止损后又迅速反弹。\
用户虽然控制了亏损，但也失去了后续行情机会。

扫损无忧希望提供另一种选择：

**当价格接近或触及用户设定的风险区域时，不是简单地直接平仓，而是通过永续合约保护（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:

```
GET https://docs.jaspervault.io/zhong-wen-wen-dang/zui-jia-bao-hu-chang-jing/sao-sun-wu-you.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.
