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

# What is Robinhood Chain?

## In one sentence

**Robinhood Chain** is the blockchain that $STAG lives on. Think of it as the "network" your $STAG, your NFTs, and your rewards all sit on.

## What you actually need to know

* It's an **Ethereum-style (EVM) chain** — so it uses **0x… wallet addresses** (same format as MetaMask/Ethereum).
* The **gas** (the tiny fee to do anything on-chain) is paid in **ETH**. So you'll always want a *little* ETH on Robinhood Chain to do things like stake or mint.
* It's **fast and cheap** compared to Ethereum mainnet.

## The important numbers (you'll need these once)

| Setting             | Value                                     |
| ------------------- | ----------------------------------------- |
| **Network Name**    | Robinhood Chain                           |
| **Chain ID**        | **4663**                                  |
| **Currency Symbol** | ETH                                       |
| **RPC URL**         | `https://rpc.mainnet.chain.robinhood.com` |
| **Block Explorer**  | `https://robinhoodchain.blockscout.com`   |

> You usually only enter these **once**, when you add the network to your wallet. Our site can also add it for you automatically. See [Set Up Your Wallet](/stag-docs/getting-started/wallet-setup.md).

## The "explorer" — your receipt book

The **block explorer** (`robinhoodchain.blockscout.com`) is like a public receipt book. You can paste any wallet address or transaction there and see exactly what happened. Every claim you make on this guide can be checked there.


---

# 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://stag.gitbook.io/stag-docs/getting-started/robinhood-chain.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.
