> For the complete documentation index, see [llms.txt](https://protocol-x.gitbook.io/ptxcrypto/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://protocol-x.gitbook.io/ptxcrypto/ecosystem/protocol-x-native-token-usdptx/true-burn-mechanics.md).

# True Burn Mechanics

Protocol X (PTX) has a unique approach to burning tokens. Unlike other projects that use a generic burn wallet to remove tokens from circulation, PTX actually removes the supply of tokens when they are burnt. This helps to further increase the scarcity and value of the token.

When a user burns PTX tokens, the tokens are permanently removed from circulation. This means that the total supply of PTX tokens decreases, making the remaining tokens more scarce and valuable. Additionally, burning tokens can also help to increase the demand for PTX, as the reduced supply can drive up the price of the token.

This approach to burning has several benefits. First, it helps to create a more stable and valuable token. By permanently removing tokens from circulation, PTX is able to maintain a lower supply, which can lead to a higher price and greater demand.

Second, burning tokens can also provide a source of income for PTX holders. When tokens are burned, the value of the remaining tokens can increase, providing a return on investment for holders.

Overall, PTX's unique approach to burning tokens sets it apart from other projects. By permanently removing tokens from circulation, PTX is able to create a more valuable and stable token that rewards both users and holders.

{% hint style="warning" %}
TLDR: We do not have a dead address, tokens are removed from supply permanently.
{% endhint %}

<br>


---

# 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:

```
GET https://protocol-x.gitbook.io/ptxcrypto/ecosystem/protocol-x-native-token-usdptx/true-burn-mechanics.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.
