> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/chinese/jiao-yi/perpetual-trading/perpetuals-trading-new/perpetual-trading-faq.md).

# 永续合约交易常见问题解答

### **什么是 PancakeSwap Perpetuals？**

PCS Perps 是一款基于 Aster 订单簿基础设施构建的永续合约交易产品，配备 PCS 原生前端。它在 BTC 和主要交易对上支持高达 200× 的杠杆，并可直接从你的钱包访问，无需跨链桥接或单独的账户设置。

### **我应该使用哪种模式——Simple 还是 Pro？**

这取决于你喜欢的交易方式。Simple Mode 为速度而生——设置你的规模，选择你的杠杆，然后点击 UP 或 DOWN 即可立即开仓。Pro Mode 适合想要更多控制权的交易者：限价订单、止盈/止损（TP/SL）配置以及完整的仓位管理。如果你是永续合约新手，或者只想快速行动，请从 Simple 开始。你可以随时切换到 Pro，且不会影响你的未平仓仓位。

### **我需要创建账户或完成 KYC 吗？**

不需要。PCS Perps 是完全链上的。连接你的钱包，你就可以开始交易了——无需创建账户、无需 KYC、无需向托管平台存款。

### **Simple Mode 和 Pro Mode 有什么区别？**

Simple Mode 为快速方向性交易而生——通过预设规模一键做多或做空。Pro Mode 通过高级订单类型、止盈/止损（TP/SL）以及仓位管理工具为你提供全面的控制权。你可以随时在两种模式之间切换。

***

### **PancakeSwap Perpetuals 收取哪些费用？**

你在 PCS Perps 上的交易费用包含两个部分：

1. **Aster 基础费用** — 由 Aster 的订单簿基础设施在每笔交易中收取
2. **PCS builder 费用** — 由 PancakeSwap 在 Aster 基础费用之上收取

两者都会在你交易时自动扣除。

***

### **Aster 的费率是多少？**

费用因合约类型而异：

**USDT-永续合约**

| 订单类型  | 费率    |
| ----- | ----- |
| Maker | 0%    |
| Taker | 0.04% |

**USD1-永续合约**

| 订单类型  | 费率     |
| ----- | ------ |
| Maker | 0%     |
| Taker | 0.005% |

有关 Aster 费用的更多详情，请参阅此文档：[LINK](https://docs.asterdex.com/trading/perpetuals/fees-and-specs)

### Aster 如何判断哪个用户来自 PancakeSwap，哪个用户来自他们自己的网站？

这取决于用户交易所在的平台。如果用户在 <https://pancakeswap.finance/perps> 上开仓和平仓，他们将被视为 PancakeSwap 用户。

### PancakeSwap builder 费用

PancakeSwap Perpetuals 的费用如下：

<table><thead><tr><th width="201.33333333333331">模式</th><th>Builder 费用</th></tr></thead><tbody><tr><td>所有交易</td><td>0.03%</td></tr></tbody></table>

### **哪些司法管辖区被限制使用本产品？** <a href="#whats-the-difference-between-a-maker-and-taker-order" id="whats-the-difference-between-a-maker-and-taker-order"></a>

位于美利坚合众国、加拿大、英国、中国、朝鲜、俄罗斯、乌克兰、古巴、伊朗、委内瑞拉或叙利亚，或从这些地区访问服务的用户不得使用本产品。访问可能会根据适用的合规和监管要求受到限制或封锁。


---

# 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.pancakeswap.finance/chinese/jiao-yi/perpetual-trading/perpetuals-trading-new/perpetual-trading-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.
