> For the complete documentation index, see [llms.txt](https://docs.cindereth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cindereth.com/tools/incinerator.md).

# Incinerator

Burning sends a token from your wallet to the dead address `0x…dEaD` as a standard ERC-20 transfer. It is permanent: no sale, no refund, no recovery. It is the right tool for anything the scanner marks **no market** or **no liquidity**, and for anything you simply never want to see again.

## Steps

1. Open **Incinerator** from the toolkit.
2. Select tokens with the checkboxes. The quick filters help: **All** selects everything unprotected, **Worthless** selects only tokens with no sell route, **Has market** selects the sellable ones.
3. Press **Burn selected**.
4. Read the confirmation. It lists every token and requires ticking "I understand these tokens will be permanently destroyed."
5. Press **Burn now** and confirm each transaction in your wallet.
6. When the burn finishes, the window stays open: your burn card is generated on the left for sharing, the result log with transaction links sits on the right. Close it with **Done**.

## Why one signature per token

An ordinary wallet signs one transaction at a time. Cinder asks your wallet for atomic batching (EIP-5792) on every run and uses one confirmation when the wallet supports it. MetaMask has not enabled it on Robinhood Chain yet, so today you sign per token, and the app tells you which mode you are in before you start.

## Protections

Core assets such as ETH, WETH, and stablecoins are locked out of selection, so a stray click cannot burn them. Tokens with a real market show their value next to the checkbox, so you see what you would be giving up.


---

# 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://docs.cindereth.com/tools/incinerator.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.
