> 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/perpetuals-trading-new/simple-mode.md).

# Simple Mode

Simple Mode is designed for traders who want to act fast. Set your size, pick your leverage, and tap UP or DOWN — that's it.

### **Go to the PCS Perps page**

Head to [pancakeswap.finance/perps](https://pancakeswap.finance/perps) or click Perps in the main PancakeSwap navigation bar.

### **Connect your wallet**

Click Connect Wallet in the top right corner. No account creation or KYC required — your wallet is your account.

<figure><img src="/files/aTJY8BGoJjZ42CzVwYY2" alt="" width="507"><figcaption></figcaption></figure>

### **Choose a trading pair**

Click on the pair name at the top of the page to open the asset selector. A huge variety of token pairs are available.

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

### **My Bet — Position Size**

Enter how much you want to put in, or tap the preset buttons — **25%**, **50%**, or **MAX** — to size your position as a portion of your available perp fund balance.

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

### **Leverage**

Use the slider or tap a preset — **50×**, **100×**, **150×**, or **200×** — to set your leverage. Your current multiplier is shown in large text above the slider.

When leverage is high enough to carry meaningful liquidation risk, an **Amplified Risk** indicator appears as a reminder.

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

### **One tap to open**

Tap **UP** to go long, or **DOWN** to go short. Your position opens immediately at the best available market price.

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

### **Tapping multiple times**

Simple Mode is designed to let you build or reduce your position with repeated taps — no need to manually adjust size each time.

* **Tap UP twice** — your position doubles. Each tap adds one unit to your existing long.
* **Tap UP then DOWN** — the positions cancel out, returning you to flat.

Think of each tap as adding or subtracting one unit in a direction. It's a fun way to scale in or out of a trade.

### **Check your order status**

Your order will appear under **Positions** while it waits to be filled.

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

***

💡 Want to set limit orders, TP/SL, or manage positions in more detail? Switch to **Pro Mode** at any time — your open positions are not affected.


---

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