> 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/how-to-invest-in-real-estate-on-binaryx/how-to-use-the-price-slippage-function.md).

# How to use the price slippage function?

This feature automatically helps you buy tokens at the best available price - no manual setup required. It is enabled by default with a 5% slippage limit.

During the construction phase, token prices rise very quickly because early entry offers the highest ROI. When sales open, demand is extremely high and tokens often sell out within minutes. This rapid price movement means that investors who want to buy at the expected price may need to increase slippage to avoid failed purchases during peak demand.

Instead of losing your spot or having the transaction fail, the system adjusts your purchase within the allowed slippage range so you can successfully secure tokens while prices are still low.

How does it work?

In the past, if multiple users tried to buy tokens at the same price, only one transaction would succeed. The rest would fail, showing an error. This was especially common during high-demand presales, when many people tried to invest at once.

Now, thanks to Smart Slippage, your investment will still go through, even if the token price changes slightly (up to 5%) while your transaction is being processed (which can take 1–2 minutes).

If the price shifts by 1%, 2%, or even 5% during that window, the system automatically adjusts and completes your purchase at the best possible price, avoiding errors and delays.

✅ **Important:** This doesn’t mean your token price will increase by 5%. In many cases, it won’t change at all. It simply ensures your transaction is successful, even under high load.

If you're buying during a presale launch, we recommend keeping the default 5% slippage. You can also lower it to 1%, 2%, or 3% if you prefer tighter control.

<br>


---

# 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/how-to-invest-in-real-estate-on-binaryx/how-to-use-the-price-slippage-function.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.
