> For the complete documentation index, see [llms.txt](https://guide.binaryx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.binaryx.com/ukrayinska/investing-in-construction/funkciya-proskovzuvannya-cini.md).

# Функція "Просковзування ціни"

Ця функція дозволяє купувати токени за найкращою можливою ціною. Вона увімкнена за замовчуванням і встановлена на значення 5%. Для купівлі за найкращою ціною, вам не потрібно додатково її включати - просто здійснюйте покупку як зазвичай.

<figure><img src="/files/iv753D3z4JEO3Nnyirkd" alt="" width="563"><figcaption></figcaption></figure>

### Як це працює?

Раніше, якщо два клієнти бачили однакову ціну токена під час покупки, лише один міг завершити покупку, в той час як другий отримував помилку транзакції. Якщо цю транзакцію робили десятки клієнтів одночасно, то всі, крім одного, бачили помилку.

Ми розуміємо, що завтра під час відкриття другого передпродажу високе навантаження протягом кількох хвилин також неминуче. Транзакція може зайняти 1-2 хвилини, і за цей час кілька клієнтів можуть купити токени перед тим побачивши одну ціну. Щоб уникнути помилок транзакцій, ми впровадили функцію, яка коригує вашу інвестицію при зміні ціни в заданому діапазоні (не більше 5%). Це означає, що якщо під час купівлі ціна зміниться на 1, 2 або 5% - **ваша покупка буде здійснена за найкращою можливою ціною**.

Важливо зазначити, що увімкнена функція не означає, що ціна токена для вас буде більшою на 5%. Вона може і зовсім не змінитися. Але увімкнена функція робить вашу інвестицію максимально прибутковою, коректно вашу транзакцію. Ви можете змінити цей поріг, встановивши проскозування на 1, 2 або 3%. Проте, якщо ви плануєте інвестувати одразу в момент початку продажу, **ми рекомендуємо залишити значення 5%, як встановлено за замовчуванням**.

&#x20;


---

# 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://guide.binaryx.com/ukrayinska/investing-in-construction/funkciya-proskovzuvannya-cini.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.
