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

# Robinhood Chain

Novamp's original home chain — Uniswap v3 only, native ETH gas.

Robinhood Chain (RHC) is Novamp's original home chain — an EVM network that uses native **ETH** for gas and trading.

{% hint style="info" %}
💡 `🟢 Robinhood Chain` is **Uniswap v3 only**, so every launch here is a zero-fee token on a real v3 pool — tradable from block 0.
{% endhint %}

## Overview

|                      |                                                                        |
| -------------------- | ---------------------------------------------------------------------- |
| Chain badge          | `🟢 Robinhood Chain`                                                   |
| Chain ID             | **4663**                                                               |
| Slug                 | `robinhood`                                                            |
| Native / quote asset | ETH (18 decimals)                                                      |
| RPC                  | `https://rpc.mainnet.chain.robinhood.com`                              |
| Explorer             | [robinhoodchain.blockscout.com](https://robinhoodchain.blockscout.com) |
| Venue                | **Uniswap v3 only**                                                    |
| Status               | ✅ Available                                                            |

## How it works

There is no Uniswap v2 on Robinhood Chain, so **every RHC launch is a zero-fee token on a real Uniswap v3 pool.** Fee-on-transfer (tax) tokens are only available on [Base](/getting-started/chain-guides/base.md), [BNB Chain](/getting-started/chain-guides/bnb.md), or [Ethereum](/getting-started/chain-guides/ethereum.md).

Each RHC launch:

* Deploys a fixed-supply `NovampToken` (no mint, no owner).
* Seeds a real Uniswap v3 pool via the `V3Seeder` (FDV-normalized opening price, uncapped top tick).
* Optionally executes the creator's atomic initial buy (up to 10% of supply) in the same transaction.
* Applies the creator's chosen anti-snipe preset, creator-allocation lock, and liquidity lock/burn.

## How to use it

Connect an embedded or external EVM wallet, [switch to Robinhood Chain](/getting-started/switch-networks.md), and keep a little ETH for gas. Then discover and trade, or open the launch wizard.

## Important details

| Topic        | What to know                                                                                                                                                                                               |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Venue        | Uniswap **v3 only** — zero-fee tokens only                                                                                                                                                                 |
| Tax tokens   | Not available on RHC                                                                                                                                                                                       |
| Reservations | **ETH-paid**, priced by a Novamp **push oracle** (CoinGecko/Coinbase-fed) — RHC has no native Chainlink ETH/USD feed. See [Reserving a name & ticker](/identity-protection/reserving-a-name-and-ticker.md) |
| Contracts    | Full verified RHC set in [Contracts & addresses](/protocol/contracts-and-addresses.md); infrastructure verified on Blockscout, tokens auto-verify via matching bytecode                                    |

## What happens next?

Once you're on RHC with ETH for gas, browse [Discover](/traders/discover.md) or launch a zero-fee token in one transaction.

## Continue exploring

* ⛓️ [Supported Chains](/welcome-to-novamp/supported-chains.md) — compare all chains
* 🔵 [Base](/getting-started/chain-guides/base.md) — dual-venue with tax tokens
* 🔒 [Reserve a Name + Ticker](/identity-protection/reserving-a-name-and-ticker.md) — AntiVamp reservations
* 🚀 [Launch a Token](/creators/launching-a-token.md) — deploy on RHC


---

# 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.novamp.io/getting-started/chain-guides/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.
