Hive implements x402 v0.1 with USDC on Base 8453. Compatible with Anthropic's MCP payment hooks, Google's A2A protocol AP2 extension, and the wider x402 facilitator ecosystem. Quote endpoint, settlement, receipts — all spec-compliant.
Quote endpoint at /v1/x402/quote, payment via X-Payment header, signed proof submission at /v1/x402/proof/submit.
A2A protocol's Agent Payment v2 extension declared at /.well-known/agent-card.json — every Hive endpoint surfaces its price.
Settlement asset USDC, chain id 8453. Treasury 0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E.
Five steps from agent discovery to signed receipt. Spec-compliant at every hop.
Client fetches /.well-known/agent-card.json and reads the AP2 pricing manifest.
Client posts to /v1/x402/quote with workload spec. Hive returns signed quote and accepted assets.
Client submits payment proof on Base 8453 to /v1/x402/proof/submit with X-Payment header.
Hive verifies the on-chain payment, executes the requested workload, generates the dual-signed receipt.
Client receives the signed receipt referencing the on-chain payment tx and the workload output.
Hive's x402 implementation is checked against the major facilitators and agent runtimes shipping x402-compatible payment hooks today.
Model Context Protocol payment hooks. Hive endpoints register as MCP resources with priced tools.
Agent2Agent protocol with AP2 extension. Agent card discoverable at the canonical well-known path.
Agent identity and metered access compatible with Skyfire's payment broker flow.
USDC and stablecoin settlement on Base via Crossmint's payment infrastructure.
Native Base 8453 settlement aligned with Coinbase Commerce's x402 facilitator path.
Reference implementation of every x402 hook. Read the platform overview.