> 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/xin-shou-zhi-nan/kai-di-yi-bi-he-yue-cang-wei-perpetuals.md).

# 开第一笔 合约仓位（Perpetuals）

本页面帮助用户完成第一笔 BTC 永续合约交易。

***

### 第一步：进入交易页面

打开 [Jasper Vault App](https://beta.jaspervault.io/#/perps/Base_cbBTC)，进入交易页面。

选择 BTC 永续合约市场。

***

### 第二步：选择交易方向

用户可以选择：

#### 做多

如果你认为 BTC 价格会上涨，可以选择做多。

#### 做空

如果你认为 BTC 价格会下跌，可以选择做空。

***

### 第三步：设置仓位大小

输入你想要交易的仓位大小。

请注意，仓位大小越大，潜在收益和风险都会增加。

***

### 第四步：选择杠杆

杠杆会放大你的仓位敞口。

例如，使用 10x 杠杆时，价格波动对保证金的影响会被放大。

高杠杆交易风险很高，新用户应谨慎使用。

***

### 第五步：查看保证金和强平价格

提交订单前，请重点查看：

* 保证金金额
* 预计开仓价格
* 预估强平价格
* 资金费率
* 费用
* 价格滑点

如果强平价格离当前价格过近，说明仓位风险较高。

***

### 第六步：选择是否开启 永续合约保护/Perpetual Protect (PP)

如果你希望为仓位添加保护，可以在开仓时开启 永续合约保护/Perpetual Protect (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/xin-shou-zhi-nan/kai-di-yi-bi-he-yue-cang-wei-perpetuals.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.
