> 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/welcome-to-cinder.md).

# Welcome to Cinder

Cinder is the wallet cleaner for Robinhood Chain. Connect once and it reads every token you hold, prices each one against the chain's DEXs, and gives you five tools: burn the dead tokens, sell the ones with a market, swap a chosen amount, send in bulk, and revoke the approvals that put you at risk.

**Live at** [**cindereth.com**](https://cindereth.com/)**.**

## The honest pitch

Most tokens airdropped on Robinhood Chain are worth nothing, and some are bait. Cinder tells you which is which before you act: a real ETH price when one exists, "no liquidity" when a pool was drained, "no market" when there was never a pool, and a plain warning when selling would cost more in gas than the tokens return.

## Trust, in one paragraph

Cinder deploys no smart contracts of its own. Burns are a standard transfer from your wallet to the dead address. Sells route through the public Uniswap contracts on the chain. Revokes are a standard `approve(0)`. Cinder never holds your assets, has no withdraw function, and cannot move a token without a transaction you sign in your own wallet. Not affiliated with Robinhood Markets, Inc.

## Where to go

* New here: [Connecting Your Wallet](/getting-started/connecting-your-wallet.md)
* Clean a wallet: [Incinerator](/tools/incinerator.md)
* Get ETH back: [Sell for ETH](/tools/sell-for-eth.md)
* Protect yourself: [Approvals](/tools/approvals.md)


---

# 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/welcome-to-cinder.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.
