Protocols & Agents

Agentic Payments

エージェント決済

A payment model where AI agents complete transactions and settlements autonomously, without per-call human approval. The prerequisite for a world in which LLM-based agents buy compute, APIs, and services, negotiate contracts with other agents, and execute them end-to-end.

Definition

Agentic payments are a transaction pattern where autonomous AI agents are the transacting party. The enablers are LLM reasoning improvements, tool use (function calling), longer context windows, and the standardization of agent-to-agent protocols (MCP, A2A). The concept solidified through 2024–2025 alongside the rapid capability gains in Claude and Google's agent stacks.

The technical stack centers on x402 (Coinbase's revival of HTTP 402 Payment Required), the Stripe Agent SDK for agent-to-agent commerce, and the Facilitator as the settlement intermediary. Traditional payments infrastructure (Stripe, PayPal) is designed around human users; when an agent becomes the transacting party, authority, authentication, and spend-limit controls are structurally missing.

When autonomous agents transact, three trust questions become unavoidable. (1) Who is this agent acting for (delegation)? (2) How much can it spend (spending limit)? (3) Is the data underlying the payment authentic (provenance)? API-key authentication cannot solve the three together.

Lemma Oracle implementation

Lemma's Trust402 sits in front of agent settlement as a verification layer. Before payment proceeds, the agent proves in ZK "who I'm acting for, what limits I'm under, and what provenance data underlies this transaction." With authority and transaction grounding fixed cryptographically, the downstream settlement step can be safely delegated to the agent.

Integration with adjacent technologies is modular. x402 handles the HTTP layer of agent-to-agent payments; A2A covers agent discovery and contract negotiation; MCP handles tool use. Lemma adds a verification stage on top — "authority and provenance" — that the other layers do not own.

The concrete implementation plan and Lemma's role in agentic payments is laid out in the Agent Trust Chain pillar. This page covers the concept and ecosystem; the pillar covers how Lemma binds the three axes (authority, spend control, provenance) into one chain.

Get started

Make agent authority and transactions verifiable.