> 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/sell-for-eth.md).

# Sell for ETH

The sweep tool sells your selected tokens for ETH in your wallet. Cinder quotes every token against Uniswap v2, v3, and v4 on Robinhood Chain, takes the best route per token, and re-checks prices immediately before executing so thin pools cannot drift between quote and sale.

## Steps

1. Open **Sell for ETH** and select tokens that show a green sell value.
2. Press **Sell selected for ETH**.
3. The confirmation lists each token with its expected ETH and your slippage setting.
4. Press **Sell now**. Per token, you approve exactly the amount being sold, then confirm the swap. Proceeds arrive as ETH in the same transaction.

## Reading the numbers

* A green amount is a live on-chain quote, labeled v2, v3, or v4 by route.
* **no market** means no pool exists anywhere Cinder can reach. Burn it.
* **no liquidity** means a pool exists but was drained. Burn it.
* **sell loses money · burn it** appears when gas would exceed the proceeds.
* **gas eats most of this** appears when proceeds barely clear gas.

## Fees and approvals

Cinder adds no fee. You pay network gas plus the normal Uniswap pool fee, which goes to the pool. Approvals are scoped to the exact amount being sold, never unlimited, and v4 routes use a Permit2 permission that expires within 30 minutes.


---

# 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/sell-for-eth.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.
