> 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/he-yue-jiao-yi-faq.md).

# 合约交易 FAQ

### 什么是永续合约？

永续合约是一种没有固定到期日的衍生品，用户可以通过它交易 BTC 价格涨跌。

***

### 什么是做多？

做多表示用户认为价格会上涨。

***

### 什么是做空？

做空表示用户认为价格会下跌。

***

### 杠杆越高越好吗？

不是。

杠杆越高，风险越高，强平价格通常也越接近当前价格。

***

### 什么是强平价格？

强平价格是仓位可能被系统强制平仓的风险价格。

***

### 我可以同时使用永续合约保护（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, and the optional `goal` query parameter:

```
GET https://docs.jaspervault.io/zhong-wen-wen-dang/faq/he-yue-jiao-yi-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.
