> 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.md).

# 永续合约交易 \[全新]

在 PancakeSwap Perpetuals 中，我们从头开始重构了交易体验——由 Aster 基础设施提供支持，并针对高杠杆零售交易者进行了优化。无需自行管理跨链桥接或应对分散的流动性，PCS Perps 为你提供无缝、完全链上的交易体验，拥有深厚的流动性以及在 BTC 上高达 200× 的杠杆。

全新的体验为 PancakeSwap Perpetuals 用户带来了有意义的升级：

### **两种模式，一个产品**

并非每个人都以相同的方式交易。Simple Mode 让你通过预设规模一键做多或做空——无需任何配置。Pro Mode 则为想要更多控制权的交易者解锁限价订单、止盈/止损（TP/SL）以及完整的仓位管理。你可以随时在不同模式之间切换，且不会影响你的未平仓仓位。

### **高达 200× 的杠杆**

PCS Perps 在 BTC 上支持高达 200× 的杠杆——远高于大多数零售永续合约产品。这使其成为为数不多的、能够支持高杠杆交易行为而无需强迫用户切换到单独的链或界面的平台之一。

### **CEX 级别的执行，链上实现**

PCS Perps 由 Aster 的订单簿基础设施提供支持，为完全链上的交易环境带来深厚的流动性和机构级的执行。你直接从你的钱包进行交易——无需存入单独的账户，除清算事件外不存在托管风险。

### **统一钱包体验**

你的现货和永续合约活动集中在一处。PCS Perps 直接集成到 PancakeSwap 界面中，让你在所有链上仓位中拥有单一的钱包视图。

### **AI Copilot**

交易面板中的 AI Copilot 标签页会生成由 AI 驱动的交易思路，帮助你决定仓位方向。当你的永续合约账户已注资时，Copilot 会显示带有入场背景信息的做多和做空思路卡片——点击其中一张即可预填订单表单。当未注资时，它会显示一个带有 "Generate trade ideas"（生成交易思路）提示的空状态。AI Copilot 在 Simple Mode 和 Pro Mode 中均可使用，与 Order Book（订单簿）和 Trades（交易）标签页并列。

### **CAKE VIP 费用层级 \[即将推出]**

在你连接的钱包中持有 CAKE，即可在每笔交易中解锁费用折扣。更多详情即将公布。

### **收入与 CAKE 挂钩**

所有永续合约交易费用的 20% 会直接用于 CAKE 销毁，将交易活动与代币的长期价值联系起来。PCS Perps 上的交易量越大，从流通中移除的 CAKE 就越多。


---

# 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.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.
