> For the complete documentation index, see [llms.txt](https://zardoz.gitbook.io/zardoz-docs-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zardoz.gitbook.io/zardoz-docs-1/getting-started.md).

# Getting started

## Getting started

You need **Robinhood Chain ETH** in a wallet before you trade or launch.

### 1. Open the app

Go to [zardoz.fun](https://zardoz.fun) and click **Connect** (top right).

### 2. Pick a wallet type

| Option             | What happens                                                                                                                                        |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Browser wallet** | MetaMask, Rabby, Coinbase Wallet, etc. Approve the connection and **switch to Robinhood Chain** (chain id `4663`) when prompted.                    |
| **Google sign-in** | Creates or links a Zardoz embedded wallet for your Google account. Unlock it from the account menu before withdraw, wrap, or signing sensitive txs. |

### 3. Fund your wallet

Copy the address shown under **Portfolio**. Send **only Robinhood Chain native ETH** to that address.

{% hint style="warning" %}
Deposits on Ethereum, Base, BSC, or other chains **do not** appear in Zardoz. Use a bridge or exchange that supports Robinhood Chain withdrawals.
{% endhint %}

### 4. First actions

| Goal                      | Where to go                               |
| ------------------------- | ----------------------------------------- |
| Browse new tokens         | Discover — home page                      |
| Buy a token               | Open any token card → trade panel (right) |
| Track smart wallets       | [/watch](https://zardoz.fun/watch)        |
| Launch a token            | [/launch](https://zardoz.fun/launch)      |
| Manage LP                 | [/farm](https://zardoz.fun/farm)          |
| Vault wallets for bundles | Portfolio → Trading wallets               |

### 5. Safety basics

* Robinhood Chain has **no MEV protection**. Set slippage deliberately on thin books.
* Listings aggregate public data (pads, DexScreener, GeckoTerminal, explorers). Always verify contract, holders, and liquidity before sizing up.
* **Never** share seed phrases or private keys — support will never ask for them.

### Network quick reference

| Item     | Value                                                                  |
| -------- | ---------------------------------------------------------------------- |
| Chain    | Robinhood Chain                                                        |
| Chain ID | `4663`                                                                 |
| Symbol   | ETH                                                                    |
| RPC      | `https://rpc.mainnet.chain.robinhood.com`                              |
| Explorer | [robinhoodchain.blockscout.com](https://robinhoodchain.blockscout.com) |

Next: How Zardoz works · Wallets · Trading


---

# 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://zardoz.gitbook.io/zardoz-docs-1/getting-started.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.
