> For the complete documentation index, see [llms.txt](https://thenextworld.gitbook.io/the-next-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thenextworld.gitbook.io/the-next-world/economy/burn-event.md).

# Burn Event

The Next World will pledge to hold a TNC Burn Event every week.&#x20;

TNC burning means destroying specific units of TNC, taking those tokens out of circulation, to reducing the total number of TNC, and increasing the demand.

The Next World will **burn 100%** of all profit and processing fees from:&#x20;

Mini-Game Treasure Heists:

* Badges Sales
* Badges Upgrade&#x20;
* Soldier Upgrade
* Remove Soldier From War Map
* Soldier Repair
* (Deduct) Badges buyback

|    Date    |     TNC    |                                           Contract                                           |
| :--------: | :--------: | :------------------------------------------------------------------------------------------: |
| 24/10/2022 | 195,738.50 |  <https://bscscan.com/tx/0x324f414e255a06a74c412331ffe976e2cca08071617775057adf2e682b4153cb> |
|  1/11/2022 | 162,484.50 |  <https://bscscan.com/tx/0x875b1f7aa48546f547a5c9501c3b58628e90169db5be6978b73f3dc552aec86e> |
|  9/11/2022 |   107,781  |  <https://bscscan.com/tx/0x7cfc6aa53da155296614fd874a3c2db1de002a8cc6a27cdcceb6e5d6028421d5> |
| 15/11/2022 | 189,092.60 |  <https://bscscan.com/tx/0xc876863ceea6942ec4bbfd301d677d2bdf3b1f0bc701a1d2f0c315502528b69b> |
| 22/11/2022 | 139,561.40 |  <https://bscscan.com/tx/0x586afe5c498066db501561b1879b824ed67a3935d4b16371a7e8208215b639ad> |
| 30/11/2022 | 122,413.90 | <https://bscscan.com//tx/0xaaae468ff13f4a2b17c3fb6e15cf26b4a5b6d966be6a2ab96c5d2935fdc70c79> |
| 10/12/2022 | 108,491.60 | <https://bscscan.com//tx/0x057573f4efb25f8ed9f6474ab005d87130d8d07f77949f1937b0271897593673> |
| 14/12/2022 | 197,543.40 | <https://bscscan.com//tx/0x4080d558b6bd9688390fd94bdd81f3aee653254583a9e1f6b759c9668641b8a3> |


---

# 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://thenextworld.gitbook.io/the-next-world/economy/burn-event.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.
