Menu

Explorer & Settings

Tempo Explorer Submit Project
Back to all projects

awesome-agent-payments-protocol

by tsubasakong ยท Updated 30 days ago

๐Ÿš€ Curated resources for Google's Agent Payments Protocol (AP2), A2A & x402 โ€” blogs, videos, repos & specs. Contributions welcome!

In the AI payments ecosystem

awesome-agent-payments-protocol is an early-stage HTML project in the AI payments / x402 ecosystem, focused on a2a, agent-economy, agent-interoperability, agent-payments-protocol. It currently has 12 GitHub stars and 37 forks, and sits alongside related tools like awesome-agentic-commerce, x402-wiki, .github, awesome-agent-protocols, magpie-x402, awesome-agent-economy.

Awesome Agent Payments Protocol Awesome

๐Ÿš€ Curated resources for the agentic commerce protocol landscape โ€” UCP, AP2, A2A, x402, ACP, MPP, trust rails, and interop standards.

PRs welcome! Found something amazing? Open a PR or suggest a resource ๐ŸŽฏ

Last updated: 2026-06-07


๐Ÿ“‹ Contents


๐Ÿ“š Official Documentation

UCP (Universal Commerce Protocol)

AP2 (Agent Payments Protocol)

A2A (Agent-to-Agent Protocol)

A2A SDKs

Language Repository Status
Python a2aproject/a2a-python Stable (v0.3); v1.0 alpha in 1.0-dev branch
JavaScript a2aproject/a2a-js Stable
Go a2aproject/a2a-go Stable
Java a2aproject/a2a-java Stable
.NET a2aproject/a2a-dotnet Preview (Microsoft Foundry blog)

x402 (Machine Payments over HTTP 402)

ACP (Agentic Commerce Protocol)

Note: The ACP spec is currently in beta and uses date-based version snapshots (2025-09-29, 2025-12-12, 2026-01-16, 2026-01-30).

Status update (Mar 2026): OpenAI discontinued the consumer-facing Instant Checkout experience in ChatGPT after a ~5-month trial (low adoption, weak conversion, unresolved sales-tax handling). The ACP protocol itself continues in a narrower form, with OpenAI refocusing on product discovery and ChatGPT apps; Stripe and PayPal remain involved on the payments side. See News & Analysis below.

Stripe ACP / Agentic Commerce Resources

MPP (Machine Payments Protocol)

MPP and x402: MPP is backwards-compatible with x402. The core x402 exact-payment flows map directly onto MPP's charge intent, so MPP clients can consume existing x402 services without modification. MPP additionally supports session (streaming/pay-as-you-go) payments, recurring payments, and microtransactions across stablecoins, cards, and bank transfers.

AMP (Agentic Mobile Protocol)

  • Ant International: AMP Launch (Business Wire) โ€” World's first open-sourced agentic payment framework for mobile surfaces (digital wallets, super apps, banking apps, wearables, in-car), announced Apr 28, 2026
  • Connects LLMs, platforms, and merchant agents to 4.4B+ digital wallet users via Alipay+; cuts agent-to-wallet linking steps ~50% vs card binding; per-transaction money-back guarantee for account-takeover cases

ERC-8183 (Agentic Commerce Escrow)

ERC-8183 vs x402 / MPP: Where x402 and MPP settle instantly per request (good for stateless metered access), ERC-8183 is the on-chain escrow standard for service-delivery between agents โ€” cases where the deliverable can't be verified by HTTP 200 and a neutral Evaluator may need to adjudicate. Lifecycle: createJob โ†’ approve โ†’ fund โ†’ submit โ†’ complete | reject. Stablecoin-denominated, 3-way fee split (provider/evaluator/platform) enforced by the contract, refund-on-expiry, native composition with ERC-8004 reputation feedback on settlement.

Network Trust Rails for Agents

Visa Trusted Agent Protocol

Mastercard Agent Pay

Identity / Interop


๐Ÿ“„ Specifications & Whitepapers

x402 Protocol

A2A & AP2

ACP

MPP

