> 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/trade/perpetual-trading/perpetual-trading-v2/dumb-mode/dumb-mode-guide.md).

# Dumb Mode Guide

### How to Place Orders in Dumb Mode

To place an order in Dumb Mode on PancakeSwap, follow these steps:

1. Select a Market: Go to [**Pancakeswap Perpertuals**](https://perp.pancakeswap.finance/en/futures/v2/BTCUSD?theme=light\&chain=bsc) on BSC. Choose from the available markets like BTCUSD, ETHUSD, etc.

<figure><img src="/files/uxiOI39zw5hMDUGlh7hz" alt="" width="338"><figcaption></figcaption></figure>

2. Click on **Dumb (Beta) Icon.** The position interface will change to Dumb mode.

<figure><img src="/files/HT5UQDtirKkgY6SdEZjs" alt="" width="338"><figcaption></figcaption></figure>

2. Select Position: Choose to long or short the underlying asset\*
   1. For long positions: If the expiry price is greater than the entry price, user will win the trade and make profit.
   2. For short positions: If the expiry price is less than the entry price, users will win the trade and make profit.
   3. Otherwise, user will lose the entire collateral.
   4. Refer to notes for more details on position
3. Set Margin and Amount: Select your margin asset (USDC, USDT, CAKE, etc.) and specify the amount for collateral.

   <figure><img src="/files/5v0kPmOVbtPkwA3NNXAs" alt=""><figcaption></figcaption></figure>
4. Choose Duration: Decide on the expiration of your trade - 60s, 5m, or 10m.

<figure><img src="/files/NbHcBwcGEchpA6jUuQX1" alt=""><figcaption></figcaption></figure>

5. Place Order: Review the ROI, confirm details and place your trade by clicking **Open Position**\*

<figure><img src="/files/HGZY45wkS9AlHy1xVJsa" alt=""><figcaption></figcaption></figure>

5. Monitor Trade: Once the trade is placed, monitor its progress until completion via the “Position” tab. **Users cannot close trades before expiration**

<figure><img src="/files/bgIEPp46fPUqVHD9I7j9" alt=""><figcaption></figcaption></figure>

7. Settlement: Upon the trade's conclusion, if successful, your ROI will be credited minus the 6% fee. If the trade is not successful, the loss will be 100%.

<figure><img src="/files/e9obHJ1Z9hO2O7JdriDA" alt=""><figcaption></figcaption></figure>

### Extra Note on Position

* Please note that the expiration timer doesn't start when you click on the 'OpenPosition' button; instead, the 60-second / selected duration countdown commences from the instant the transaction gets confirmed on the blockchain
* The price you see displayed serves only as a reference. The final entry price will be determined by the price point at the exact moment the transaction is confirmed on the blockchain. This will be updated on the “position” tab

### Tips for Using Dumb Mode

* Understand the Risks: Be aware of the high risks involved, especially with the -100% ROI on losses.
* Manage Your Collateral: Only invest what you can afford to lose.
* Stay Informed: Keep up to date with market trends for the assets you're trading.


---

# 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/trade/perpetual-trading/perpetual-trading-v2/dumb-mode/dumb-mode-guide.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.
