Cardano integrates x402 SDK for ADA-based API payments
In brief
- Cardano Foundation merged Cardano support into x402 repository on September 9, 2026
- AI agents and apps pay for API calls in ADA using standard HTTP requests
- x402 protocol uses HTTP 402 status code; Cardano's eUTxO model settles transactions on-chain
- Framework supports mainnet, preprod, preview testnets and Cardano stablecoins (USDM, DJED, iUSD)
How the integration works
The integration lets AI agents and apps pay for API calls in ADA using standard web requests, no accounts required. When a client makes a request to an x402-enabled server, the server responds with a 402 status code. The client then constructs a signed transaction on Cardano, and the server verifies payment before delivering the service.
The flow happens within a single HTTP request-response cycle. An AI agent can encounter a paid API, evaluate the cost, sign a transaction, and proceed—all without leaving the interaction. This matters for autonomous systems that need to access services on the fly.
Cardano's extended UTxO (eUTxO) model proved particularly well-suited for this pattern. Transactions are user-signed and settle directly on-chain, avoiding the complexity that other blockchain architectures require.
Scope and timeline
The merge into the official x402 repository landed around September 9, 2026, with Cardano Foundation engineers contributing client, server, and facilitator components. They didn't just write an adapter; they contributed working examples that other developers can use as templates.
The integration supports Cardano's mainnet along with the preprod and preview testnets, giving developers a sandbox to experiment before deploying to production. Beyond ADA itself, the framework accommodates Cardano-native stablecoins including USDM, DJED, and iUSD—which matters for applications that need price stability.
Prior work and governance
Third-party projects like the Masumi Network had previously built x402 capabilities on Cardano. But those were independent implementations, not part of the canonical codebase. This merge brings Cardano support into the official repository, overseen by the x402 Foundation, which operates under the umbrella of the Linux Foundation.
The standardization removes friction for developers building on Cardano who want to monetize APIs or integrate with AI agents that need to pay for services on demand.
Frequently asked questions
What is the x402 protocol?
x402 is a web protocol built around HTTP status code 402, which was reserved for payment when HTTP was designed. It enables direct payment for API access without requiring accounts or intermediaries.
How does Cardano's eUTxO model fit the x402 pattern?
Cardano's extended UTxO model is well-suited for x402 because transactions are user-signed and settle directly on-chain. This avoids the complexity other blockchains require and allows payment to happen within a single HTTP request-response cycle.
Which stablecoins does the x402 framework support on Cardano?
Beyond ADA, the framework accommodates Cardano-native stablecoins including USDM, DJED, and iUSD. This gives applications price-stable options for API payments.


