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

# Простой режим

Simple Mode создан для трейдеров, которым важна скорость. Задай размер, выбери кредитное плечо и нажми UP или DOWN — вот и всё.

### **Перейди на страницу PCS Perps**

Открой [pancakeswap.finance/perps](https://pancakeswap.finance/perps) или нажми Perps в главной навигационной панели PancakeSwap.

### **Подключи кошелёк**

Нажми Connect Wallet в правом верхнем углу. Создание аккаунта и KYC не требуются — твой кошелёк и есть твой аккаунт.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20(7).png" alt="" width="507"><figcaption></figcaption></figure>

### **Выбери торговую пару**

Нажми на название пары в верхней части страницы, чтобы открыть селектор активов. Доступно огромное количество токен-пар.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20(300).png" alt=""><figcaption></figcaption></figure>

### **Моя ставка — размер позиции**

Введи сумму, которую хочешь вложить, или нажми одну из предустановленных кнопок — **25%**, **50%** или **MAX** — чтобы задать размер позиции как долю от доступного баланса perp-фонда.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20(337).png" alt=""><figcaption></figcaption></figure>

### **Кредитное плечо**

Используй слайдер или нажми на предустановленное значение — **50×**, **100×**, **150×** или **200×** — чтобы задать кредитное плечо. Текущий множитель отображается крупным текстом над слайдером.

Когда кредитное плечо достаточно высокое и несёт значительный риск ликвидации, появляется индикатор **Amplified Risk** в качестве напоминания.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20(319).png" alt=""><figcaption></figcaption></figure>

### **Одно нажатие — и позиция открыта**

Нажми **UP**, чтобы открыть лонг, или **DOWN**, чтобы открыть шорт. Позиция немедленно открывается по лучшей доступной рыночной цене.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20(341).png" alt=""><figcaption></figcaption></figure>

### **Повторные нажатия**

Simple Mode позволяет наращивать или уменьшать позицию повторными нажатиями — не нужно вручную корректировать размер каждый раз.

* **Нажать UP дважды** — позиция удваивается. Каждое нажатие добавляет одну единицу к существующему лонгу.
* **Нажать UP, затем DOWN** — позиции компенсируют друг друга, возвращая тебя к нулю.

Думай о каждом нажатии как о прибавлении или вычитании одной единицы в направлении. Это удобный способ наращивать или сокращать сделку.

### **Проверь статус ордера**

Твой ордер появится в разделе **Positions**, пока ожидает исполнения.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20(352).png" alt=""><figcaption></figcaption></figure>

***

💡 Хочешь устанавливать лимитные ордера, TP/SL или более детально управлять позициями? Переключись в **Pro Mode** в любой момент — открытые позиции это не затронет.


---

# 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/russian/torgovlya/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.
