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

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

### **PancakeSwap Perpetualsとは何ですか？**

PCS PerpsはAsterのオーダーブックインフラを基盤とし、PCSネイティブのフロントエンドを持つ無期限取引製品です。BTCおよび主要ペアで最大200倍のレバレッジをサポートし、Bridgingや別アカウントの設定なしにウォレットから直接アクセスできます。

### **シンプルモードとプロモード、どちらを使うべきですか？**

取引スタイルによって異なります。シンプルモードはスピード重視で設計されています。サイズを設定し、レバレッジを選んで、UPまたはDOWNをタップするだけで即座にポジションを開けます。プロモードはよりコントロールを求めるトレーダー向けです。指値注文、TP/SL設定、フルポジション管理が利用できます。パーペチュアルが初めての方や素早く動きたい方はシンプルモードから始めてください。オープンポジションに影響を与えることなく、いつでもプロモードに切り替えられます。

### **アカウント作成やKYCは必要ですか？**

いいえ。PCS Perpsは完全なオンチェーンです。ウォレットを接続すれば取引の準備が整います。アカウント作成、KYC、カストディアルプラットフォームへの入金は一切不要です。

### **シンプルモードとプロモードの違いは何ですか？**

シンプルモードは高速な方向性トレード向けで、プリセットサイズでワンタップでロングまたはショートできます。プロモードでは高度な注文タイプ、TP/SL、ポジション管理ツールを使ったフルコントロールが可能です。いつでもモードを切り替えられます。

***

### **PancakeSwap Perpetualsの手数料はいくらですか？**

PCS Perpsの取引手数料には2つの要素があります：

1. **Asterベース手数料** — Asterのオーダーブックインフラによってすべての取引に課せられます。
2. **PCSビルダー手数料** — Asterベース手数料に加えてPancakeSwapが課せられます。

どちらも取引時に自動的に差し引かれます。

***

### **Asterの手数料率はいくらですか？**

手数料はコントラクトタイプによって異なります：

**USDT-無期限コントラクト**

| 注文タイプ | 手数料率  |
| ----- | ----- |
| メイカー  | 0%    |
| テイカー  | 0.04% |

**USD1-無期限コントラクト**

| 注文タイプ | 手数料率   |
| ----- | ------ |
| メイカー  | 0%     |
| テイカー  | 0.005% |

Asterの手数料に関する詳細はこちらのドキュメントをご参照ください：[LINK](https://docs.asterdex.com/trading/perpetuals/fees-and-specs)

### AsterはどのユーザーがPancakeSwap経由か、自社ウェブサイト経由かをどのように判断しますか？

これはユーザーが取引するプラットフォームによって決まります。ユーザーが<https://pancakeswap.finance/perps>でトレードを開設・クローズした場合、PancakeSwapユーザーとみなされます。

### PancakeSwapビルダー手数料

PancakeSwap Perpetualsの手数料は以下の通りです：

<table><thead><tr><th width="201.33333333333331">モード</th><th>ビルダー手数料</th></tr></thead><tbody><tr><td>すべての取引</td><td>0.03%</td></tr></tbody></table>

### **どの地域から使用することが制限されていますか？** <a href="#whats-the-difference-between-a-maker-and-taker-order" id="whats-the-difference-between-a-maker-and-taker-order"></a>

アメリカ合衆国、カナダ、イギリス、中国、北朝鮮、ロシア、ウクライナ、キューバ、イラン、ベネズエラ、またはシリアに居住またはサービスにアクセスしているユーザーはこの製品を使用できません。適用されるコンプライアンスおよび規制要件に従って、アクセスが制限またはブロックされる場合があります。


---

# 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/perpetuals-trading-new/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.
