> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/support-docs/ru/birzha/torgovlya/tipy-orderov/rynochnyi-order.md).

# Рыночный ордер

**Market Order** - это инструкция на покупку или продажу немедленно по лучшей доступной цене в книге ордеров.

### Когда использовать?

* Когда вы хотите, чтобы ваш ордер был исполнен мгновенно.
* Подходит для быстрого входа или выхода из позиции, независимо от небольших изменений цены.

### Ключевые моменты

* Исполнение гарантировано, но цена может незначительно варьироваться из-за рыночной ликвидности (проскальзывание).
* Лучше всего подходит для срочных сделок, а не для точного контроля цены.

### Как избежать риска проскальзывания при использовании рыночных ордеров?

{% stepper %}
{% step %}

### Выберите токен

На странице **Futures Order Placement** выберите токен, которым хотите торговать.
{% endstep %}

{% step %}

### Выберите тип ордера

После подтверждения направления торговли выберите **Market Order**.
{% endstep %}

{% step %}

### Введите количество

Введите количество ордера.
{% endstep %}

{% step %}

### Настройте максимальное проскальзывание

Нажмите **Max Slippage Setting**, затем введите максимальное проскальзывание, которое вы готовы допустить.

<figure><img src="/files/AMt7q4EEV4M9eVikA8dw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Сохраните настройку

Нажмите **Submit**, чтобы сохранить настройку.

<figure><img src="/files/cygTuGw2S7FgSItCag5w" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Подтвердите ордер

Подтвердите ордер.
{% endstep %}
{% endstepper %}


---

# 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://support.backpack.exchange/support-docs/ru/birzha/torgovlya/tipy-orderov/rynochnyi-order.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.
