# Dynamic Pricing Model

Our Presale pricing follows the dynamic pricing model. The price of IMT will rise by 0.1% with each BNB contributed to our presale.

The Formular of our dynamic pricing model is given by the following equation:

$$
Selling Price = StartingPrice + (StartingPrice \* (NumberSoldBNB/1000)
$$

Which means that with 1.000 BNB sold the Price increase for 1 IMT is 100%

To make it more clear here is an example:

Asuming the starting price of 1 Token is 0.01$ then the price after first purchase is calculated as followed: \
0.001 + (0.001 \* (1 / 1000) = 0.001001

After 1.000 BNB invested the price would be calculated as followed:\
0.001 + (0.001 \* (1000 / 1000) = 0.002

First come, first serve.

We advise you to higher your gas fees to be fast when buying.<br>


---

# 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://infinity-mining.gitbook.io/imt-whitepaper/token-sale/dynamic-pricing-model.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.
