> For the complete documentation index, see [llms.txt](https://docs.goodcrypto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goodcrypto.app/goodcryptox-ru/perp-dex/ruchnye-ordera/rynok.md).

# Рынок

Рыночный ордер исполняется немедленно по лучшей доступной цене. Он отдаёт приоритет скорости над точностью цены и является самым прямым способом войти в позицию или выйти из неё.

Где это поддерживается, goodcryptoX использует нативный рыночный ордер биржи.

Однако Hyperliquid не поддерживает рыночные ордера нативно. Вместо этого мы приближаем их с помощью лимитного ордера IOC (Immediate or Cancel), размещённого глубоко в книге ордеров — на 10% выше лучшего аска (для покупок) или на 10% ниже лучшего бида (для продаж).

В нормальных условиях это ведёт себя как рыночный ордер. Но в случаях высокой волатильности или низкой ликвидности ордер может быть выполнен частично — или вовсе не выполнен, в отличие от нативного рыночного ордера, который исполнился бы полностью.


---

# 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:

```
GET https://docs.goodcrypto.app/goodcryptox-ru/perp-dex/ruchnye-ordera/rynok.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
