# Token Burning

Token burning permanently removes tokens from circulation, reducing supply and potentially increasing scarcity.

#### Automatic burning

Set a percentage of each distribution to be automatically burned.

Example:

* If you set a **5%** burn rate, **5%** of collected taxes are burned before distribution to holders and developers.

Benefits:

* Consistent supply reduction
* No manual intervention needed
* Deflationary tokenomics

#### Manual burning

Use the burn dashboard to manually burn tokens from your wallet at any time.

Benefits:

* Full control over timing
* Burn any amount you want
* Great for marketing events

#### Burn analytics

Track total burns, burn percentage, and burn history on your token page.

All burns are permanently recorded on-chain and visible to your community.


---

# Agent Instructions: 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://docs.taxsplit.app/documentation/taxsplit/token-burning.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.
