MPP
OPEN STANDARDMachine-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 ↗THE MACHINE ECONOMY · ROBINHOOD CHAIN
A gateway for agents, builders and machine commerce.
Discover services, compose payment offers and bring
your next idea to Robinhood Chain.
Robinhood Chain
Read from the chain
Curated API integrations
THE RAILS
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.
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 ↗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 →import { discover } from './packages/client/index.mjs';
const offer = await discover(
'/api/catalog'
);
// Inspect first. Authorize deliberately.
console.log(offer);import { paymentRequirements }
from './packages/server/index.mjs';
const offer = paymentRequirements({
amount: '0.01', recipient, asset, decimals,
resource: 'https://your-service.com/report'
});THE PAYMENT LIFECYCLE
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 catalog for agent-ready services. Explore offers, inspect live data and prepare your next integration.
Explore Market ↗Connect your own browser wallet and inspect balances on Robinhood Chain. Your keys remain with you.
Explore Wallet ↗Explore ERC-8004 identity records directly from the public on-chain registry.
Explore Identity ↗Compose a service request in a conversation and review its destination and parameters.
Explore Agent ↗Follow current Robinhood Chain activity with verifiable transaction and block links.
Explore Scan ↗Inspect offers, build merchant manifests and integrate public data with the project libraries.
Explore SDK ↗THE NETWORK EFFECT
A machine economy starts with useful endpoints. Builders define the service. Agents discover what they need. Every step remains inspectable.
01 / BUILDERS02 / AGENTSH / G03 / PAYMENTS04 / RECEIPTS
GET STARTED
Give your API a machine-readable offer. Explore the network around it.