RHChain

The guide

Every number, and where it came from

On the front page I said this was simple. This is me showing my work so you know I didn't make it up.

Fair warning: this bit is written properly, because numbers are the one thing I refuse to be silly about.

This started from zero knowledge — not whether the chain was real, not whether anyone could deploy to it, not what it cost, not whether anything minted on it would ever be seen. What follows is the actual investigation in the order it happened, as seven things we didn't know and the answer each one got.

Every figure below was either measured directly against the chain from our own server or read from Robinhood's official documentation, and each one says which. Nothing is repeated from a thread.

Mainnet
4663
chain ID
Block height
live from RPC
Gas price
gwei · base fee
Testnet
46630
chain ID

The journey, in order

Seven unknowns

Unknown 01

Is Robinhood Chain a real, running blockchain — or an announcement?

Plenty of "chains" are press releases. The fastest way to tell the difference is to stop reading and start knocking: a real chain answers a JSON-RPC call. So the first thing we did was fire eth_chainId at the documented endpoints.

# no keys, no account, no signup
curl -X POST https://rpc.mainnet.chain.robinhood.com \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"eth_chainId","params":[]}'

{"jsonrpc":"2.0","id":1,"result":"0x1237"}   ← 0x1237 = 4663
Answered — it's real and it's up

Both networks responded immediately. Mainnet is chain 4663, live since 1 July 2026. Testnet is chain 46630, live since 10 February 2026. Reachable on the first try with no credentials, which also confirmed the public RPCs are genuinely public.

Unknown 02

What kind of chain is it? Do existing tools work?

Robinhood Chain is an Ethereum Layer 2 built on Arbitrum Orbit (the Nitro stack), settling to Ethereum with blob data availability, using ETH as its gas token, with ~100 ms blocks and full EVM compatibility.

We confirmed the Arbitrum lineage rather than taking the docs' word for it, by calling ArbGasInfo — a precompile that only exists at address 0x…6C on Arbitrum Nitro chains. It answered:

perStorageAllocation  863.000000 gwei
perArbGasBase           0.020000 gwei
perArbGasCongestion     0.023150 gwei
perArbGasTotal          0.043150 gwei
Answered — it's plain EVM

A standard ERC-721 works here exactly as it would on Ethereum. Solidity, OpenZeppelin, Foundry, MetaMask and OpenSea all apply unchanged. Anything written for a UTXO chain — Bitcoin, Dogecoin, inscriptions — carries over not at all.

Unknown 03

Can anyone deploy — or does Robinhood have to let you in?

A chain run by a public brokerage could plausibly be permissioned: whitelisted deployers, KYC, an application form. If so, an independent collection would be dead on arrival.

Answered — permissionless

Deployment is open to anyone. No approval, no allowlist, no relationship with Robinhood required. The chain already hosts independent NFT collections and community tokens alongside Robinhood's own Stock Tokens.

Unknown 04

What does it cost to deploy and to mint?

This is the question that kills most Ethereum NFT projects — an L1 launch can cost thousands in gas. We measured it, pulling the live base fee off the chain and multiplying by realistic gas figures.

Answered — effectively free

Base fee measured at 0.04315 gwei. Priority fee is zero. At ETH $1,890 a complete collection launch costs well under a dollar. Full table below.

Unknown 05

If you mint it, will anyone see it?

A collection on a chain with no marketplace support is invisible, and building your own gallery is the expensive part of any NFT project.

Answered — and this is the best finding of the lot

OpenSea supports Robinhood Chain natively, web and mobile. A standard ERC-721 on 4663 is indexed, displayed, listed and traded with no work from you. There is also HOODIES, a chain-native NFT marketplace with self-serve listing, free for the first 100 collections. The chain has already seen tens of thousands of mints and secondary sales.

Unknown 06

How does real ETH get onto the chain?

ETH on Ethereum, Base or anywhere else cannot pay Robinhood Chain gas. It has to physically be on chain 4663, so before a line of Solidity matters you need a funded address there.

Answered, with one open item

The trustless route is the canonical Arbitrum bridge (Ethereum → Robinhood Chain, ~10 minutes, you pay Ethereum L1 gas). Faster third-party routes exist — Relay and Across settle in seconds, plus Stargate, Chainlink CCIP and LI.FI/Jumper. Going back is slower: withdrawals carry Arbitrum's 7-day challenge period. Still open: whether the Robinhood app itself can withdraw ETH straight onto the chain, which would skip L1 gas entirely. The docs don't say.

