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

# ダムモード

### 概要

PancakeSwap Perpetualsの[**ダムモード**](https://perp.pancakeswap.finance/en/futures/v2/BTCUSD?theme=light\&chain=bsc)は、原資産の価値の分単位の変動で取引したいトレーダーに最適な、シンプルな取引体験を提供します。ダムモードはノイズを排除することで取引をシンプルにし、ユーザーが短期ポジションへの参入・退出を容易に行えるようにします。

### 仕組み

5分、15分、30分、1時間の異なるROI比率を持つ有効期限ウィンドウが提供されます。ユーザーは原資産のロングまたはショートを選択できます。

有効期限終了時、原資産が勝ちポジションにある場合（ロングの場合は価格が建値より高い、ショートの場合は価格が建値より低い）、ユーザーは利益を得ます。

各有効期限には異なるROI（投資収益率）があります。有効期限が長いほどROIが高くなります。パーセンテージと手数料は以下の通りです：<br>

| 有効期限 | 勝ちROI（手数料控除後）\* | 負けROI | 手数料（勝ちの場合） |
| ---- | --------------- | ----- | ---------- |
| 5分   | 50%             | -100% | 担保の6%      |
| 15分  | 55%             | -100% | 担保の6%      |
| 30分  | 70%             | -100% | 担保の6%      |
| 1時間  | 83%             | -100% | 担保の6%      |

\*勝ちROIは市場状況によって随時調整される場合があります。最新情報はこのページをご確認ください。

例えば、以下のシナリオでは：

* 選択ポジション：ロング
* 担保：100 USDT
* 有効期限：60秒
* 建値のBTCUSD価格：$50,000
* 60秒後のBTCUSD価格：$50,001

ユーザーの利益は**100USDT \* 75%= 75USDT**となります。

ダムモードでのポジション開設方法の詳細は[こちら](/japanese/qu-yin/perpetual-trading/perpetual-trading-v2/dumb-mode/dumb-mode-guide.md)をクリックしてください。

### マーケットとマージンアセット

ダムモードは**BNB Chain**で以下のマーケットとマージンアセットの取引をサポートしています：

<table data-header-hidden><thead><tr><th width="330"></th><th></th></tr></thead><tbody><tr><td>マーケット</td><td>マージンアセット</td></tr><tr><td><p>BTCUSD</p><p>ETHUSD</p><p>CAKEUSD</p><p>BNBUSD</p><p>SOLUSD</p></td><td><p>USDC</p><p>USDT</p><p>CAKE</p><p>ETH</p><p>BTC</p><p>HAY</p></td></tr></tbody></table>

ダムモードは**Arbitrum、opBNB、Baseチェーン**で以下のマーケットとマージンアセットの取引をサポートしています：

<table data-header-hidden><thead><tr><th width="330"></th><th></th></tr></thead><tbody><tr><td>マーケット</td><td>マージンアセット</td></tr><tr><td><p>BTCUSD</p><p>ETHUSD</p></td><td><p>USDC</p><p>USDT</p><p>ETH</p><p>BTC</p></td></tr></tbody></table>

その他のアセット・チェーンへのサポートは開発中です。

### 手数料

勝ちトレードの場合、元本または担保の\*\*6%\*\*の手数料が徴収されます。これはROI計算前に算出されます。

<br>


---

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