ERC-8183 / ERC-8004

  • ERC-8183 โ€” Agentic Commerce โ€” On-chain escrow standard for agent-to-agent service delivery (lifecycle, fee splits, evaluator role, expiry refund)
  • ERC-8004 โ€” Trustless Agents โ€” On-chain identity and reputation registries for autonomous agents (signed feedback, scoring rules hash, ERC-1271 contract signatures)

Web Bot Auth / Agent Identity

Research Papers

  • "Towards Multi-Agent Economies: A2A + x402 Micropayments" โ€” Proposes ledger-anchored identities with x402 for A2A micropayments

๐Ÿ›  Developer Tools & Starters

UCP Implementation

AP2 Implementation

x402 Implementation

Quickstarts

Live Services

  • PoolPulse โ€” x402-payable DeFi execution signals API on Base. CLMM slippage, MEV scoring, routing hints for 33 Uniswap V3 + Aerodrome pools. Built with Hono + x402/hono. Pay per call ($0.001โ€“$0.25 USDC). (OpenAPI, Examples)
  • Coinbase x402 Bazaar โ€” Discovery layer / MCP server exposing 10,000+ x402-payable endpoints that agents can search, discover, and pay for autonomously (also surfaced via AWS Bedrock AgentCore Gateway)

SDKs & Libraries

ACP Implementation

MPP Implementation

A2A Implementation

ERC-8183 / ERC-8004 Implementation

  • CardZero โ€” First known production deployment of ERC-8004 + ERC-8183 on Base mainnet. ERC-4337 smart-contract wallet for AI agents with owner-set spending rules, x402 buyer support, and full Job-escrow lifecycle live at api.cardzero.ai/v1/jobs. Source on GitHub; MCP server published as cardzero-mcp; 27-page docs + /llms-full.txt corpus at cardzero.ai/docs.

Agent Frameworks & Managed Platforms

Amazon Bedrock AgentCore Payments

Cloudflare Agents SDK

MCP Integration


๐ŸŒ Ecosystem & Partners

UCP

Co-developed by Google and Shopify. Endorsed by 20+ partners including Etsy, Wayfair, Target, Walmart, Adyen, American Express, Best Buy, Flipkart, Macy's Inc., Mastercard, Stripe, The Home Depot, Visa, and Zalando. (Source: Google Blog, Jan 2026). May 2026: Universal Cart extends checkout across Search, Gemini, and Maps with Google Pay. (Source: Google Marketing Live)

AP2

Officially reported supporters include Shopify, Etsy, Salesforce, Mastercard, PayPal, American Express, Adyen, Worldpay, and 60+ partners total. (Source: AP2 Protocol site)

x402 Foundation

Cloudflare + Coinbase coordinating adoption of x402. The Agents SDK and MCP servers support x402 out of the box. x402 v2 adds modular payment scheme support for EVM and Solana networks. As of mid-2026, AWS Bedrock AgentCore also wraps x402 as a managed payment surface (built with Coinbase and Stripe), and the Coinbase x402 Bazaar exposes 10,000+ payable endpoints. Per Chainalysis, x402 surpassed 100M+ agentic transactions on Base within ~9 months of launch.

ACP

OpenAI + Stripe co-developed ACP. The consumer-facing Instant Checkout experience in ChatGPT was discontinued in early 2026 after a ~5-month trial (low adoption, weak conversion, unresolved sales-tax handling); the ACP protocol continues in a narrower form with OpenAI refocusing on product discovery and ChatGPT apps. ACP remains open to any PSP โ€” Stripe provides the first implementation via Shared Payment Token, with PayPal also involved. (Source: TechCrunch, Mar 2026)

MPP / Tempo

Stripe + Tempo Labs (Paradigm) co-authored MPP. Design partners include Anthropic, DoorDash, Mastercard, Nubank, OpenAI, Ramp, Revolut, Shopify, Standard Chartered, and Visa. Cloudflare supports MPP in its Agents SDK. (Source: Stripe Blog, Mar 2026)

AMP / Ant International

