> 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/perpetual-trading-v2.md).

# 永续合约交易 \[旧版模式]

在 PancakeSwap 永续合约 V2 中，我们精简了界面，**移除了订单簿和市场深度显示**。取而代之的是，我们的合作伙伴 Aster 推出了 ALP 池，现在为所有交易对提供流动性，最大化你的资金使用效率。ALP 池将积极参与我们 V2 永续合约的做市过程。请[访问此页面](https://docs.asterdex.com/product/asterex-simple/price-oracles)，了解更多关于 V2 低延迟预言机模型的信息。

新机制将为 PancakeSwap 永续合约用户带来更多好处：

#### 增强的安全性

通过接入 Pyth、Binance Oracle 和 Chainlink 价格源，我们可以规避因操纵或某一预言机来源流动性稀缺而导致的任何意外价格行为。这一精明之举可以避免那些突如其来的清算。

#### 自托管自由

使用 PancakeSwap 永续合约 V2 进行交易，无需再进行繁琐的充值和提现。用户将完全在链上交易，没有充值和提现要求。用户可以放心，在清算事件之外，没有任何协议能够管理、增加或减少交易仓位。

#### 更高的流动性

平台上的交易对通过 ALP 池共享流动性。因此，无需为每个新上线的交易对单独添加流动性。资金效率得以最大化，用户可以开设更大的仓位规模。

#### 更多交易对

随着永续合约 V2 将所有交易对的流动性整合到一个池中，用户可以期待未来出现更多来自不同资产类别的交易对。在上线时，V2 将支持加密货币的 BTCUSD、ETHUSD 和 BNBUSD 交易对，以及 Forex 交易对 EURUSD 和 GBPUSD。更多交易对将在未来几个月内陆续推出。

{% hint style="success" %}
**PancakeSwap 永续合约 V2 现已在 BNB Chain、Arbitrum、opBNB 和 Base 上线。**
{% endhint %}


---

# 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/perpetual-trading-v2.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.
