> For the complete documentation index, see [llms.txt](https://docs.storm.tg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storm.tg/ru/mekhaniki-torgovli/degenmode_ru.md).

# Degen Mode

**Degen Mode** — это экстремальный режим торговли для самых смелых трейдеров на Storm Trade!

### ⚡ Основные особенности

* **Плечо x500** — только максимальное кредитное плечо для максимальных риска и прибыли.
* **Минимальные комиссии** — всего **0.02%** на открытие и закрытие позиции.
* **Нулевой спред** — цена сделки всегда равна цене оракула.
* **Нет фандинга** — вместо него действует **Rollover fee**.

💡 **Rollover fee** — это плата, которую трейдер платит за то, что держит позицию открытой длительное время.

* Рассчитывается каждый блок.
* Ставка: **0.005% от объёма позиции в час**.
* Влияет на смещение цены ликвидации.

**Обратите внимание:** Rollover fee начисляется за каждую открытую позицию и со временем смещает цену вашей ликвидации.

***

### 💎 Доступные активы

| Актив | Обеспечение  |
| ----- | ------------ |
| BTC   | USDT         |
| ETH   | USDT         |
| SOL   | USDT         |
| TON   | USDT или TON |

***

### ⚠️ Обратите внимание

* **Добавление и снятие маржи недоступно** — плечо всегда фиксировано (x500).
* Все остальные торговые операции доступны (открытие/закрытие, TP/SL и др.).
* При совершении операции по маркету - цена исполнения фиксируется в момент когда вы подписали транзакцию. Чтобы гарантировать точность цены исполнения по вашей торговой стратегии используйте Лимитные ордера.

🏄 **Degen 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.storm.tg/ru/mekhaniki-torgovli/degenmode_ru.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.
