> 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/supported-chains-modes-and-markets.md).

# 支持的区块链、模式和市场

随着多链永续合约 V2 的推出，以下是每条链上提供的详细信息和产品的概览。

### 支持的模式：

<table><thead><tr><th></th><th width="215">区块链</th><th>杠杆</th></tr></thead><tbody><tr><td>经典模式</td><td>BNB Smart Chain<br>Arbitrum<br>opBNB<br>Base</td><td>250x</td></tr><tr><td>Degen Mode</td><td>BNB Smart Chain<br>Arbitrum<br>opBNB<br>Base</td><td>1001x</td></tr><tr><td>Dumb Mode</td><td>BNB Smart Chain<br>Arbitrum<br>opBNB<br>Base</td><td>-</td></tr></tbody></table>

### 费用

不同链上 PancakeSwap 永续合约的费用如下：

<table><thead><tr><th width="201.33333333333331">模式</th><th width="248">BSC、opBNB、Base</th><th>Arbitrum</th></tr></thead><tbody><tr><td>永续合约 V2 开仓费用</td><td>0.08%</td><td>0.05%</td></tr><tr><td>永续合约 V2 平仓费用</td><td>0.08%</td><td>0.05%</td></tr><tr><td>永续合约 V2 FX 费用</td><td>0.02%</td><td>0.02%</td></tr><tr><td><a href="/pages/7yuq2jxp1PhlKbxFx1ST">Degen Mode</a></td><td>最低 0.03%</td><td>最低 0.03%</td></tr><tr><td><a href="/pages/dS5WoSx8cPgpmtwPblH5">Dumb Mode</a></td><td>盈利时收取 6% 抵押品</td><td>盈利时收取 6% 抵押品</td></tr></tbody></table>

所有交易在开仓时均需支付 0.5 USD（BNB Chain）/ 0.2 USD（Arbitrum）/ 0.01 USD（opBNB）/ 0.3 USD（Base）的执行费用。


---

# 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/supported-chains-modes-and-markets.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.
