# How To Burn Tokens

It happens that a tokens needs to be burned, this can be because of a mistake or also as feature as it fits your project strategy.

{% hint style="info" %}
In order to burn a token, please make sure, that your [policy](https://docs.nmkr.io/nmkr-studio/project/policy#how-to-choose-a-locking-date) isn't locked.\
\
Also burn tokens with a burn address of the correct project (the project where it was minted with)!\
\
You can't burn tokens that are in a wallet of another person, you have to send the token to a burning endpoint.
{% endhint %}

#### 1) Create Burning endpoint

Move to the [Manage Tokens tab ](https://docs.nmkr.io/nmkr-studio/token/manage-tokens-tab)and click the "create burning endpoint" button below your uploaded Tokens.

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

#### 2) Send the token

Send the token from your wallet to the burning endpoint together with 2ADA in the same transaction. This will then burn the token and remove it from your supply on the [policy](https://docs.nmkr.io/nmkr-studio/project/policy).\
The token will now be stated as burned in your project.

#### More details

If you want to learn more about this topic, [please click here](https://docs.nmkr.io/nmkr-studio/token/burn).


---

# 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.nmkr.io/nmkr-studio/how-to-quick-start-tutorials/how-to-burn-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.
