> For the complete documentation index, see [llms.txt](https://wiki.rally.io/rally-io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.rally.io/rally-io/how-to-use/burn-nfts.md).

# Burn NFTs

All users can burn NFTs that they own in the event they do not want to sell the NFT but no longer want to own it and helps lay down the foundation for future burning-related utility (like burning an NFT to get a t-shirt or access to a show, etc).

To Burn An NFT:

1. Navigate to the “My NFTs” button in the top right menu.

![The nft.rally.io menu screen](/files/ruoiGBZbovjEjgQqKKwa)

2\. Under your username and the number of NFTs you own in the top banner, navigate to the “Burn” button.

![Press "Burn" button](/files/J76iujlrtFSHRX8OJ6LN)

3\. That will take you to a list view of all your NFTs.

* If you are a Rally Creator, you will also see all your minted NFTs. If your NFT has been purchased and is owned by another user, you will not be able to burn it as it is not yours anymore. You will see the NFT in the list but it will be grayed out and there will be an alert stating “Owned by a user and can’t be burned” (see above).

![A list view of all the NFTs you own](/files/M2cFwujVEBze0M1hck96)

4\. After you select the NFT(s) that you would like to burn, a pop up window will appear to confirm your selection and decision.

{% hint style="warning" %}
NOTICE: This is a permanent action and there is no way to retrieve the NFT so please double check before moving forward with burning your NFT.
{% endhint %}

![Confirmation screen to burn your NFT - this is a permanent action ](/files/SX3Yo46TiKB8x0SWlwbW)

5\. Once you have double checked your selection and hit “Burn this NFT”, you will see an updated status that your NFT(s) have been successfully burned.

![Confirmation of your successfully burned NFT](/files/yV1RgTKUV9YL6GHtk14v)

6\. To see all the NFTs you have burned, you can go to your Dashboard Activity and under the Activity filter, select “Burned NFTs”.

![Dashboard view of all your burned NFTs](/files/BXOz2AGvuxQFD9VS7DX5)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.rally.io/rally-io/how-to-use/burn-nfts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
