> 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/jasper-vault-shi-shen-me.md).

# Jasper Vault 是什么？

Jasper Vault 是一个结合永续合约与期权保护的去中心化衍生品交易平台。

用户可以在 Jasper Vault 上进行 BTC 永续合约交易，并根据自身需求开启 **永续合约保护（PP）**，为仓位增加一层期权式风险管理工具。

简单来说：

**Jasper Vault = 永续合约交易 + 可选保护层。**

***

### 为什么需要 Jasper Vault？

在传统合约交易中，用户通常面临几个常见问题。

#### 1. 止损容易被扫

很多用户会设置止损来控制风险，但在加密市场中，短时间插针、流动性波动和剧烈行情很常见。

止损一旦触发，仓位会被直接平掉。\
如果价格随后反弹，用户可能已经离场，无法继续参与行情。

#### 2. 不止损又容易被强平

如果用户不设置止损，仓位可能在极端行情中快速接近强平线。

特别是在高杠杆交易中，价格的小幅波动就可能造成较大亏损。

#### 3. 普通期权使用门槛高

期权本身可以用于对冲风险，但普通用户通常需要理解：

* 行权价
* 到期时间
* Delta
* Gamma
* 隐含波动率
* 权利金
* 行权逻辑

这些概念对大部分合约用户来说比较复杂。

#### 4. 合约和期权通常是分开的

传统交易中，合约交易和期权交易往往是两个独立产品。用户如果想用期权保护合约仓位，需要自己计算仓位大小、方向、保护比例和到期时间。

Jasper Vault 希望把这个过程产品化，让用户可以更简单地在合约交易中添加保护。

***

### Jasper Vault 如何解决这些问题？

Jasper Vault 的核心思路是：

**把期权式保护嵌入合约交易流程。**

用户在开仓或持仓过程中，可以选择开启永续合约保护（PP）。\
系统会根据用户的仓位方向、仓位大小、保护期限和保护强度，为仓位附加相应的保护结构。

用户不需要自己去单独购买复杂期权，也不需要手动计算 Greeks。\
Jasper Vault 会将保护流程整合到合约交易体验中。

***

### Jasper Vault 的产品定位

Jasper Vault 不是单纯的 Perps DEX，也不是传统 Options DEX。

Jasper Vault 更准确的定位是：

**Protected Perps 平台。**

也就是：

**一个支持带保护永续合约交易的去中心化衍生品平台。**

***

### Jasper Vault 和普通合约平台有什么不同？

| 对比项         | 普通合约平台        | Jasper Vault      |
| ----------- | ------------- | ----------------- |
| 核心功能        | 开多 / 开空 / 加杠杆 | 合约交易 + 永续合约保护（PP） |
| 风险管理方式      | 止损、减仓、保证金     | 止损、保证金、PP 保护      |
| 是否支持继续持仓保护  | 通常不支持         | 支持                |
| 是否需要用户自己买期权 | 不支持或较复杂       | 保护集成在交易流程中        |
| 用户体验        | 交易为主          | 交易 + 风险管理         |

***

### 一句话理解 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, and the optional `goal` query parameter:

```
GET https://docs.jaspervault.io/zhong-wen-wen-dang/kai-shi/jasper-vault-shi-shen-me.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.
