# "Price Slippage" Feature

This feature allows you to buy tokens at the best possible price. It is enabled by default and set at 5%. You don't need to allow it to be purchased separately at the best price—you buy it as usual.

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

### How does it work?&#x20;

Previously, if two clients saw the same token price at the time of purchase, only one client could complete the purchase. In contrast, the second client received a transaction error. If dozens of clients made the transaction simultaneously, all but one received errors.

We understand that tomorrow, during the opening of the second presale, there will be a high load for several minutes. The transaction might take 1-2 minutes, and multiple clients could buy tokens during this time. To avoid transaction errors, we have implemented a feature that adjusts your investment if the price changes within a specified range (no more than 5%). If the price changes by 1, 2, or 5% during the purchase, **your transaction will be completed at the best price**.

It is important to note that the enabled feature does not mean the token price will be 5% higher for you. It may not change. However, the enabled feature maximizes your investment potential by ensuring your transaction is completed. Change this threshold and set the slippage to 1, 2, or 3%. However, if you plan to invest right at the start of the sale, **we recommend leaving it at the default 5%**.


---

# Agent Instructions: 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://guide.binaryx.com/construction-investments/price-slippage-feature.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.
