> 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/faq/xin-shou-faq.md).

# 新手 FAQ

### Jasper Vault 是什么？

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

***

### Jasper Vault 是普通合约交易所吗？

不是完全意义上的普通合约交易所。

Jasper Vault 的核心差异是支持永续合约保护（PP），让用户可以在合约交易中添加风险保护。

***

### 新用户应该先做什么？

建议先阅读：

* Jasper Vault 是什么？
* 什么是永续合约保护（PP）？
* 5 分钟快速开始
* 合约交易基础
* 重要风险提示

***

### 我需要懂期权才能用永续合约保护（PP）吗？

不需要完全掌握专业期权知识。

Jasper Vault 将永续合约保护（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/faq/xin-shou-faq.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.
