> 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/getting-started/connecting-your-wallet.md).

# Connecting Your Wallet

Cinder works with injected EVM wallets in your browser. MetaMask is the most reliable on Robinhood Chain and is what Cinder is tested against.

## Steps

1. Open [cindereth.com](https://cindereth.com/) and press **Connect wallet**.
2. Pick your wallet from the list. Cinder detects every installed wallet that announces itself.
3. Approve the connection inside the wallet popup.
4. If your wallet is on another network, Cinder asks it to switch to Robinhood Chain (chain id 4663) and offers to add the network when missing.

The scan starts immediately after connecting: every token appears with its balance, its live sell value, and its contract link.

## Which wallets work

MetaMask works fully. Rabby and other injected EVM wallets work. Phantom connects, but does not carry Robinhood Chain in its network list yet, so it is limited.

## What connecting does not do

Connecting shares your public address with the page, nothing more. Cinder never sees your seed phrase or private keys, never asks for them anywhere, and cannot move funds without a transaction you approve in the wallet.


---

# 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/getting-started/connecting-your-wallet.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.
