Agentic Payment Protocols Landscape

Last updated: April 2026

Overview

Agentic payments enable AI agents to autonomously discover, negotiate, and pay for services without human intervention per transaction. This document surveys the major protocols and platforms in this emerging space.


1. x402 Protocol (Coinbase)

Description: An open protocol that extends HTTP with native payment capabilities, inspired by the HTTP 402 "Payment Required" status code. When a server returns a 402 response, it includes payment requirements (price, accepted tokens, payment address). The client agent can then attach a payment header to retry the request. Built on Base (Coinbase's L2) using USDC as the primary settlement token.

Status: 🟢 Live / Testnet — Open-source on GitHub (coinbase/x402). Launched in mid-2025 with working reference implementations. Supports both testnet (Base Sepolia) and mainnet (Base). Active GitHub repository with SDK packages for TypeScript/Node.js. A "facilitator" service validates and settles payments on-chain.

Funding: Backed by Coinbase. No separate fundraise — part of Coinbase's developer platform strategy.

Key Differentiator: Leverages the existing HTTP protocol stack — no new transport layer needed. Any HTTP endpoint can become pay-per-use by adding middleware. Uses stablecoins (USDC) to avoid volatility. Extremely simple integration: a few lines of server middleware + client SDK.

Key Components:

  • x402-next — Next.js middleware
  • x402-express — Express middleware
  • x402-axios — Client interceptor for Axios
  • x402-fetch — Client wrapper for fetch
  • Facilitator service for payment verification and settlement

2. A402 Protocol

Description: An academic protocol proposal for agent-to-agent payments, described in research literature. Extends the 402 concept with richer negotiation semantics including capability discovery, SLA specification, and multi-step payment flows. Designed for complex agent workflows where agents chain services together.

Status: 🟡 Concept / Paper — Primarily exists as a research proposal. No widely-known open-source implementation beyond proof-of-concept code accompanying the paper. The ideas have influenced other projects (including x402's design thinking) but A402 as a standalone protocol has not reached production deployment.

Funding: Academic research; no commercial backing identified.

Key Differentiator: Richer negotiation and service-level agreement semantics compared to simpler 402-based approaches. Designed for multi-agent orchestration scenarios.


3. Skyfire Payments

Description: A payment infrastructure platform purpose-built for AI agents. Provides a managed payment network where agents can pay for APIs, compute, data, and other services. Agents get wallets and can transact using USDC. Skyfire acts as an intermediary layer handling identity, billing, settlement, and compliance. Offers a merchant network of AI-relevant services (LLM APIs, data providers, tools).

Status: 🟢 Live — Operating with a functioning payment network and merchant integrations. Has SDKs for Python and TypeScript. Partners include various AI API providers.

Funding: Raised $8.5M in seed funding (2024), led by Circle Ventures and others. Strategic alignment with Circle (USDC issuer).

Key Differentiator: Managed/custodial approach — handles compliance, KYC/KYB, and settlement so agent developers don't need to manage wallets or blockchain interactions directly. Pre-built merchant network reduces cold-start problem. Focus on enterprise readiness and regulatory compliance.


4. Stripe Agent Toolkit

Description: Stripe's official toolkit enabling AI agents (built with frameworks like LangChain, CrewAI, Vercel AI SDK) to perform payment operations via Stripe's existing payment infrastructure. Agents can create payment links, manage subscriptions, issue invoices, handle refunds, and check balances — all through natural language tool calls that map to Stripe API endpoints.

Status: 🟢 Live — Available as open-source packages (stripe/agent-toolkit). Works with Stripe's production APIs. Supports Python and TypeScript.

Funding: Part of Stripe (valued at $90B+). No separate funding needed.

Key Differentiator: Leverages Stripe's massive existing merchant network and payment rails (cards, bank transfers, 135+ currencies). Not a new payment protocol — it's an agent-friendly interface to traditional payment infrastructure. Includes metered billing support ideal for usage-based AI service pricing. Built-in fraud detection, compliance, and dispute resolution from Stripe's existing stack.

Capabilities:

  • Create customers, payment links, invoices
  • Process charges and refunds
  • Manage subscriptions and metered billing
  • Read balance and transaction history
  • Configurable permissions to limit agent actions

5. APEX (Agent Payment Execution with Policy)

Description: A research framework for secure agent payments with policy enforcement, described in arXiv paper 2604.02023. APEX introduces a policy layer between the agent and payment execution, allowing principals (users/organizations) to define spending limits, approved merchants, transaction types, and temporal constraints. Policies are formally specified and enforced by a trusted execution environment or smart contract.

Status: 🔴 Concept / Research — Academic paper (April 2026). No known production implementation. Provides formal security analysis and threat models for agentic payment scenarios.

Funding: Academic research.

Key Differentiator: Focus on the governance and policy layer rather than the payment mechanism itself. Addresses the principal-agent problem: how do you let an AI agent spend money on your behalf while maintaining control? Complements protocols like x402 or Stripe by adding a policy enforcement layer on top.


6. OpenClaw

Description: Referenced in the "SoK" (Systematization of Knowledge) paper on agentic commerce security. OpenClaw is a framework/benchmark for evaluating the security of agent-to-agent commercial interactions. It models attack vectors including price manipulation, service misrepresentation, payment fraud, and collusion between agents.

Status: 🔴 Concept / Research tool — Primarily an academic evaluation framework rather than a deployable payment system. May have associated code for running security evaluations of agentic commerce protocols.

Funding: Academic research.

Key Differentiator: Security-focused evaluation framework rather than a payment protocol. Useful for benchmarking the security properties of other systems listed here.


7. Other Notable Systems

L402 / Lightning Labs (formerly LSAT)

Description: Protocol using Bitcoin Lightning Network for HTTP 402 payments. A server returns a 402 with a Lightning invoice + macaroon (auth token). Client pays the invoice and uses the macaroon as proof of payment for access.

Status: 🟢 Live — Deployed in production by several services (e.g., Lightning Loop, various paywalled APIs). Mature tooling via aperture (reverse proxy by Lightning Labs).

Funding: Lightning Labs ($70M+ raised across rounds).

Key Differentiator: Bitcoin-native, instant settlement via Lightning. Macaroons provide flexible, attenuable credentials. Most battle-tested 402-style protocol, but limited to Bitcoin/Lightning ecosystem.

Nevermined

Description: A platform for AI agent-to-agent commerce with a focus on data and AI service marketplaces. Provides payment escrow, service-level agreements, and access control using blockchain (multi-chain). Agents can discover, negotiate, and pay for AI services through Nevermined's protocol.

Status: 🟢 Live — Operating with production deployments. SDK available. Supports multiple chains.

Funding: Raised funding (amount not widely publicized); backed by crypto/Web3 investors.

Key Differentiator: Full marketplace infrastructure including discovery, reputation, and SLA enforcement — not just payments. Multi-chain support. Built-in escrow for dispute resolution.

Visa AI Agent Commerce Concept

Description: Visa announced explorations into AI agent commerce in late 2025, exploring how agents could be authorized to use Visa card rails with spending controls.

Status: 🟡 Pilot/Exploration — No public production product yet. Working on standards with partners.

Funding: Visa corporate R&D.

Key Differentiator: Could bring agent payments to the existing Visa network (4B+ cards), solving adoption/merchant acceptance instantly.

PaymanAI

Description: A platform providing AI agents with the ability to make payments using both crypto and traditional (ACH, cards) rails. Agents get managed wallets with policy controls.

Status: 🟢 Live — Operating with API access. Supports USD and crypto payments.

Funding: Early-stage startup funding.

Key Differentiator: Multi-rail approach (crypto + traditional banking) in a single API. Bridges the gap between crypto-native agent protocols and traditional finance.

MeshAI / Agent Commerce Networks

Description: Various emerging networks facilitating agent-to-agent discovery and payment, often built on existing DeFi infrastructure. Include projects building on protocols like Fetch.ai, Ocean Protocol, and others adding payment layers.

Status: 🟡 Various stages — mostly testnet or early production.


Comparison Matrix

Protocol Status Settlement Latency Custody Policy Layer Merchant Network
x402 Live USDC on Base Seconds Self-custody Basic Growing
A402 Paper Flexible N/A N/A Designed None
Skyfire Live USDC (managed) Seconds Custodial Built-in Pre-built
Stripe Toolkit Live Fiat (cards/bank) Standard Stripe-managed Configurable Massive (Stripe)
APEX Paper Agnostic N/A N/A Core focus None
L402 Live Bitcoin/Lightning Milliseconds Self-custody Macaroons Niche
Nevermined Live Multi-chain Varies Smart contract SLA-based Marketplace

Key Trends (as of April 2026)

  1. Convergence on HTTP 402: Multiple protocols (x402, L402, A402) are converging on using HTTP 402 as the signaling mechanism, making web-native agent payments possible without custom transport.

  2. Stablecoins winning: USDC on L2s (especially Base) is becoming the default settlement layer for crypto-native agent payments, avoiding Bitcoin/ETH volatility.

  3. Policy is the hard problem: APEX and others highlight that authorization and governance — not payment mechanics — is the unsolved challenge. How much can an agent spend? On what? Under what conditions?

  4. Hybrid approaches emerging: The market is splitting between crypto-native (x402, L402) and traditional-finance-wrapped (Stripe, Visa) approaches. Winners will likely bridge both.

  5. Security frameworks lagging: OpenClaw and SoK papers suggest security analysis of agentic commerce is still early. Real-world exploits of agent payment systems haven't been widely reported yet but attack surfaces are large.