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

# V1 無期限取引 よくある質問 (FAQ)

### この新機能はCAKEホルダーにどのような価値をもたらしますか？

この新機能により、多くの新規ユーザー、トレーダー、そして取引量が増加することを期待しています。取引手数料の割引を提供するとともに、その価値をCAKEトークンに還元できるよう努めています。PancakeSwapから登録したユーザーの全取引手数料の20%がCAKEに転換され、バーンされます。

**残りはどうなりますか？**

残りは現在、この機能の継続的な拡張・開発のための財務省、および予期せぬ市場イベントに備えた保険基金として確保されています。機能が成熟するにつれ、コミュニティのフィードバックとガバナンスに基づいてバーン比率を徐々に引き上げることを予定しています。

### 資金が見当たりません！何が起きたのですか？

まずFuturesアカウントに資金を入金する必要があることをお忘れなく！

### 入金上限はありますか？

| アセット | 上限        | 証拠金価値  |
| ---- | --------- | ------ |
| 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/japanese/qu-yin/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.
