ACP vs x402

Last verified 2026-06-10

Short answer: ACP and x402 operate at different points of the agentic stack. ACP, the Agentic Commerce Protocol (OpenAI and Stripe, 29 September 2025), is a checkout protocol that completes a full purchase between a buyer, an agent and a merchant, and powers Instant Checkout in ChatGPT, with card payments through existing processors (Stripe Shared Payment Token). x402, launched by Coinbase on 6 May 2025, is a lower-level payment primitive that revives the HTTP 402 status code to send native stablecoin payments per request, without accounts or API keys, settling on-chain through facilitators. ACP completes a shopping checkout, x402 settles a machine-to-machine payment. Both are open source under Apache 2.0.

Filter standards:
CriterionACPx402
Author / stewardOpenAI and StripeCoinbase; spec now the x402 Foundation
Announced29 Sep 20256 May 2025
Open-source statusOpen source, Apache 2.0Open source, Apache 2.0
What it isAgent checkout / commerce protocolHTTP-native payment protocol
ScopeCompleting a purchase between buyer, agent and merchantPay-per-request payments for apps, APIs and agents over HTTP 402
Payment typeCard and existing processors (Stripe Shared Payment Token)On-chain stablecoins via facilitators (exact scheme, EIP-3009)
TransportHTTP (OpenAPI); MCP since 2026-04-17HTTP 402 status code and payment headers; MCP and A2A representations
Primary useBuy inside ChatGPT (Instant Checkout)Pay per API call autonomously, no accounts or keys
Notable adoptionOpenAI, Stripe, Etsy, Shopify (coming)Coinbase, Circle, Anthropic, AWS, NEAR

Table last verified .

Frequently asked questions

Do ACP and x402 do the same thing?
No. ACP completes a retail checkout in ChatGPT with card payments; x402 sends native stablecoin payments over HTTP for pay-per-request use.
Does ACP use crypto like x402?
No. ACP uses cards and existing processors (Stripe Shared Payment Token). x402 settles on-chain stablecoins via facilitators.
Which is older, ACP or x402?
x402 launched on 6 May 2025; ACP was announced on 29 September 2025.