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

# 無期限取引 \[レガシーモード]

PancakeSwap Perpetuals V2では、**オーダーブックと板情報の表示を廃止**することでインターフェースを合理化しました。代わりに、パートナーのAsterがALPプールを導入し、すべての取引ペアに流動性を提供することで資本効率を最大化しています。ALPプールはV2無期限契約のマーケットメイクプロセスに積極的に参加します。V2の低レイテンシーオラクルモデルについては、[こちらのページ](https://docs.asterdex.com/product/asterex-simple/price-oracles)をご参照ください。

この新しい仕組みにより、PancakeSwap Perpetualsユーザーにさらなるメリットをもたらします：

#### セキュリティの強化

Pyth、Binance Oracle、Chainlinkの価格フィードを活用することで、いずれかのオラクルソースの操作や流動性不足による予期せぬ価格変動を回避します。これにより、突発的な清算を防ぐことができます。

#### セルフカストディの自由

PancakeSwap Perpetuals V2での取引に面倒な入出金は不要です。ユーザーは完全なオンチェーンで取引でき、入出金の要件はありません。清算イベント以外では、いかなるプロトコルもユーザーの取引ポジションを管理・増減できないことが保証されます。

#### 高い流動性

プラットフォーム上の取引ペアはALPプールを通じて流動性を共有します。そのため、新たに上場する取引ペアごとに個別に流動性を追加する必要はありません。資本効率が最大化され、より大きなポジションサイズでの取引が可能になります。

#### より多くのペア

Perpetuals V2がすべての取引ペアの流動性を1つのプールに集約することで、今後さまざまな資産クラスのより多くの取引ペアが追加される予定です。ローンチ時点では、V2は暗号資産ペアのBTCUSD、ETHUSD、BNBUSDおよびForexペアのEURUSD、GBPUSDをサポートします。今後数ヶ月でさらに多くのペアが追加される予定です。

{% hint style="success" %}
**PancakeSwap Perpetuals 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/japanese/qu-yin/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.
