Reference
Reference
Chain parameters, contract addresses, and configuration.
Network
| Mainnet | chainId 4663, native ETH, explorer robinhoodchain.blockscout.com |
| Testnet | chainId 46630 |
| Stack | EVM, Arbitrum L2 on Ethereum |
Addresses
| USDG | 0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168 |
| USDG decimals | 6 |
| $QUIVER | set at launch via NEXT_PUBLIC_TOKEN_ADDRESS |
Configuration
| RH_RPC_URL | Robinhood Chain RPC. Enables real reads, anchoring and verification. |
| ANCHOR_PRIVATE_KEY | Funded wallet that writes receipt anchors and onchain records. |
| RUNTIME_API_KEY | OpenAI-compatible key for the agent runtime (+ RUNTIME_BASE_URL, RUNTIME_MODEL). |
| NEXT_PUBLIC_TOKEN_ADDRESS | $QUIVER address. Arms the holder gate, buy link and copyable CA. |
| NEXT_PUBLIC_PRIVY_APP_ID | Optional: Privy wallet auth (embedded + email). Injected wallets work without it. |
| UPSTASH_REDIS_REST_URL / _TOKEN | Optional: use Redis for persistence instead of the onchain store. |