Build on hoodstar.fun — chain details, contract architecture, addresses, and integration paths.
Everything on hoodstar.fun is on-chain and permissionlessly integrable. You can build trading bots, indexers, dashboards, or entire alternative frontends — no API key required.
Robinhood Chain is an Arbitrum Orbit L2. Two practical consequences:
Blocks are fast and reorgs are effectively nonexistent — confirmation counts of 0–1 are fine.
The public RPC is HTTP only (no eth_subscribe websocket). The SDK’s event layer is built around chunked eth_getLogs polling for exactly this reason; for websockets you need a paid RPC provider.
The hoodstar.fun contracts are not yet deployed — launchpad addresses will be published here at launch. Until then, develop against a local fork or the testnet once live, or run the contracts yourself with the deploy scripts.
Contract
Mainnet (4663)
HoodLaunchpad
To be announced
FeeLocker
To be announced
Canonical Robinhood Chain infrastructure the protocol builds on: