- MPP discovery — Machine Payments Protocol registries and clients
- x402scan — x402 service discovery and indexing
Why it matters
Without discovery, an agent only learns your price after hitting402. With discovery, it can:
- Find your endpoints in a registry
- Read price, currency, and payment methods upfront
- Follow docs and guidance you publish for successful calls
Documents Proceeds publishes
Registries resolve the per-service subdomain documents:
Path aliases return the same documents:
https://myproceeds.xyz/api/x402/pay/{serviceId}/openapi.jsonhttps://myproceeds.xyz/api/mpp/pay/{serviceId}/openapi.json
The MPP document 404s if the service has no Tempo-enabled paywalls. x402-only services only get the x402 root.
https://myproceeds.xyz/openapi.json is a platform-wide aggregate, not the URL you register as a provider. Providers register the per-service subdomain doc with x402scan, MPPScan, or the MPP directory.
Payment URLs for individual paywalls stay the same:
What you configure in the dashboard
On the service overflow menu, open Advertise and fill in:
Proceeds auto-drafts Agent guidance on service create (and as a fallback) from your paywall names and descriptions. Review it before saving — clear guidance reduces failed paid calls.
Only enabled paywalls are listed in the discovery document.
What agents see
Discovery documents include payment metadata such as:- Endpoint paths and HTTP methods
- Price and currency (
USDC) - Supported networks and payment methods (
x402and/or Tempo / MPP)
Publish and validate
- Save Advertise metadata and enable the paywalls you want listed.
- Fix live validation errors in the Advertise drawer.
- Copy the subdomain
openapi.jsonURL(s) from the drawer. - Register with MPPScan, the MPP directory, and/or x402scan. In-app registry links stay gated until the discovery document validates.
Related
- Accept payments from agents — seller playbook for agent buyers
- Pay with an agent — buyer tooling (AgentCash, Tempo Wallet, Circle)
- MPP and x402 — protocol deep dives
MPP discovery spec
How MPP clients expect OpenAPI payment terms.
x402scan discovery
Browse and publish x402-compatible APIs.

