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

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

### 这项新功能对 CAKE 持有者的价值贡献是什么？

我们预计这项新功能将带来大量新用户、交易者和交易量。我们希望确保在提供交易费用折扣之外，价值能够回馈给我们的 CAKE 代币。在 PancakeSwap 上注册的用户产生的所有交易费用中，20% 将被转换为 CAKE 并销毁。

**那么其余部分呢？**

其余部分目前预留给国库，用于该功能的持续扩展和开发，以及用于应对意外市场事件的保险基金。随着该功能的成熟，我们预计将根据社区反馈和治理逐步增加销毁的比例。

### 我看不到我的资金！发生了什么？

请记住，你必须先将资金存入期货账户！

### 是否有存款限额？

| 资产   | 限额        | 保证金价值  |
| ---- | --------- | ------ |
| USDT | 无限制       | 99.99% |
| BUSD | 无限制       | 100%   |
| CAKE | 5000 CAKE | 90%    |

### 我们会切换到在 PCS 版本的前端上只显示 PCS 的交易量吗？

前端显示的是合并后的交易量，因为流动性是合并的，它展示了深厚的流动性，从而带来更小的价差。


---

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