> 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/legal/terms-of-use.md).

# Terms of Use

Effective July 25, 2026. Cinder, a non-custodial utility on Robinhood Chain. Not affiliated with Robinhood Markets, Inc.

## 1. Overview and acceptance

Cinder is a non-custodial web interface at cindereth.com for cleaning wallets on Robinhood Chain: burning tokens, selling tokens through public Uniswap contracts, sending tokens, and revoking token approvals. By using the interface you accept these terms. If you do not accept them, do not use the interface.

## 2. Eligibility and compliance

You must be at least 18 years old, legally able to enter this agreement, and not located in, or ordinarily resident in, any jurisdiction where use of the interface is unlawful, and not a person subject to sanctions lists. You are solely responsible for complying with the laws and tax obligations of your jurisdiction.

## 3. Nature of the interface

Cinder is an interface, not a protocol, exchange, broker, or money transmitter. Cinder deploys **no smart contracts of its own**. Every action the interface prepares is one of the following, executed by public infrastructure:

* Burning: a standard ERC-20 **transfer** from your wallet to the dead address `0x…dEaD`.
* Selling and swapping: calls to the public Uniswap SwapRouter02 and UniversalRouter contracts on Robinhood Chain, with proceeds delivered to your wallet in the same transaction.
* Revoking: a standard ERC-20 **approve(0)** from your wallet.
* Sending: standard ERC-20 transfers from your wallet to addresses you supply.

Cinder never holds, custodies, or controls your assets, has no withdraw function, and cannot move tokens without a transaction you sign in your own wallet.

## 4. Your wallet, your responsibility

You control your wallet and its keys. Cinder never has access to your private keys or seed phrase and will never ask for them. You are responsible for reviewing every transaction in your wallet before signing. What your wallet shows you at signing time is authoritative.

## 5. Assumption of risk

Blockchain transactions are irreversible. Burning a token destroys it permanently, with no sale, refund, or recovery. Prices shown are on-chain quotes and move before your transaction confirms; thin pools move sharply. Tokens themselves are third-party contracts and carry their own risks, including transfer taxes and malicious behavior. Crypto assets carry risk of total loss. You use the interface at your own risk.

## 6. No guarantee of value or outcomes

Cinder does not guarantee any transaction succeeds, any quote is achievable, any token has or will keep value, or the interface is available at any given time. Displayed values are estimates from public data, not offers.

## 7. Fees

Cinder currently charges no fee of its own. You pay network gas and, on sells, the standard fee of the Uniswap pool you trade through, which goes to the pool's liquidity providers, not to Cinder. If Cinder introduces a fee, the fee will be visible in the interface before you sign anything affected by it.

## 8. Third-party services

The interface depends on services Cinder does not control: your wallet software, Robinhood Chain and its RPC endpoints, the Blockscout explorer, Uniswap contracts, and hosting infrastructure. Their terms and their failures are theirs. Cinder is not responsible for them.

## 9. Prohibited conduct

You agree not to use the interface for unlawful activity, to launder assets, to evade sanctions, to interfere with or probe the service beyond good-faith security research under the [Security Policy](/legal/security-policy.md), or to misrepresent Cinder as affiliated with Robinhood Markets, Inc. or any other party.

## 10. No advice, no fiduciary duty

Nothing in the interface is financial, investment, legal, or tax advice. Cinder owes you no fiduciary duty. Consult your own advisers.

## 11. Intellectual property

The interface, its design, and its content belong to Cinder. You get a limited, revocable, non-exclusive license to use the interface for its intended purpose. Open-source components remain under their own licenses.

## 12. Disclaimers

THE INTERFACE IS PROVIDED "AS IS" AND "AS AVAILABLE", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.

## 13. Limitation of liability

TO THE MAXIMUM EXTENT PERMITTED BY LAW, CINDER'S TOTAL LIABILITY FOR ALL CLAIMS ARISING FROM YOUR USE OF THE INTERFACE IS LIMITED TO THE GREATER OF THE FEES YOU PAID TO CINDER (CURRENTLY ZERO) OR ONE HUNDRED US DOLLARS. CINDER IS NOT LIABLE FOR INDIRECT, INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES, OR FOR LOSS OF TOKENS, PROFITS, OR DATA.

## 14. Indemnification

You will indemnify and hold Cinder and its operator harmless from claims arising out of your use of the interface, your transactions, or your violation of these terms or applicable law.

## 15. Changes, suspension, termination

These terms and the interface itself change from time to time. Material changes take effect when posted here with an updated effective date. Cinder may suspend or discontinue the interface at any time. Because Cinder holds nothing of yours, suspension never affects your assets.

## 16. Governing law and disputes

These terms are governed by the laws of the State of California, without regard to conflict-of-laws rules. Disputes will be resolved in the state or federal courts located in Los Angeles County, California, and you consent to their jurisdiction.

## 17. Miscellaneous

If a provision of these terms is unenforceable, the rest stand. Failure to enforce a provision is not a waiver. These terms are the entire agreement about the interface. Cinder is not liable for events beyond its reasonable control. Contact: <security@cindereth.com>.


---

# 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/legal/terms-of-use.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.
