# Constant Burning

While investors and Web3 users are financially protected – thanks to the unstoppable supply restriction by Web3Chain and the indefinitely **constant burning mechanism** that continues in high amounts at the beginning and then decreases –, W3B gains value day by day because of the supply-demand balance. For all Web3 Coins that are not sold during the presale phase, a burn pool is created, and unsold Web3 Coins are transferred to this pool. These are burned through the Auto-Burn mechanism.

Auto-Burn is a formula that guarantees that the maximum W3B is removed from the circulation in the optimum time without leaving the burning process to the initiative of the individual.

$$
M = ((MB.13.10^4) / (100LP + S) . ((Cos(n.10^{-9} + 86)).2,923)
$$

| Amount of Web3 Coins to Burn          | (M)                       |
| ------------------------------------- | ------------------------- |
| Liquidity Price                       | (LP)                      |
| Number of Blocks Produced in 2 Months | (MB)                      |
| Variable Value                        | (S) (Initial Value: 1000) |
| Total Burned Web3 Coins               | (n)                       |

**With the Auto-Burn formula, burning is performed regularly in 2-month periods, inversely proportional to the MT**W3B **C price.**

Under the Cos90=0 valuation, the formula remains unchanged until unsold W3B's are burned.


---

# 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://web3-coin.gitbook.io/welcome-to-web3-coin/whitepaper/native-token/token-burning/constant-burning.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.