Open-sourced by Ant International and implemented with Alipay+ wallet partners (40+ wallets, 1.8B accounts, 150M merchants). AMP targets mobile-native agentic payments across smartphones, smartwatches, AR glasses, and in-car systems. (Source: Business Wire, Apr 2026)

Agent Trust Rails

Visa's Trusted Agent Protocol and Mastercard's Agent Pay both leverage Web Bot Auth for cryptographically signed agent identity during browse and payment flows. In 2026 both expanded internationally โ€” Visa's Agentic Ready program to Latin America and Asia, and Mastercard's Agent Pay to markets including Hong Kong.

Agent Reputation & Scoring

  • DJD Agent Score โ€” Behavioral reputation scoring API for AI agent wallets on Base. Scores agents 0โ€“100 across 5 dimensions using on-chain transaction patterns, sybil detection, and gaming velocity checks. x402-native monetization, MCP server distribution, and ERC-8004 compatible. (GitHub)

Analytics & Dashboards

  • agenteconomy.to โ€” Real-time dashboard tracking AI agent on-chain payment activity across x402, ERC-8004, ERC-8183 (Virtuals ACP), and MPP (Stripe/Tempo) on 8 chains. Aggregated event counter, chain distribution, facilitator share, and time-series charts. Data refreshes every 6 hours. (source)

Payments Networks

  • Visa โ€” Trusted Agent Protocol; Agentic Ready program (expanded to LatAm & Asia, 2026); card specification + SDK extending MPP to card payments (2026)
  • Mastercard โ€” Agent Pay (international expansion incl. Hong Kong, 2026); acquired BVNK for stablecoin infrastructure
  • PayPal โ€” AP2 support; ACP participant; upcoming UCP payment method
  • American Express โ€” AP2 partner, UCP endorser
  • Adyen โ€” AP2 integration, UCP endorser
  • Worldpay โ€” AP2 support
  • Stripe โ€” ACP co-creator, MPP co-author, UCP endorser
  • AWS โ€” Bedrock AgentCore Payments (preview), managed x402 + Stripe surface built with Coinbase and Stripe

Stablecoin & Settlement Infrastructure

  • AllUnity โ€” Launched an agentic payments settlement layer powered by x402; planning a Swedish krona stablecoin (SEKAU, MiCA-regulated e-money token) targeting a June 2026 debut, settling AI-initiated transactions into local bank accounts (CoinDesk)
  • Fireblocks โ€” Agentic Payments Suite for stablecoin transactions (The Paypers)
  • Circle + Nium โ€” Partnership to strengthen stablecoin rails for agentic AI payments (American Banker)

AI / Agent Platforms

  • Google Cloud โ€” AP2 creator, UCP co-developer
  • OpenAI โ€” ACP co-creator (with Stripe)
  • Anthropic โ€” MPP design partner
  • Shopify โ€” UCP co-developer, AP2 & ACP partner
  • AWS โ€” Bedrock AgentCore Payments (x402 + Stripe), with the x402 Bazaar MCP server via AgentCore Gateway

Crypto & Web3

  • Coinbase โ€” x402 creator, AP2 partner, AgentCore Payments partner
  • Tempo Labs โ€” MPP co-author (Paradigm-backed, payments-optimized L1)
  • Radius Network โ€” x402-compatible stablecoin L1 for agentic micropayments (mainnet launched Mar 2026; sub-second finality, sub-penny fees) (docs)

๐Ÿ“ฐ News & Analysis

Major Launches & Milestones

Amazon Bedrock AgentCore Payments (Preview, May 2026)

Google Gemini Spark (Google I/O, May 2026)

Ant International Launches AMP (April 2026)

OpenAI Discontinues Instant Checkout (Q1 2026)

UCP Launch & Expansion (Janโ€“May 2026)

A2A v1.0 (2026)

MPP Launch (March 2026)

x402 V2 & Adoption (Late 2025 โ€“ 2026)

AP2 Launch (September 2025)

OpenAI Instant Checkout & ACP (September 2025)

x402 Foundation (2025)

Network Trust Rails (2025โ€“2026)