Unknown 07

What do you need installed to build?

Answered — very little

Foundry (forge, cast, anvil) plus OpenZeppelin's audited ERC-721 is the whole build environment. Foundry ships as standalone binaries with no Node dependency, which makes it the lighter choice over a Hardhat/npm setup.

What it costs

Base fee 0.04315 gwei measured live · priority fee 0 · ETH at $1,890

OperationGas (est.)ETHUSD
Deploy full ERC-721 (OpenZeppelin, enumerable)2,800,0000.00012082$0.23
Deploy lean ERC-721A (batch-optimised)1,800,0000.00007767$0.15
One mint150,0000.00000647$0.012
One transfer / sale60,0000.00000259$0.005
Deploy + mint an entire 250-piece collection~40,300,0000.00173$3.29

Cost is not the constraint on this chain. Minting 250 pieces outright is about three dollars of gas. The same collection on Ethereum L1 would be four figures. Funding a deployer with 0.01 ETH (~$19) leaves headroom for a launch plus years of operations.

Honest caveat: the gas figures for contract operations are standard-contract estimates, not measurements of a specific contract. The base fee, the priority fee and the ETH price are measured. Before anyone spends real money off these numbers, they get replaced with forge's exact output and re-checked on testnet.

Getting seen

Distribution is already solved

OpenSea

Robinhood Chain is a supported network on OpenSea web and mobile. A standard ERC-721 is indexed automatically — no submission, no integration.

Collection page, traits, rarity, offers and royalties all come free.

HOODIES

The first NFT marketplace built specifically on Robinhood Chain. Self-serve ERC-721 listing, hand-reviewed, free for the first 100 collections.

Worth listing on both — it costs a form.

Funding a deployer

Real ETH, on chain 4663, before anything ships

RouteSpeedCostNotes
Canonical Arbitrum bridge~10 minEthereum L1 gasTrustless, security inherited from Ethereum. The default.
Relaysecondsroute feeBridge-and-execute in one transaction
Acrosssecondsroute feeIntents-based, capital efficient
Stargate / LayerZerominutesroute feeOFT transfers
Chainlink CCIPminutesroute feeMessaging plus token transfer
LI.FI / Jumperseconds–minroute feeAggregates the above

Withdrawing is the slow direction. Exiting to Ethereum is three steps: initiate on L2, wait the 7-day challenge period Arbitrum's fraud-proof system requires, then claim on L1 and pay L1 gas. Money that goes in should be money you intend to leave in.

If a deposit's L2 leg fails — usually for insufficient gas — the funds are not lost and can be manually redeemed from the bridge interface within 7 days.

How you'd actually launch

The order that avoids expensive mistakes

  1. Install Foundryforge, cast, anvil plus OpenZeppelin contracts. Standalone binaries, no npm.
  2. Decide the collectionArt, piece count, mint model. The only step that is a decision rather than work.
  3. Write and test the ERC-721Metadata URI scheme, supply cap, mint rules, royalties. Full suite under forge test against a local anvil before it touches a network.
  4. Generate art and metadataImages plus per-token JSON. Any HTTPS host works; IPFS if you want it to outlive your server.
  5. Full dress rehearsal on testnetDeploy the real contract to chain 46630, mint, transfer, confirm the metadata renders. Free, and it catches what a mainnet mistake would charge you for.
  6. Fund the mainnet deployerBridge ETH to chain 4663 and verify the balance landed there.
  7. Deploy to mainnet and verify the sourceShip to 4663, then verify on the Blockscout explorer. An unverified contract reads as a scam.
  8. List and launchConfirm the OpenSea collection page renders, submit to HOODIES, then tell people.

Reference card

 MainnetTestnet
Chain ID466346630
RPCrpc.mainnet.chain.robinhood.comrpc.testnet.chain.robinhood.com
WebSocketwss://feed.mainnet.chain.robinhood.comwss://feed.testnet.chain.robinhood.com
Sequencersequencer.mainnet.chain.robinhood.comsequencer.testnet.chain.robinhood.com
Explorerrobinhoodchain.blockscout.comexplorer.testnet.chain.robinhood.com
Gas tokenETHETH
Live since1 July 202610 February 2026

Stack: Arbitrum Orbit / Nitro · settles to Ethereum · blob data availability · ~100 ms blocks · fully EVM-compatible · permissionless deployment. Public RPCs are rate-limited and explicitly not for production; Alchemy is the recommended production provider. Official docs: docs.robinhood.com/chain.