> For the complete documentation index, see [llms.txt](https://nomiswap.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nomiswap.gitbook.io/home/tokenomic/nmx/token-burning.md).

# Token burning

### **ATTENTION!** **The team developing Nomiswap project has been disbanded and is no longer able to develop or support the decentralized Nomiswap project. We recommend withdrawing all funds from Nomiswap as soon as possible. The supply of NMX tokens has reached its tokenomic limit and is no longer being issued.**

### **All information provided below on this and all other pages is out of date and is provided for historical and reference purposes only. If you continue to use Nomiswap website or its smart contracts, you do so at your own risk.**

**\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_**

🔥 Burning is the removal of a given number of coins from circulation.

🛡 When burning, the total supply decreases. Buying or burning contributes to a rise in the asset's rate. In the long term, this may allow the formation of an additional price increase. Buying or burning contributes to an abrupt increase in the asset's price. In the long term, this allows to create an additional price increase.

In pools with the NMX token, the trading commission is 0.3%. Commission in other pools is 0.1%. **(NOT ACTUAL NOW)** Once a day, the withheld commission in NMX tokens will be burned. For burning, tokens are sent to [this address](https://bscscan.com/token/0x000000000000000000000000000000000000dead).

<figure><img src="/files/EU2AG4qdN4KgBG1N3Ito" alt=""><figcaption></figcaption></figure>

**(NOT ACTUAL NOW)🔥 Starting from 15th September, we are burning the 100% swap commission** **of the following pairs:** WBNB/USDT, WBNB/BUSD, BTCB/USDT, ETH/WBNB, ETH/USDT, BTCB/WBNB, DOGE/USDT, USDT/BUSD, MATIC/USDT. We will introduce the burning for all other pools a couple of days later.

This is a temporary measure taken by our team to support the price. 100% burning of the commissions – represents 0.07% of the total trading volume. 0.03% of trading volumes still are being paid to liquidity providers.

{% hint style="warning" %}
**Watch out for fake accounts! The Nomiswap team will never text you first and ask for private keys or individual information!**
{% endhint %}


---

# 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://nomiswap.gitbook.io/home/tokenomic/nmx/token-burning.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.
