# Fixed Price Burning Mechanism

The **Fixed Price Burning Mechanism (FPB)** is an innovative approach introduced by Pure.cash to address the challenge of empowering tokens in current DeFi projects. By continuously injecting protocol revenue (50% of total trading fees) into the Burning Pool and setting a reasonable Burn Price (adjustable by the DAO), the protocol allows anyone to burn $PURE through the Burning Pool and receive assets from the pool at the fixed Burn Price.

<figure><picture><source srcset="/files/pEFdWZ2PQBO0ykgPz6JR" media="(prefers-color-scheme: dark)"><img src="/files/pPRExRz6kZghUbXn6pvp" alt="" width="563"></picture><figcaption></figcaption></figure>

The FPB is fully implemented through on-chain smart contracts, eliminating the need for any manual operation or third-party risks. Additionally, this mechanism has two distinct features:

1\. **Reducing Token Supply:** The mechanism continuously burns tokens to decrease the overall supply, thereby increasing the value and scarcity of $PURE.

2\. **Floor Price Buffer:** A reasonable Burn Price is set by the DAO.

* When $PURE's market price is above the Burn Price, the Burning Pool accumulates assets.

<figure><picture><source srcset="/files/UVsyOEO0RnaJvDblap2i" media="(prefers-color-scheme: dark)"><img src="/files/Tdc84b7YasUttwWhQUh4" alt=""></picture><figcaption></figcaption></figure>

* When $PURE's market price is below the Burn Price, the Burning Pool consumes assets, continuously fueling $PURE burns and driving its price up.

<figure><picture><source srcset="/files/ipTHqAze11oJmDIjq229" media="(prefers-color-scheme: dark)"><img src="/files/uX43qig2BHfP6brVGy53" alt=""></picture><figcaption></figcaption></figure>

This mechanism continuously boosts $PURE’s value and scarcity while providing a buffer when its price falls below the Burn Price.


---

# 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://docs.pure.cash/pure.cash/tokenomics/fixed-price-burning-mechanism.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.
