← All comparisons

AsterPay vs Coinbase CDP — honest comparison

Updated 3 May 2026 · 6 minute read · By Petteri Lehtola, Co-founder
Short answer Coinbase Developer Platform (CDP) is the canonical x402 facilitator. AsterPay is the EU-native facilitator that adds EUR settlement, KYA trust scoring and dual x402+MPP support on top. The two are not in head-to-head competition: CDP runs the reference facilitator on Base for USDC-in-USDC-out flows; AsterPay runs an EU-licensed facilitator for USDC-in-EUR-out flows. Most production stacks will use one or both depending on the merchant geography and settlement currency.

What each one is

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.

Side-by-side comparison

CapabilityCoinbase CDP facilitatorAsterPay facilitator
RoleCanonical x402 reference facilitatorEU-native EUR settlement facilitator
Settlement currency outUSDC (stays on-chain)EUR via SEPA Instant (and USDC if merchant prefers)
Regulatory homeUS (state MTLs, federal)EU (MiCA-aligned via licensed CASP partners)
ChainsBase (native)Base, Polygon, Arbitrum, Optimism, Ethereum, Solana
x402 supportNative (reference)Native
MPP supportNoNative, on every endpoint alongside x402
KYA trust scoringNoYes, 0-100, ERC-8004
Sanctions screening on agent walletNoYes, OFAC + EU + UN lists
Self-serve KYBCoinbase exchange flowSumsub, <30 min
PricingCoinbase facilitator fee + on-chain gas50 bps + partner spread (typically 80-130 bps all-in)
Token / governanceNone at facilitator levelNone

When Coinbase CDP is the right call

When AsterPay is the right call

The two are not competitive at the protocol layer

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.

How they typically coexist in production

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.

Bottom line

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.