Developer documentation

ZadQ binds an x402 selling endpoint to a legally accountable operator: an audited legal entity backed by a financial guarantee bond. This documentation describes how the pieces fit together for integrators — the seller side, the buyer side, and the SDK.

The service is live and in early operations: endpoint publication and issuer registration are open.

The three integration surfaces

SurfaceWho uses itWhat it does
Seller integrationOperators of x402 selling endpointsAttach the attestation to HTTP 402 responses
Buyer verificationPaying agents and their platformsCheck a seller's attestation locally, free of charge
SDK referenceBoth sidesVendorable snippets with graceful degradation built in

Design principles

  • Free verification for the buyer. The verification path carries no

charge and no registration requirement.

  • Graceful degradation always. Every integration keeps working when no

verdict is available: the badge falls back to the unknown state and the payment flow proceeds unchanged. Nothing in a third-party product depends on reaching ZadQ to function.

  • No personal data. Attestation concerns legal entities and endpoint

identifiers. The integration surfaces carry no personal data.

  • Open standards. "x402" (HTTP 402 Payment Required) is used

descriptively as the first supported rail; no affiliation is implied.

Where to start

  1. Operating a selling endpoint? Start with the

seller integration guide.

  1. Building a paying agent or a marketplace? Start with

buyer verification.

  1. Looking for the code? The SDK reference lists the vendorable

modules and their contracts.