# Destroying Tokens

While in the past users would send to “burn addresses” to burn or destroy their tokens, <mark style="color:yellow;">Freewallet now has the action available to permanently “Destroy Unit Issuance” of tokens.</mark>

<mark style="color:red;">**This action is irreversible.**</mark> \
\
**It is possible to for any user to destroy any token they possess.**

To Destroy Supply of a Token in Freewallet, navigate to the top right “Actions” icon and select the action “Destroy Token Supply”.

<figure><img src="/files/hX2MvvkBoZ5mqjkK99n5" alt=""><figcaption><p>Destroy Supply button from the Actions drop-down menu shown with Red Oval</p></figcaption></figure>

You can also right click the Asset in the left panel and select “Destroy TOKEN supply"

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

* First check that your <mark style="color:yellow;">source address is the address that holds the Token</mark> and the address you would like to Destroy from.
* Make sure in the <mark style="color:red;">Token Name field it is the correct token you would like to Destroy Supply of</mark>.
* Next, check and <mark style="color:green;">verify the Amount</mark> you would like to destroy.
* You can also add a Memo to this destructive process, be careful as this <mark style="color:yellow;">Memo is public on the blockchain</mark> and will be displayed when looking up the destruction transaction info. Memo length is limited to 32 single-byte characters long using the destroy function.

<figure><img src="/files/kJ8UW1SvNSJgImIcxU40" alt=""><figcaption><p>Destroy Token supply pop-up example for burning 150 PEPECASH tokens</p></figcaption></figure>

It is common for projects to require users to burn an asset and to include a very specific memo when burning from the address the submission asset was minted from.

You can also choose the BTC Fee you wish to use. If you have questions about what BTC fee to use, reference the [What BTC fee should I use?](/freewallet.io-user-manual/getting-started/what-btc-fee-should-i-use.md) section of this User Manual.

Once you have verified all the above information, click “Destroy” and the transaction will be broadcast to the Bitcoin Network.


---

# 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://davestaxcp.gitbook.io/freewallet.io-user-manual/freewallet-functions/destroying-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.
