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

THE MACHINE ECONOMY · ROBINHOOD CHAIN

hood gate.

A gateway for agents, builders and machine commerce.
Discover services, compose payment offers and bring
your next idea to Robinhood Chain.

BUILT AROUND
MPP ◈ x402 Robinhood ◉ USDG USDC ERC-8004
LATEST BLOCK

Robinhood Chain

NETWORK GAS Gwei

Read from the chain

SERVICE DIRECTORY18

Curated API integrations

THE RAILS

One gateway.
Two payment standards.

A service describes its price, an agent inspects the offer, and a wallet authorizes the request. Build around HTTP 402 with transparent destinations and machine-readable requirements.

MPP

OPEN STANDARD

Machine-readable offers give agents a common way to discover a service, understand its price and prepare a payment request. Start with a clear endpoint and a verifiable recipient.

Explore the protocol ↗

x402

USDG · ROBINHOOD CHAIN

Inspect the network, asset and maximum amount before a wallet signs anything. Configure exact-price offers for USDG and keep the payment boundary explicit.

Explore the facilitator →
CLIENT / DISCOVER AN OFFER
import { discover } from './packages/client/index.mjs';

const offer = await discover(
  '/api/catalog'
);

// Inspect first. Authorize deliberately.
console.log(offer);
SERVER / DESCRIBE YOUR SERVICE
import { paymentRequirements }
  from './packages/server/index.mjs';

const offer = paymentRequirements({
  amount: '0.01', recipient, asset, decimals,
  resource: 'https://your-service.com/report'
});
Explore the source →

THE PAYMENT LIFECYCLE

Follow the request.

From discovery to a verifiable receipt. Hover to pause, or choose a step.

AGENTdiscovers an offer
HOODGATEcoordinates the request
MERCHANTowns the endpoint
$ GET /openapi.json
Inspect service, network and price.

THE STACK

A home for machine commerce.

THE NETWORK EFFECT

Useful services.
Connected agents.

A machine economy starts with useful endpoints. Builders define the service. Agents discover what they need. Every step remains inspectable.

  1. Builders configure service offers
  2. Agents discover compatible endpoints
  3. Wallets authorize defined amounts
  4. Receipts make activity verifiable
Explore the rewards framework →
01 / BUILDERS02 / AGENTSH / G03 / PAYMENTS04 / RECEIPTS

GET STARTED

Your next service.
On the machine frontier.

Give your API a machine-readable offer. Explore the network around it.