> 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/degen-mode.md).

# デゲンモード

デジェンモードは、従来の取引方法とは異なる代替的な取引方法をトレーダーに提供します。市場を分析するためのスクリーン前での時間を減らし、よりハンズオフなアプローチを好むトレーダーに適したモードです。高ボラティリティ期間中には、スリッページゼロ、高レバレッジ、極めて低い手数料で利益を最大化できます。低ボラティリティ時には、小さな価格変動への投機が可能です。

当初、デジェンモードはBTCUSD向けに提供され、ロングおよびショート成行注文で最大1001倍のレバレッジをサポートします。トレーダーはスリッページゼロでポジションを開く前に元本（担保額）を入力する必要があります。

デジェンモードはPerpetuals V2のBNB Chain、Arbitrum、opBNB、Baseチェーンで利用可能です。

### デジェンモードの特徴

デジェンモードは無期限取引トレーダーに以下のゲームプレイ特性とメリットを提供します：

**高レバレッジ・低初期担保 -** 1001倍の高レバレッジにより、デジェンモードを通じてトレーディング戦略に参加し、増幅させることができます。大きな初期担保を積まずに高いアップサイドを享受できます。

**低手数料 -** スリッページゼロの取引により、より良い取引体験が可能です。ポジション開設手数料は不要です。ポジション開設手数料を担保として節約し活用できるため、取引のアップサイドが増加します。

**ダイナミック手数料体系 -** デジェンモード専用に設計されたダイナミック手数料体系は、損益（PnL）に基づいてクローズポジション手数料を徴収するように緻密に設計されています。ダイナミック手数料体系の詳細は[こちら](/japanese/qu-yin/perpetual-trading/perpetual-trading-v2/degen-mode/degen-mode-dynamic-fee.md)をご参照ください。

**ペアの提供 -** デジェンモードはBNB Chain、Arbitrum、opBNB、BaseチェーンのBTCUSDで利用可能です。

### 使い方

1. <https://perp.pancakeswap.finance/en/futures/v2/>にアクセスするか、ホームページで「Perpetuals」を選択します。
2. 画面右上で「Long」または「Short」ポジションを選択し、レバレッジエディターをクリックして1001倍のレバレッジを選択します。
3. 金額と適切なレバレッジを選択します。
4. テイクプロフィット量（50%〜300%の間）を選択し、**ポジションを開く**をクリックします。
5. ポジションは画面下部の「positions（ポジション）」タブに反映されます。
6. ポジションをクローズするには、ポジション横の「close（クローズ）」ボタンをクリックします。それ以外の場合、デジェンモードはテイクプロフィットまたは清算時に自動的にクローズされます。詳細については[レガシーモード用語集](/japanese/qu-yin/perpetual-trading/perpetual-trading-v2/perpetuals-glossary.md)および[レガシーモード よくある質問 (FAQ)](/japanese/qu-yin/perpetual-trading/perpetual-trading-v2/perpetual-trading-faq.md)をご参照ください。


---

# 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/degen-mode.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.
