# Burning Tokens

{% hint style="info" %}
Burning tokens will destroy them forever and therefore decrease the total supply. This can be used to make the token deflationary and hype up the community
{% endhint %}

To burn tokens, simply click on the `Burn Tokens 🔥` button under `Menu > My Tokens > [Name]` and follow the instructions. You will be prompted to submit the amount of tokens to be burned.

<figure><img src="/files/i9Vw1LHsGJt8t37mifOA" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Make sure you still have tokens left in the contract, otherwise it won't be possible. This can happen if you added 100% to the liquidity pool, if you sold or airdropped everything, or renounced the contract.
{% endhint %}

Reply to the message and wait for the bot to estimate gas for this transaction. If you see the following menu pop up, you will know that your transaction will likely succeed with your desired input. Click `Confirm 🔥` and wait for the transaction to finish.&#x20;

<figure><img src="/files/3vVWikQQqmaMjqerE8HS" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you burn more than 2% of the supply, i will appear as an announcement in the [DEVbot Token Alerts](https://t.me/DEVbotTokenAlerts).
{% endhint %}


---

# 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://devbot.gitbook.io/docs/token-management-and-update/burning-tokens.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.
