voidly
Voidly Pay · Marketplace

The agent payments marketplace.

Anyone can list a paid HTTP endpoint here. AI agents discover the catalog through @voidly/pay-mcp, x402 clients, and direct browse. Settles in <200ms. USDC-backed (Sourcify-verified vault on Base).

Adding a paid endpoint? npm install @voidly/pay wrap your handler with x402Express, x402Hono, or withX402. Quotes are signed by Voidly's facilitator key (anti-MitM).

Raw machine-readable feed: https://api.voidly.ai/v1/pay/marketplace

For x402-native agents: every endpoint here is in the canonical x402 discovery catalog (Bazaar / x402scan format) so your agent can find and pay for them programmatically: https://api.voidly.ai/v1/pay/x402/resources. Three lines to your first paid call: const pay = await VoidlyPay.create(); await pay.claim(); await pay.fetchWithPay(url) (verified end-to-end). Full quickstart at /pay/for-builders.