Anil Nadiminti from AWS presented on 'When AI Agents Pay and Sellers Monetize: Accelerating Agentic Commerce with AWS' at the AI Engineer World's Fair.
The Problem: AI Agents and Broken Economics
Traditional business models for content monetization (e.g., news portals with paywalls) are designed for humans. However, AI agent traffic now surpasses human traffic (51%), with 95% of business web traffic coming from AI scraping bots. These autonomous agents, evolving from assistants and copilots, are expected to run 1B+ tasks daily by 2027, with 60% of enterprise workflows being agentic. The core issue is that AI agents cannot autonomously pay for content or APIs, leading to 'agents stall' at paywalls and 'manual friction' requiring human intervention for approvals or credential sharing. This binary decision trap — either blocking all bots (losing AI-powered discovery and licensing opportunities) or allowing all bots (incurring infrastructure costs without compensation) — is unsustainable.
Agentic Commerce: The Future of E-commerce
Agentic Commerce describes an emerging form of e-commerce where autonomous artificial intelligence (AI) agents independently execute purchasing and payment processes on behalf of users or organizations. This requires a shift from subscription models and human-in-the-loop transactions to billions of agents making real-time, pay-per-use, per-execution micro-transactions (fractions of a cent per call). Current payment rails, built for humans, are not viable for this scale, as a typical 25-cent minimum transaction fee plus 2.5% can be 250 times the actual cost of a micro-API call ($0.001).
Introducing x402 Protocol
To enable this, Coinbase introduced the x402 protocol, an open protocol extending HTTP to support machine-to-machine micropayments. HTTP 402, originally reserved for 'Payment Required' and never implemented, is now utilized. The x402 payment flow involves:
1. Client (agent) makes an API request.
2. Server responds with a 402 Payment Required status code and payment requirements.
3. Client identifies the payment method and payload (e.g., crypto/stablecoin).
4. Client sends payment authorization (including header and signed payment).
5. Server verifies payment, potentially via a facilitator and blockchain (e.g., stablecoin on-chain).
6. Server fulfills the request, and the transaction is confirmed.
This process is all automated with zero human intervention.
Why x402 is Compelling:
Zero protocol fees: Only nominal payment network fees are incurred.
Zero wait: Money moves at the speed of the internet.
Zero friction: No accounts or personal information needed.
Zero centralization: Anyone can build on or extend x402.
* Zero restrictions: A neutral standard, not tied to any specific network.
x402 was introduced in May 2025 (sic, likely a typo for May 2023 or 2024), donated to the Linux Foundation in April 2026, and is backed by major players including Coinbase, AWS, Google, Visa, Stripe, Cloudflare, Circle, and Anthropic.
AWS's Solution: Amazon Bedrock AgentCore Payments
AWS is launching Amazon Bedrock AgentCore Payments (available in preview, in partnership with Coinbase and Stripe) to enable AI agents to autonomously discover, authorize, and execute payments with a few lines of code. Key capabilities include:
Wallet Support: Integration with Coinbase Wallet and Stripe (Privy) Wallet.
Payment Orchestration & Real-time Settlements: Support for x402 and instant payments for content, API, inference, or storage.
Payment Limits / Budget: Session-level payment limits enforced deterministically, a crucial feature for enterprises to prevent agents from overspending.
AgentCore Observability: End-to-end observability logs and metrics.
AWS addresses security, privacy, and reliability inherently.
How AWS Addresses the Buyer (Agent) Side:
When a user queries an agent (e.g., 'analyze Amazon stock'), and the agent needs paid resources:
1. The agent calls the required API.
2. If a 402 payment is required, AgentCore Payments intervenes.
3. Credentials are sealed in an AgentCore Identity token vault, and a ProcessPayment API handles signing. The agent itself does not directly access private keys.
4. MCP (Machine-to-machine Commerce Protocol) tool discovery via Coinbase Bazaar (and potentially other registries/gateways) allows for 10,000+ x402-enabled endpoints to be discovered through AgentCore Gateway.
5. Per-session budget enforcement provides infrastructure-level spending limits, ensuring agents cannot exceed pre-approved budgets.
This design decouples agent infrastructure from payment infrastructure, making agent code portable and robust, as payment logic, wallets, and policies reside outside the agent, preventing circumvention of spending limits. It supports multi-agent systems and is protocol-agnostic, allowing new payment rails to plug in seamlessly.
AWS's Solution: AWS WAF AI Traffic Monetization (Seller Side)
For content providers and API owners, AWS is introducing AWS WAF AI Traffic Monetization (generally available) to measure, verify, and monetize AI bot traffic with minimal configuration. The process:
1. Query: An AI bot requests content.
2. Identify: AWS WAF bot control detects and identifies bots (650+ identified types, including cryptographic verification).
3. Categorize: Scraper/Tool/Agent classification and intent classification (crawling, indexing, training, RAG retrieval, search).
4. Verify: User agent + Reverse DNS + IP verification + Web bot authentication to differentiate between verified and unverified bots.
5. Monetize: WAF returns an HTTP 402 with a readable price.
6. Outcome: The publisher gets paid.
Key benefits of AWS WAF AI Traffic Monetization:
No code changes, SDK, or origin modification required.
Publishers keep 100% of the revenue (no AWS transaction or subscription fees).
Flexible monetization: Pricing based on URL/Path (e.g., /blog costs $0.001, /api costs $0.10), Agent Identity (e.g., verified bots pay 10x less than unverified bots), and Intent (e.g., training costs more than search). WAF rule logic (AND/OR/NOT) can be applied across dimensions, combined with rate-based rules (e.g., allow N free requests, then monetize).
Open protocol: Supports x402 compatible wallets (Coinbase, Stripe Privy next).
Agentic Commerce in Practice & Scale
Agentic Commerce is currently used for LLM inference (per-prompt pricing for fine-tuned models), market data/oracles (real-time feeds), GPU compute (decentralized spot instances, billed per-second), web scraping (on-demand rendering + structured extraction), research access (paywalled journals), agent-to-agent (specialists selling capabilities to orchestrators), and financial analysis. Over the past 12 months, on-chain verifiable transactions show >$50M volume, 170M+ transactions, 69K active agents, 10K+ endpoints on Coinbase Bazaar, ~200ms median settlement, and <$0.001 cost per transaction. Amazon Bedrock AgentCore provides a comprehensive environment for getting agents to production, including agent harness, context (memory, managed knowledge base, web search), tools (gateway, browser, code interpreter, payments), optimization (observability, evaluation, insights, A/B testing), environment (runtime), and platform control (Agent Registry, Identity, Policy, Guardrails) – all composable by design, paying only for what you use.