The internet was built for humans. Payment systems, checkout flows, subscription portals, and API key dashboards all assume a person is on the other end — someone who can click a button, enter a credit card number, and manage a billing relationship. That assumption is breaking down.
AI agents are becoming the primary consumers of digital services. And the infrastructure of the internet is being rebuilt around them. This is agentic commerce.
What agentic commerce is
Agentic commerce refers to economic transactions initiated, negotiated, and completed by AI agents operating autonomously — without requiring human approval at each step. Instead of a person browsing a website, choosing a service, and entering payment details, an AI agent identifies what it needs, evaluates available providers, pays for the service, and receives the output — all within a single automated workflow.
The underlying driver is straightforward: AI agents are getting better at autonomous task completion, and the services they need to complete those tasks — data feeds, compute resources, API access, legal information, financial data — are increasingly available on a pay-per-use basis. The missing piece, until recently, was a payment layer that worked for machines rather than humans.
Walleted agents
A walleted agent is an AI program that holds its own funds and can pay for services autonomously. The wallet is typically a cryptocurrency wallet — in most current implementations, a Solana wallet holding USDC stablecoins — that the agent uses to pay for API calls, data access, and compute without human intervention.
The term distinguishes agents that can transact independently from agents that require human authorization for each payment. A walleted agent operating in a legal workflow, for example, can query a federal court docket monitoring service, pay the per-query fee automatically, receive the structured data, and act on it — all without a human approving the payment or managing a subscription.
Walleted agents represent a new category of economic actor. They are not consumers in the traditional sense, and they do not fit the account-based, subscription-oriented billing models that most digital services were built around. They need per-request pricing, programmatic payment, machine-readable responses, and zero onboarding friction.
The payment protocol layer
Two open standards have emerged as the primary payment rails for walleted agents.
x402 is an open payment protocol created by Coinbase that revives the HTTP 402 "Payment Required" status code — defined in the original HTTP specification in 1996 but never implemented, because machine-native payment infrastructure did not yet exist. x402 is now governed under the Linux Foundation, with participation from Google, OpenAI, Coinbase, Cloudflare, and Circle. DocketLayer uses x402.
MPP (Machine Payments Protocol) is a complementary standard co-developed by Stripe and Tempo, launched in March 2026. MPP extends the x402 concept with a session-based model — agents pre-authorize a spending limit and stream micropayments within that session, reducing per-transaction overhead. MPP is backwards-compatible with x402. An MPP client can consume DocketLayer without modification.
Both protocols rely on stablecoins rather than card payments. Credit card interchange fees of 1.5 to 3.5 percent make micropayments economically unviable. Stablecoin settlement on Solana costs a fraction of a cent per transaction — making sub-dollar per-request pricing sustainable at scale. USDC, issued by Circle, is the dominant stablecoin for agentic commerce.
The agentic commerce protocol stack
Agentic commerce is being built on a layered protocol stack, with different standards handling different parts of the transaction.
Product discovery, checkout flows, and structured negotiation between buying and selling agents. Handles the higher-level commerce workflow.
Agent identity, spending authorization, and cryptographic mandate verification. Defines who the agent is and what it is allowed to spend.
How money moves between agents and services. DocketLayer operates at this layer — x402 and MPP compatible, accessible to any agent at any higher layer of the stack.
The headless merchant
In March 2026, a16z crypto partner Noah Levine coined the term "headless merchant" to describe businesses built specifically for walleted agents. A headless merchant has no storefront, no checkout page, no user accounts, and no sales team. It has a server, a set of API endpoints, and a price per call.
Agents evaluate services differently from humans. A human buyer might choose a service based on its brand or a sales relationship. An agent evaluates based on API documentation quality, pricing clarity, reliability, and response structure. A headless merchant with clean documentation and predictable per-request pricing will almost always outperform one with a beautiful website and a mediocre API.
This inverts traditional go-to-market thinking. Distribution for headless merchants happens through agent tool directories, developer documentation platforms, and API discovery services — not advertising or consumer marketing. DocketLayer is a headless merchant.
The intention economy
Fintech analyst Simon Taylor has described agentic commerce as the "intention economy." The agent arrives with intent already formed — it has a task, a budget, and defined parameters. The merchant's only job is to fulfill that intent. There is no browsing, no discovery, no persuasion.
In the intention economy, the quality of your API documentation is your marketing. The clarity of your pricing is your sales pitch. Your uptime is your customer relationship. This is the design philosophy behind DocketLayer: no accounts, no subscriptions, no sales process. Payment is authentication. Documentation is the product.
The economics of pay-per-query
The pay-per-query model has economics that traditional subscription businesses cannot match. A subscription service charges a fixed monthly fee regardless of usage. An agent-native service charges only when the agent consumes a resource — aligning incentives cleanly on both sides.
At DocketLayer's pricing of $0.99 per query, an agent monitoring 100 active cases with daily queries costs approximately $3,000 per month — less than a single billable hour of attorney time for the same monitoring work. At 1,000 cases the cost scales linearly while the operational burden does not.
The model also eliminates churn as a business risk. There is no subscription to cancel, no renewal decision, no sales relationship to maintain. An agent that finds DocketLayer useful continues calling the endpoint. An agent whose workflow changes stops. No invoicing, no contract, no account management.
Where the market is now
Agentic commerce is early. x402 transaction volume is growing but still modest relative to traditional payment rails, and a significant portion of observed transactions are testing activity rather than genuine commercial demand. The infrastructure is being built ahead of adoption — which is exactly where opportunity lies for early movers.
The protocols are standardized. The major players have committed. The economics of the underlying technology are sound. The demand that will justify the infrastructure is coming. DocketLayer is built for that coming demand — a specific, defensible, and currently underserved niche that will be the default choice when the market scales.
Further reading
- x402 vs MPP: comparing agentic payment protocols
- The headless merchant: building for agents, not humans
- The intention economy
- x402 wallet setup guide
- Entering the era of the headless merchant — Noah Levine, a16z
- x402 protocol documentation
- MPP protocol documentation
- x402scan — x402 ecosystem explorer
- Agentic payment protocols compared — Crossmint
- Fintech Brainfood — Simon Taylor