VERSE PRESS

Crypto News, Global First.

AWS and Coinbase Let Publishers Charge AI Bots Per Request, No Backend Code Changes Required

Amazon Web Services and Coinbase have connected their infrastructure to let website publishers collect micropayments from AI crawlers automatically, settling transactions in USDC on Base or Solana at the network edge.

|

AWS announced on June 16 that its Web Application Firewall product now includes a native "Monetize" action, built to work with the x402 payment protocol that Coinbase launched in May 2025. Publishers who route traffic through Amazon CloudFront can configure price rules per URL path and begin charging AI agents for each request without modifying any backend application code. Transactions settle on-chain, with payments going directly to a publisher's crypto wallet. The WAF Monetize action is exclusively supported for web ACLs associated with Amazon CloudFront distributions; it is not available for standalone load balancers or API Gateways, which is a material limitation for publishers evaluating the product.

How the Payment Flow Works

When an x402-aware AI agent sends a request to a monetized URL, the WAF intercepts it and returns an HTTP 402 response (the "Payment Required" status code, a largely dormant part of the web specification since 1991 that x402 now puts to use). Agents must implement x402 client logic, or use a framework such as Amazon Bedrock AgentCore, to parse the 402 response and submit payment; the protocol does not trigger automatically for all AI crawlers.

That response includes a machine-readable JSON manifest specifying the price in USDC, the payment scheme, accepted blockchain networks, the publisher's wallet address, and a payment timeout window.

The agent submits a signed on-chain payment, retries the request with a payment proof attached, and a Lambda@Edge function validates the cryptographic signature via an x402 facilitator, settles the transaction on-chain, and delivers the content.

The system runs on AWS's managed infrastructure stack: CloudFront and S3 handle content delivery, WAF Bot Control v5 classifies incoming bot traffic across more than 650 identified bot types, Lambda@Edge handles payment validation, and AWS Secrets Manager handles credential storage. Publishers can update pricing dynamically through SSM Parameter Store without redeploying anything. Two CloudWatch dashboards track bot traffic and payment activity in real time: a visual revenue dashboard and a separate AI Activity Dashboard.

Route-based pricing in the reference implementation ranges from $0.0005 to $0.01 USDC per HTTP request, configurable by URL pattern. A general API endpoint might be set at $0.001 USDC per call, while a premium data path runs at $0.01.

Bot classification also enables differential pricing: verified AI crawlers such as GPTBot or Anthropic's Claude crawler can be charged one rate, unverified bots a higher rate, humans nothing, and unwanted scrapers a hard block.

On the buyer side, AI agents built with Amazon Bedrock AgentCore (launched in preview in May 2026) have native payment capability. The reference architecture on GitHub uses Anthropic's Claude Sonnet model as the agent's LLM, with Coinbase's CDP handling payment facilitation. Coinbase's hosted facilitator supports Base, Polygon, Arbitrum, World, and Solana, and offers a free tier of 1,000 transactions per month. This five-network list applies to the buyer-side facilitator; on the publisher side, the WAF and CloudFront implementation primarily supports Base and Solana.

Governance and Competing Standards

The x402 protocol sits inside a growing institutional framework. In April 2026, the protocol transferred to the Linux Foundation, with a formal governing body that includes AWS, Cloudflare, Stripe, Microsoft, Visa, American Express, and Ant International. Additional founding and supporting members include Google, Adyen, Anthropic, Circle, Base, Vercel, and Shopify, bringing the total to more than 25 organizations.

Cloudflare built native x402 support into Cloudflare Workers in September 2025, around the same time it co-founded the x402 Foundation with Coinbase.

"The internet was built on open protocols," Linux Foundation CEO Jim Zemlin said at the time of the transfer (April 2026). "The x402 Foundation will create an open, community-governed home to develop these capabilities in the open, ensuring they evolve with transparency, interoperability, and broad participation across the ecosystem."

The AWS and Coinbase announcement arrives less than a week after Mastercard launched Agent Pay for Machines (AP4M) on June 10, its own competing protocol for autonomous AI agent transactions, also built on public blockchains including Base, Solana, and Polygon. Multiple major infrastructure players are now racing to set the standard for machine-to-machine payments.

Regional Relevance: South Asia and Africa

For publishers outside the US and Europe, the practical upside is significant. The integration requires an AWS account and a CloudFront distribution rather than payment processor relationships, with no Stripe account to set up and no need for international banking credentials. Publishers should note that WAF Bot Control v5 configuration, Lambda@Edge deployment, SSM parameter management, and Secrets Manager are all part of the full implementation stack.

India ranks first in the 2026 Global Crypto Adoption Index and holds a large pool of independent developers building niche data products: regional language NLP services, agricultural datasets, legal databases, and financial data feeds.

Charging international AI agents in USDC through x402 sidesteps India's historically complex cross-border payment rails and may reduce friction from India's Tax Deducted at Source rules, which in certain cross-border contexts have created significant withholding costs for developers receiving foreign income. Publishers should verify their specific TDS obligations with a qualified tax adviser before relying on crypto settlement as a structural workaround.

AWS already operates regions in Mumbai and Hyderabad, which should lower the infrastructure barrier for enterprise-level adoption.

The picture is similarly relevant across sub-Saharan Africa. Nigeria, Kenya, and South Africa collectively account for 12% of global USDC peer-to-peer usage. Nigeria alone processed roughly $22 billion in stablecoin transactions between July 2023 and June 2024, largely driven by naira depreciation.

Publishers in Lagos, Nairobi, or Accra running news aggregators, language datasets, or satellite imagery APIs could in theory begin receiving USDC payments from AI systems globally once a CloudFront-based setup is in place, though the full implementation still requires WAF configuration and Lambda@Edge deployment.

Circle, the company behind USDC, is actively hiring for Sub-Saharan Africa expansion, including a VP of Ecosystem Growth role focused on Nigeria, Kenya, and South Africa, suggesting the stablecoin infrastructure layer is being built out in parallel.

Regulatory treatment of USDC received through automated protocols remains unsettled in both regions. No public guidance specific to machine-to-machine crypto payments has been identified from Nigerian or Kenyan regulators, and on-chain wallet management remains a practical barrier for non-technical publishers regardless of geography.

The broader stablecoin market provides context for the scale of what is being built. Global stablecoin transaction volume reached $33 trillion in 2025, up 72% year over year, with projected supply approaching $420 billion by end of 2026. The fight to route even a small fraction of that volume through publisher-side infrastructure explains why AWS, Coinbase, Cloudflare, and Mastercard are all moving quickly on agent payment standards in the same quarter. For publishers willing to navigate the setup, the immediate prize is concrete: automated, per-request revenue from the AI systems that are already crawling their content.