# Burn a Token

{% hint style="info" %} <mark style="color:red;">**IMPORTANT**</mark>: You cannot undo a burning of a token. Once it is burned, it is forever gone and the total amount of tokens with that role has then been decreased by 1. This is a deflationary mechanic in the game that must be done wisely.
{% endhint %}

You have the ability to [burn](/discord-bot/burn.md) a Hero token to gain massive quantities of Rupeez if you're going for a speed run, or having to recoup to make another attempt for the higher tokens. Depending on which token you burn, you will get a varying amount Rupeez.

| Hero Token Burned | Rupeez Earned                                                       |
| ----------------- | ------------------------------------------------------------------- |
| n00b              | <img src="/files/AdtIMVndY1JPexPLfUpb" alt="" data-size="line"> 250 |
| Hardcore          | <img src="/files/oQX2xKatsaVrRi1nThBC" alt="" data-size="line"> 500 |

{% hint style="info" %}
Hero Skins can not be burned by the game. Only Hero n00b and Hardcore tokens.
{% endhint %}

### Example

When you enter the burn command, you will first be presented with a confirmation prompt to make sure that you want to do this, as you can never get it back.

![](/files/XHBHpkVWMyA8DdkRDXDT)

During the burning process, you will see this message:

![](/files/6FiBHg7QDGNXXsS3jLb7)

Once it has been burned, you'll be notified with the amount of Rupeez and XP you have gained:

![](/files/53e5CbLPq24x2dBkJnaR)


---

# 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://whitepaper.mintofdestiny.xyz/gameplay/earning-rupeez/burn-a-token.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.