Industry Analysis

Security & Standards


๐ŸŽฅ Videos & Tutorials

AP2

x402

ACP

A2A


๐Ÿ’ฌ Community

Discussion & Support


๐Ÿค Contributing

We welcome contributions! Here's how you can help:

  1. ๐Ÿ“ Add a resource: Use our template
  2. ๐Ÿ”ง Improve the list: Submit a pull request
  3. ๐Ÿ› Report issues: Open an issue
  4. โญ Star the repo to show your support!

Please read our Contributing Guidelines before submitting.


๐Ÿ“Š About These Protocols

UCP (Universal Commerce Protocol) is an open standard co-developed by Google and Shopify for agentic commerce across the full shopping journey โ€” discovery, checkout, identity linking, and order management. UCP is transport-agnostic (REST, MCP, A2A) and compatible with AP2 for secure payment mandates. Launched January 2026 at NRF; Universal Cart (checkout across Search, Gemini, and Maps with Google Pay) added May 2026.

AP2 (Agent Payments Protocol) is Google's open protocol for agent-driven payments with verifiable authorization (mandates) and accountability. Its current core focus is card-based payments with mandate-driven authorization. AP2 serves as the payment layer within UCP.

A2A (Agent-to-Agent Protocol) is an open standard under the Linux Foundation for agent interoperability โ€” discovery, communication, and task delegation across agent frameworks and vendors. The v1.0 release (2026) added enterprise features including signed agent cards, multi-tenancy, and version negotiation. The TSC includes AWS, Cisco, Google, IBM Research, Microsoft, Salesforce, SAP, and ServiceNow.

x402 is an open payment standard built on HTTP 402 for machine-native, internet-native payments. Created by Coinbase and coordinated with Cloudflare via the x402 Foundation. Supports stablecoins on EVM and Solana networks. The v2 release (late 2025) introduced CAIP-based identifiers, a modular SDK architecture, and standards-compliant payment headers. By mid-2026 it is wrapped by managed surfaces such as AWS Bedrock AgentCore and had surpassed 100M+ agentic transactions on Base.

ACP (Agentic Commerce Protocol) is an open standard co-developed by OpenAI and Stripe for connecting buyers, AI agents, and businesses to complete purchases. It originally powered Instant Checkout in ChatGPT; the consumer Instant Checkout experience was discontinued in early 2026, while the ACP protocol continues in a narrower form. Currently in beta with date-based version snapshots. Designed to work with any PSP โ€” Stripe provides the first implementation via Shared Payment Token.

MPP (Machine Payments Protocol) is an open standard co-authored by Tempo Labs and Stripe for machine-to-machine payments over HTTP 402. Supports stablecoins, cards, and bank transfers. Offers charge (one-off) and session (streaming micropayment) intents. Backwards-compatible with x402. Based on an IETF-proposed Payment HTTP Authentication Scheme. Launched March 2026.

AMP (Agentic Mobile Protocol) is an open-sourced framework from Ant International for agentic payments on mobile surfaces โ€” digital wallets, super apps, banking apps, and wearables. Implemented via Alipay+, it emphasizes fast agent-to-wallet linking (~50% fewer steps than card binding) and account-takeover protection with a per-transaction money-back guarantee. Launched April 2026.

Trusted Agent Protocol (Visa) / Agent Pay (Mastercard) help merchants and networks recognize cryptographically verified AI agents during browse and pay flows, built on Web Bot Auth (IETF drafts). Both expanded internationally in 2026. In 2026 Visa also released an open, processor-agnostic card specification and SDK extending MPP to card payments.


๐Ÿ“„ License

CC0

This list is released under CC0 1.0 (Public Domain). No rights reserved.


Keywords: ucp ap2 agent-payments agentic-commerce a2a x402 acp mpp machine-payments-protocol amp agentic-mobile-protocol trusted-agent-protocol agent-pay gemini-spark web-bot-auth mcp stablecoins verifiable-credentials agentcore erc-8183 erc-8004 google-cloud coinbase stripe openai aws tempo

All AP2 projects →