> For the complete documentation index, see [llms.txt](https://docs.xwg.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xwg.games/getting-started/xwg-token/burning-mechanism/burining-2022.md).

# Token Burning Info | 2022

### <mark style="color:red;">Burn Address</mark>

{% embed url="<https://bscscan.com/address/0x0000000000000000000000000000000000000000>" %}

{% hint style="info" %}
The previous quarter's profits will be burned on the last Sunday of each quarter.
{% endhint %}

{% hint style="danger" %}
Max burn limit of 49% token supply
{% endhint %}

## Q2 2022

![Total Burn | Q2 2022](/files/QMSKgjYq481uWnv6NS0X)

<table><thead><tr><th width="150">Burning Category</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>A</strong></mark></td><td>All <mark style="color:blue;"><strong>In-Game Consumption</strong></mark> by players will be 100% burned by Quarterly</td></tr><tr><td><mark style="color:orange;"><strong>B</strong></mark></td><td>50% <mark style="color:orange;"><strong>Profit</strong></mark> burned by Quarterly</td></tr></tbody></table>

| Burning List                                             | Burning Source | Data Source                                                                                                                  |
| -------------------------------------------------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| <mark style="color:blue;">**In-Game Consumption**</mark> | Recycle Pool   | [BSCScan](https://bscscan.com/token/0x6b23c89196deb721e6fd9726e6c76e4810a464bc?a=0x00f891847537f95164c26284e4ec9d27cd4c535b) |
| <mark style="color:orange;">**Profit**</mark>            | Mystery Box    | [BSCScan](https://bscscan.com/address/0x282c154c533bef0f49de97be7a9ec491f1c94f56)                                            |
|                                                          |                |                                                                                                                              |

<table><thead><tr><th>Burning Date</th><th>Burn TXN</th><th>$XWG</th><th>% of Total Supply</th><th width="169">Burning Category</th><th>Ref Period</th><th>Ref Price</th></tr></thead><tbody><tr><td>March 27th, 2022</td><td><a href="https://bscscan.com/tx/0x6cfa4e549baecb95477e9709dc633c28ea557514d203d47570a0b41a7b3244a0">TXID LINK</a></td><td>25,962,830</td><td>0.26%</td><td><mark style="color:blue;"><strong>A</strong></mark></td><td>Q1 2022</td><td>$0.033</td></tr><tr><td>June 30th, 2022</td><td><a href="https://bscscan.com/tx/0x094f288d7abc32aa95735a5ea7301938651a28fdbdbbb3f13f574bea6d76a3a6">TXID LINK</a></td><td>35,555,556</td><td>0.36%</td><td><mark style="color:orange;"><strong>B</strong></mark></td><td>Q2-Q4 2021</td><td>$0.045</td></tr><tr><td><strong>Total Burn</strong></td><td></td><td><strong>61,518,386</strong></td><td></td><td></td><td></td><td></td></tr></tbody></table>

## Q3 2022

Due to a worse-than-expected quarter result and overall market condition, X World Games will postpone all burnings until further announcement.

*`Disclaimer: Due to unforeseen circumstances and possible economic impacts, X World Games reserves the right to change, modify, revoke, add or remove any of the terms from the burning plan at any time with notice`*


---

# 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://docs.xwg.games/getting-started/xwg-token/burning-mechanism/burining-2022.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.
