> For the complete documentation index, see [llms.txt](https://project-gptx.gitbook.io/gptx-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://project-gptx.gitbook.io/gptx-whitepaper/token-utility/burn-mechanism.md).

# Burn Mechanism

GPTX’s ecosystem features a unique burn mechanism vital to the platform's native token, $GPTX. This mechanism automatically burns a percentage of each fee or revenue that GPTX’s tools & utilities generate, making $GPTX a deflationary token by nature. Thus reducing the overall supply of $GPTX, and increasing its scarcity. For example, when a user spends 10 $GPTX for each request of GPTX's AI protocol, a percentage of that (i.e 2 $GPTX) is burnt out of the token supply.

#### How does the burn apply in GPTX?

The burning mechanism applies to all transaction income within GPTX's ecosystem, including fees for AI access and other revenue generated by the platform's various tools and utilities such as the marketplace and launchpad. Whenever someone uses our proprietary AI Agent, transact in the marketplace or get involved with dealflows in the launchpad they contribute to the platform's growth and decrease the $GPTX in circulating supply.

The balance of the income generated from that transaction is used for the growth and sustainability of the GPTX platform. This includes funding for development, marketing, and other initiatives set out in this whitepaper to drive growth and improve the platform.

<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, and the optional `goal` query parameter:

```
GET https://project-gptx.gitbook.io/gptx-whitepaper/token-utility/burn-mechanism.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.
