Coinbase Developer Platform (CDP), launched by Coinbase in 2024, is a developer infrastructure platform that includes a wallet API, RPC nodes, smart-contract tooling and the canonical x402 facilitator. CDP's x402 facilitator is the reference implementation: it verifies payment proofs, executes settlements on Base, and is the default endpoint that every x402-aware agent SDK ships with. CDP also operates Coinbase's broader exchange and custody businesses under US state and federal regulation.
AsterPay, operated by AELIRA LTD (Cyprus), is an EU-native x402 facilitator that adds EUR settlement via SEPA Instant, KYA trust scoring on the agent wallet, dual x402+MPP support on every paid endpoint, and multi-chain ingress (Base, Polygon, Arbitrum, Optimism, Ethereum, Solana). AsterPay is listed on the official x402 ecosystem page maintained by Coinbase and is operationally complementary to CDP's facilitator.
| Capability | Coinbase CDP facilitator | AsterPay facilitator |
|---|---|---|
| Role | Canonical x402 reference facilitator | EU-native EUR settlement facilitator |
| Settlement currency out | USDC (stays on-chain) | EUR via SEPA Instant (and USDC if merchant prefers) |
| Regulatory home | US (state MTLs, federal) | EU (MiCA-aligned via licensed CASP partners) |
| Chains | Base (native) | Base, Polygon, Arbitrum, Optimism, Ethereum, Solana |
| x402 support | Native (reference) | Native |
| MPP support | No | Native, on every endpoint alongside x402 |
| KYA trust scoring | No | Yes, 0-100, ERC-8004 |
| Sanctions screening on agent wallet | No | Yes, OFAC + EU + UN lists |
| Self-serve KYB | Coinbase exchange flow | Sumsub, <30 min |
| Pricing | Coinbase facilitator fee + on-chain gas | 50 bps + partner spread (typically 80-130 bps all-in) |
| Token / governance | None at facilitator level | None |
x402 is an open protocol. Anyone can run a facilitator. Coinbase CDP's role as the reference facilitator is similar to AWS's role for S3-compatible object storage: canonical, broadly used, and not a barrier to alternative implementations that serve different geographies or feature sets. AsterPay is on the official x402 ecosystem page maintained by Coinbase precisely because the community recognises that EU-native facilitators are needed alongside the canonical CDP one. Plurality is the design intent.
A US developer building an agent-facing API will start with CDP because it ships out of the box with every x402 SDK. When they get their first European customer who asks for an invoice in EUR with an EU-issued IBAN, they add AsterPay as a second facilitator and route based on customer geography. Alternatively, an EU developer starts with AsterPay (because EUR settlement is a hard requirement from day one) and adds CDP only if they need US-customer flows that prefer USDC custody. Neither path locks the developer into a single vendor; the x402 protocol allows facilitator selection per-request via the response headers.
Coinbase CDP is the canonical x402 facilitator and the right default for US-flavoured stacks. AsterPay is the EU-native facilitator with EUR settlement and KYA trust, and the right default for EU-flavoured stacks. Most production agent-commerce stacks will end up with both. The protocol is designed for that.