Robinhood ChainOFFICIAL CAContract will be announced here
hoodgate.
Docs ↗GitHub ↗

INFRASTRUCTURE / x402

A clear payment boundary.

Inspect payment requirements and build an exact-price request for Robinhood Chain.

Robinhood Chain

Network
eip155:4663
Asset
USDG
Asset contract
0x5fc5…d168
Scheme
exact / Permit2
Live network status ↗

Endpoints

GET/api/catalog

Available service descriptions and public data routes.

GET/api/live/network

Current chain state and recent public transactions.

Integration documentation →
import { paymentRequirements } from './packages/server/index.mjs';
const requirements = paymentRequirements({
  amount: '0.01',
  recipient: '0xYourWallet',
  resource: 'https://your-service.com/report'
});
Configure a service →