Skip to main content

18 posts tagged with "x402"

x402 protocol

View all tags

AWS Hands AI Agents a Wallet: Why Bedrock AgentCore Payments Just Compressed the Agentic Economy Into a 30-Day Sprint

· 11 min read
Dora Noda
Software Engineer

On May 7, 2026, Amazon Web Services did something that, until very recently, sounded like a thought experiment: it gave AI agents a wallet. Bedrock AgentCore Payments — built with Coinbase and Stripe — lets autonomous agents pay for APIs, data feeds, paywalled content, and other agents in stablecoins, settling in roughly 200 milliseconds on Base. Three days earlier, Google Cloud and the Solana Foundation had launched Pay.sh for the same job on Solana. A week before that, Circle moved its gas-free Nanopayments rail from testnet to mainnet across 11 chains.

Three hyperscaler-grade agent payment stacks shipped in a 30-day window. The agentic economy stopped being a slide-deck phrase and became an SDK call.

What AWS Actually Shipped

Amazon Bedrock AgentCore Payments is a preview-stage feature inside AgentCore — AWS's runtime for building, deploying, and operating AI agents. The new piece is the payment primitive. With a single configuration, an agent on Bedrock can:

  • Discover paywalled resources that advertise prices over HTTP.
  • Negotiate, authorize, and settle a payment without an account or subscription.
  • Pull a stablecoin balance from a managed wallet bound to a specific human, with per-session spending limits.

Under the hood, two providers handle the wallet half of the equation. Developers pick either a Coinbase-hosted wallet or a Stripe Privy wallet at integration time. End users fund either option through stablecoins directly or via fiat using a debit card. Settlement happens in USD Coin (USDC) on Base, Ethereum's largest layer-2 by transaction volume, with Solana as a second supported chain.

The transport layer is the more interesting choice. Bedrock AgentCore Payments speaks x402, Coinbase's open HTTP-native protocol that resurrects the long-dormant 402 Payment Required status code as a real payment standard. When an agent requests a paid resource, the server replies with 402 and embeds a payment instruction; the agent constructs a signed payload and retries; the server settles via a facilitator. No invoices, no API keys, no subscription onboarding — just HTTP and a stablecoin signature.

That single design choice is why this launch matters more than the partnership headline.

Why x402 Is the Real Story

When AWS — a company that rarely picks open standards before they have production data — chooses x402, it is choosing the only agent payment protocol with measurable traffic. The numbers Coinbase reported in late April 2026 are striking for a protocol that was effectively zero a year earlier:

  • 165 million transactions processed since launch.
  • 69,000 active agents transacting on the network.
  • ~$50 million in cumulative volume, climbing to roughly $600 million annualized.
  • Zero protocol fees, with a free tier of 1,000 transactions per month on Coinbase's hosted facilitator.
  • Base dominates, with over 119 million transactions on Coinbase's L2; Solana adds another 35 million.

For comparison, Coinbase's own product team admitted in March that "demand is just not there yet" relative to the wishful "every API call becomes a micropayment" narrative. What changed in the last 60 days is supply: the moment Solana Pay.sh, Circle Nanopayments, and AWS Bedrock all chose x402-compatible primitives, the protocol stopped being a Coinbase project and started looking like the de facto rail for agent commerce.

That matters because agent-to-API micropayments are a coordination problem, not a technology problem. Without a shared HTTP-level handshake, every cloud provider would build their own metering plane and AI agents would need a different SDK per vendor. With x402, the same 50-line client works against Google Cloud's Vertex AI, AWS Bedrock APIs, and a 16-year-old's weekend Replit project. That's the same shape that made REST and JSON win.

The 30-Day Hyperscaler Sprint

To appreciate how compressed this moment is, it helps to put the launches on a single timeline:

Date (2026)LaunchChainWalletProtocol
April 29Circle Nanopayments mainnet11 chains incl. Base, Polygon, AvalancheCircle GatewayGas-free USDC, sub-cent floor
May 5Solana Foundation × Google Cloud Pay.shSolanaPay.sh CLIx402 + MPP
May 7AWS Bedrock AgentCore PaymentsBase + SolanaCoinbase or Stripe Privyx402

Three Big Tech vendors, three blockchains, one protocol family. None of these companies normally agree on anything — yet all three converged on USDC settlement and HTTP-402 semantics within a week. That is what an industry standard looks like when it is in the act of forming.

The strategic pattern is also unmistakable. Every cloud is using its agent runtime as the wedge:

  • AWS ships AgentCore Payments inside Bedrock, reaching every Fortune 500 already standardized on Bedrock for LLM access. The same distribution flywheel that turned Lambda into the default serverless runtime now applies to agent commerce.
  • Google Cloud uses Pay.sh to monetize Gemini, BigQuery, and Vertex AI per call, then opens the same gateway to 50+ community API providers — a marketplace play on top of a payment rail.
  • Stripe, via the Privy acquisition, becomes the wallet-as-a-service layer for both AWS and (almost certainly) every other cloud that doesn't want to take a Coinbase dependency.
  • Coinbase controls the protocol and the dominant facilitator, positioning Base as the default settlement chain for Bedrock-built agents.

It is not a coincidence that Warner Bros. Discovery is the named launch customer for AgentCore Payments. The company already runs Bedrock pilots, and live sports plus premium entertainment is exactly the kind of paywalled, latency-sensitive, micropayment-friendly content that a human would never bother authenticating for but an agent might pay 0.4 cents to access.

What This Looks Like to a Developer

For a builder, the headline is that the cost and complexity of charging an AI agent are about to collapse. A few practical implications:

Pricing pages stop being for humans. If your API can return 402 Payment Required with a price, every Bedrock-, Pay.sh-, or x402-compatible agent on the planet can hit it without ever signing up. There is no funnel. There is just a price.

Account systems become optional. For a meaningful slice of digital products — data feeds, search, scraping endpoints, MCP tool servers, premium model APIs — the user no longer needs an account. The signed payment header is the user, scoped to a session budget set by the human who authorized the agent.

Gross margin shifts. Sub-cent payments at 200ms finality with zero protocol fees mean the unit economics of selling individual API calls finally pencil out. The cost floor for monetizing a digital action just dropped from "Stripe's 30 cents minimum" to "fractions of a penny."

Multi-chain becomes inevitable. AWS settling on Base, Google Cloud on Solana, and Circle Nanopayments anywhere means any production agent will need to hold balances on multiple chains and route payments based on the destination's chain preference. Wallet abstraction and chain-agnostic facilitators will be the next layer of competition.

Security becomes a product surface. AgentCore Payments enforces per-session spending limits before runtime, and every transaction requires the user to have explicitly authorized the agent's wallet. Expect "policy as code" for agent budgets to become a feature category — caps per agent, per task, per merchant, per hour. The companies that win here will look more like Auth0 than like Stripe.

The Strategic Stakes for Chains

Three years ago, the dominant question for L1s and L2s was "where will the next DeFi cycle settle?" In 2026, the more honest version is "where will the next billion machine-initiated transactions settle?"

Solana already processes roughly 65% of AI-agent payment activity on-chain and recorded $650 billion in stablecoin volume in February alone, surpassing Ethereum and Tron at the top of the leaderboard. The Solana Foundation's chief product officer Vibhu Norby went so far as to predict that "99.99% of all on-chain transactions in two years will be driven by agents, bots, and LLM-based wallets." That is a self-interested forecast — but it is also the only forecast that is consistent with the rate at which Big Tech is shipping agent payment SDKs.

For Ethereum and Base, AgentCore Payments is the strongest enterprise endorsement of the rollup-centric roadmap to date. AWS is not a chain-agnostic actor; it picked Base as the default settlement rail, partly because Coinbase operates the facilitator and partly because Base now consistently delivers sub-cent fees and 2-second confirmations. Every Fortune 500 enterprise that adopts Bedrock agents is, by default, an enterprise that just acquired a Base footprint.

For Solana, Google Cloud's choice is the equivalent endorsement on the other side of the aisle. The two largest cloud providers have effectively divided the agent economy into "Base agents" and "Solana agents" — with Circle Nanopayments deliberately hedging across both.

What to Watch in the Next 90 Days

A few signals will tell us whether this moment is the inflection point or just another wave of demos:

  1. Production volume on AgentCore Payments. Preview launches that stay in preview do not move markets. If AWS reports a meaningful share of Bedrock agents transacting in stablecoins by Q3, the rail is real. If it stays at "Warner Bros. is testing it," it isn't.
  2. Cross-cloud agent demos. Watch for an AWS-built agent paying a Google Cloud-hosted API via x402 — or vice versa. That is the moment "agent commerce" stops being a per-vendor feature and becomes a market.
  3. Wallet UX consolidation. The current setup forces developers to choose Coinbase or Stripe Privy at integration time. Expect a wave of tooling that abstracts the choice and lets agents hold balances across both, plus Phantom and others.
  4. Regulatory framing. US stablecoin policy under the GENIUS Act and CLARITY Act compromise has been markedly more permissive in early 2026 than at any point in the last cycle. The agentic economy needs that posture to hold; any backslide that re-classifies USDC payments as money transmission would clamp this entire stack.
  5. Indie-developer SDKs. The cloud rails are necessary but not sufficient. The breakout would be a 200-line open-source library that lets a hobbyist monetize a Cloudflare Worker for x402 in an afternoon. As of May 7, that library is roughly two weekends away.

The Bigger Frame

Every prior phase of the internet's commerce layer was built around humans: credit cards, accounts, subscriptions, paywalls, OAuth. AgentCore Payments is the first time a hyperscaler has shipped commerce primitives where the human is the constraint object — the entity who sets the budget — and the agent is the actor.

That inversion is the actual product. The headline says "AWS, Coinbase, Stripe ship agent payments." The reality is that the last 30 days have moved the default subject of an internet transaction from a person typing a credit card number to a piece of software paying its own bills, with a stablecoin, on a public blockchain, in 200 milliseconds.

The agentic economy now has a billing system. Whatever gets built on top of it will look very different from the web we have today.

BlockEden.xyz powers the data and execution layer that agentic applications depend on — high-throughput RPC, indexers, and webhooks across the chains the new agent economy is settling on, from Base and Solana to Aptos, Sui, and beyond. Explore our API marketplace to build agents that don't just pay — they think, settle, and persist on infrastructure designed to last.

Sources

Coinbase Agentic Wallet's Callable-Service Architecture: Why Separating the Brain From the Keys Defines the $100B Agent Economy

· 10 min read
Dora Noda
Software Engineer

In February 2026, Coinbase quietly answered a question the entire AI-crypto industry has been pretending to solve for two years: how do you give an autonomous agent economic agency without ever handing it the private keys?

The answer arrived as npx awal. A single command line installs Coinbase's Agentic Wallet — an MPC-secured, TEE-isolated, MCP-callable wallet service that any LLM-driven agent can talk to without ever seeing a seed phrase, signing key, or even raw transaction bytes. It looks like a trivial developer tool. It is actually the first production-grade implementation of an architectural pattern that will determine whether the agent economy reaches the $100 billion mark analysts are now openly forecasting — or collapses into a series of high-profile prompt-injection drains.

The pattern has a name in cloud infrastructure circles: separation of intelligence from custody. In 2026, it has finally arrived in crypto.

OKX's Agent Payments Protocol Just Made the x402 vs AP2 vs TAP War a Three-Way Race

· 11 min read
Dora Noda
Software Engineer

On April 29, 2026, OKX shipped the broadest day-one coalition the agent-payments standards war has ever seen — and quietly redefined what the war is actually about.

While Coinbase's x402, Google's AP2, Visa's TAP, and PayPal's Agent Ready spent the last 90 days fighting over who owns the moment an AI agent moves money, OKX's Agent Payments Protocol (APP) walked onto the field with a bigger thesis: payment is the easy part. The hard parts — quoting, negotiating, escrowing, metering, settling, and disputing — are the bottleneck. And on day one, AWS, Alibaba Cloud, the Ethereum Foundation, Solana, Sui, Aptos, Base, Optimism, Paxos, Uniswap, MoonPay, Sahara AI, Nansen, and QuickNode all signed on to say so.

That coalition breadth is the news. Every previous "agent commerce standard" launched with one company's logo on it. APP launched with the spec sheet of a neutral consortium.

The Frontend Tax: Why Web3 Builders Are Quietly Killing Their DApp UIs in Q2 2026

· 11 min read
Dora Noda
Software Engineer

In Q1 2026, a quiet number crossed a threshold almost nobody outside the protocol layer noticed: daily active on-chain AI agents passed 250,000, growing more than 400% year over year. By the time you finish this article, several thousand of them will have signed transactions, paid for APIs, rebalanced portfolios, and settled invoices — without a human ever opening a web tab.

The headline most people are still chasing is "AI agents are coming to crypto." That's three years late. The interesting headline for builders is harder: the React frontend you spent eighteen months polishing is becoming a tax line on your protocol.

This is not a UX prediction. It's an architecture event already in motion. Coinbase shipped Agentic Wallets on February 11. ERC-8004, the trustless agent identity standard, went live on Ethereum mainnet on January 29 with 20,000+ agents registered. The x402 payments protocol has processed more than 119 million transactions on Base and another 35 million on Solana, charging zero protocol fees and clearing roughly $600M in annualized volume. Every one of those transactions skipped a frontend. So did the revenue.

If you build in Web3 and you still equate "product" with "interface," the next eighteen months will be unforgiving. Here's why — and what to do about it.

The Great Inversion: From "Connect Wallet" to "Agent Pay"

For a decade, the dominant Web3 user journey looked the same: open dApp, click Connect Wallet, approve, sign, swap, sign again, hope nothing reverts. We measured success in conversion funnels — landing page views, wallet connect rate, transaction completion rate. Every protocol team built a frontend because every user needed one.

That model assumed the user was a human with a browser. The agent-first stack quietly drops that assumption.

In the new pattern, a user (or an autonomous service) describes intent in natural language: "Move $500 of my USDC to the highest-yield safe pool on Base" or "Pay this API $0.02 per call up to a daily cap of $20." An agent — running locally, in a wallet, or as a service — interprets the intent, picks the right protocol, signs the transaction, and reports back. The user never sees the protocol's URL, never reads its docs, and increasingly never knows which chain the trade settled on.

The economic implication is brutal in its simplicity: whichever layer the agent talks to is where the user actually is. That layer is not the frontend. It's the API, the SDK, the smart contract ABI, and — increasingly — the MCP server.

What the 2026 Numbers Actually Say

It's tempting to read this as a thesis piece. The data has already moved past thesis.

  • Coinbase Agentic Wallets went live February 11, 2026 with EVM and Solana support, gasless transactions on Base, and a CLI that takes a developer "from zero to autonomous in under two minutes." It's wallet infrastructure built explicitly for agents to spend, earn, and trade — not for humans to click buttons.
  • x402, the HTTP-402-based payment standard co-authored by Coinbase and Cloudflare, runs natively in Cloudflare Workers. Any serverless function can now demand stablecoin payment per request, with no human in the loop. Over 154 million transactions across Base and Solana have already cleared. Stripe's machine-payments documentation cites x402 as a first-class option.
  • ERC-8004 gives those agents a portable, censorship-resistant identity, plus on-chain reputation and validation registries. Authored by contributors from MetaMask, the Ethereum Foundation, Google, and Coinbase, it's the closest thing Web3 has had to a TCP/IP-of-agents moment.
  • Anthropic's Model Context Protocol (MCP), donated to the Linux Foundation's Agentic AI Foundation in December 2025, is being adopted as the substrate by which AI agents talk to blockchain nodes, DEX aggregators, and lending markets. More than 20 production blockchain tools already expose MCP interfaces. The April 2026 MCP Dev Summit drew about 1,200 attendees in New York — small for a developer conference, large for a year-old protocol.
  • Walbi, a no-code agent platform, processed 187,000 autonomous trades during a 14-week beta with 1,000 users who collectively created 9,500 agents. None of them wrote a line of code. None of them clicked through a DEX UI.

These are not adjacent stories. They are one story told from five vantage points: humans are increasingly absent from the transaction loop.

Where the Value Actually Migrates

Here's the part that should keep founders up at night. In the dApp era, the frontend captured the user, and the user was the product. Token incentives, points programs, retention loops, NFT memberships — all of them depended on a human returning to a specific URL.

In the agent era, the user is captured by whichever interface they talk to. That interface is rarely the protocol. It's the wallet (Coinbase, Phantom), the model provider (Claude, ChatGPT), or a vertical agent (Walbi for trading, AIUSD for yield routing). The protocol is just one of several backends the agent might pick.

This produces a value migration with three distinct layers:

  1. Agents and agent platforms capture user attention and brand loyalty. Whoever wraps the conversation owns the relationship.
  2. Routing and intent layers — solvers, DEX aggregators, cross-chain messaging — capture spread, MEV, and routing fees. The agent picks them based on price and reliability, not branding.
  3. Protocols and execution venues become commoditized backends. They compete on integration ease, fee, and uptime, not on UX.

The painful corollary: a protocol whose only differentiation was a beautiful frontend is now a protocol with no differentiation. There are already DEXes shipping with no frontend at all — Ekubo on Starknet routes liquidity exclusively through aggregators, on the entirely defensible thesis that frontends are now an aggregator's problem. The AMM ships an ABI and walks away.

The Frontend Tax, Itemized

Talk to engineering leads at mid-sized DeFi protocols privately and you'll hear a consistent pattern: roughly 30–50% of front-end engineering hours go to maintaining wallet-connection plumbing, signing flows, transaction notifications, and the long tail of edge cases caused by humans clicking unexpected buttons. None of that work matters to an agent.

For builders, the practical cost of running a heavy frontend in 2026 looks like this:

  • Engineering capacity locked in React/Next.js maintenance instead of protocol development.
  • Audit and security surface that grows with every new dashboard component while contributing nothing to the protocol's core safety.
  • Conversion-rate KPIs that increasingly measure a shrinking, non-strategic audience.
  • Token incentive programs designed for human retention loops that agents simply ignore.
  • Brand investment in interface aesthetics that the agent abstracts away.

Compare that to the agent-native equivalents builders should be funding now:

  • A clean, versioned REST/GraphQL API with predictable error semantics.
  • An MCP server that exposes contract reads, quote endpoints, and parameter explanations to LLMs.
  • An x402-priced endpoint or paywall for any data product the protocol owns.
  • An ERC-8004 identity for the protocol itself, plus reputation infrastructure for any agents the protocol issues.
  • SDKs in TypeScript, Python, and Rust — because that's where agent runtimes live.

This is not anti-frontend dogma. It's a re-allocation argument. The asymmetric returns in 2026 sit on the API side of the stack, not the UI side.

The Counter-Argument and Why It's Weaker Than It Looks

The honest objection is that humans still exist. Onboarding flows, KYC, wallet creation, education content — these need interfaces. Regulators expect to see something resembling a website. Marketing wants Twitter screenshots. All true.

But "we still need a marketing site" is very different from "we still need a 200-component dApp." The 2026 winning pattern is barbell-shaped: a thin marketing/onboarding site that explains why the protocol exists, and a deep API/SDK/MCP surface that exposes what it does. Everything in the middle — the dashboards, the analytics views, the position managers, the swap interfaces — is exactly the part that agents replicate for free, faster, and across every protocol simultaneously.

Protocols that recognize this are already shipping less UI per release and more SDK surface. Protocols that don't are quietly slipping in the metrics that matter — integration count, agent-driven volume, third-party tool usage — even when their dashboards still look polished.

What Builders Should Actually Do This Quarter

If the thesis is right and the inversion is already underway, the to-do list for a Q2 2026 protocol team is unusually concrete:

  1. Audit your transaction mix. What percentage of your protocol's volume in the last 30 days was signed by an EOA touching your frontend versus an agent or aggregator hitting your contracts directly? If you're not measuring this, you're flying blind.
  2. Ship an MCP server before you ship another dashboard. The cost is low, the developer-distribution upside is high, and it's increasingly the way LLM-driven agents discover protocols.
  3. Price something with x402. Even a single paid API endpoint gives you data on agent-driven demand and gets your team accustomed to machine-payment economics.
  4. Reserve an ERC-8004 identity. Agent identity will accrue reputation effects similar to ENS in the prior cycle — early registration is cheap insurance.
  5. Re-budget frontend hours. If 40% of your engineering goes to UI, ask hard questions about which of those screens still produce volume in twelve months.
  6. Stop running token incentives for human retention. Run them for integration depth and agent volume.

The teams that internalize this in 2026 will look in 2028 like the teams that took mobile seriously in 2009.

The End State: Protocols as Infrastructure, Not Apps

The final shape of this is increasingly clear. Web3 is converging on a model where:

  • Models (Claude, GPT, open-source) generate intent.
  • Agents (Coinbase Agentic Wallet, Walbi, vertical specialists) translate intent to action.
  • Identity (ERC-8004, ENS) establishes who's acting.
  • Payments (x402, stablecoins, CCTP) settle value.
  • Protocols (Uniswap, Aave, Morpho, restaking, RWA) provide execution.
  • Chains (Base, Solana, Ethereum, app-specific L2s) provide settlement.

The frontend appears nowhere on that list. That's not an oversight. It's the point. Frontends are increasingly a bridge between humans and software at a moment when the software has begun talking directly to other software.

For BlockEden.xyz, this is straightforward: the agent stack runs on reliable, low-latency RPC and indexer infrastructure for Sui, Aptos, Ethereum, Solana, and the long tail of L2s where stablecoin volume, RWAs, and agent activity are concentrating. Every additional agent is one more API consumer who will not tolerate flaky nodes, lagging indexers, or unpredictable latency.

The dApp era is not ending in a single dramatic moment. It's ending the way the desktop-software era ended — quietly, in the background, while everybody was still arguing about whether it would happen at all.

The builders who notice first will spend Q2 2026 deleting components, shipping APIs, and watching their volume go up.

BlockEden.xyz provides production-grade RPC, indexer, and data infrastructure for the chains where agent activity is concentrating in 2026 — Sui, Aptos, Ethereum, Solana, Base, and beyond. Explore our API marketplace to build on infrastructure designed for the agent-first stack.

Sources

When Robots Pay Robots: Inside OpenMind and Circle's USDC Machine Economy Stack

· 12 min read
Dora Noda
Software Engineer

A robot dog noticed its battery was running low. It walked to the nearest charging station, plugged itself in, and paid the operator $0.000001 in USDC for the electricity it consumed. No human approved the transaction. No credit card was swiped. No invoice was generated. The whole exchange — sensor reading to settled payment — happened in under three seconds.

That demonstration, staged in February 2026 by OpenMind and Circle, did not look like a financial milestone. It looked like a clever party trick. But it was the first production test of an infrastructure stack that has been quietly assembling itself for the past two years: machine identity on-chain, programmable stablecoins as the unit of account, and an HTTP-native payment protocol that lets autonomous agents transact without human approval. When historians of the machine economy go looking for the moment the dam broke, "Bits the robot dog plugged itself in" is going to be in the running.

The $28 Trillion Mirage: Why Crypto's 'Agent Economy' Is 76% Bots Shuffling Stablecoins

· 10 min read
Dora Noda
Software Engineer

A headline number is supposed to settle arguments. Instead, the latest one is starting them.

Crypto spent the first quarter of 2026 cheering a record: $28 trillion in stablecoin transaction volume, up 51% from the previous quarter, draped over a swelling narrative about an "agent economy" where autonomous software now manages cash, executes trades, and pays for services without a human in the loop. Then Stablecoin Insider's Q1 numbers landed with a footnote that gutted the celebration. Roughly 76% of that volume — three out of every four dollars — is bots shuffling stablecoins between contracts. Retail-sized transfers, the proxy for actual humans moving money, fell 16% over the same period, the sharpest decline on record.

Agents Can Buy Things Now: Inside the Visa + x402 + VGS Autonomous Commerce Stack

· 12 min read
Dora Noda
Software Engineer

On April 8, 2026, an AI agent in San Francisco discovered a digital product through an API, evaluated three competing quotes, authorized a card payment, and took delivery of the asset — without a human ever touching a keyboard. That was the demo. The bigger story is the plumbing: Nevermined, Visa, Coinbase, and Very Good Security quietly stitched four separate stacks together into the first production system where an autonomous agent can move from discovery to settlement with zero human-in-the-loop checkpoints.

For two years, "agent commerce" has been a story of half-loops. PayPal's agent checkout still required a human tap to confirm. ERC-8183 kept agents trapped in crypto-native services. Visa Intelligent Commerce talked about card rails for agents but lacked a programmable settlement leg. Nevermined's announcement is the first time a single integration closes the loop — and it does so by bridging Visa's roughly 130 million merchant endpoints with HTTP-native stablecoin rails through a four-layer architecture that nobody, until now, had bothered to fuse.

Solana's 99% Bet: Why the Foundation Thinks Humans Will Stop Touching the Blockchain by 2028

· 11 min read
Dora Noda
Software Engineer

In two years, the human user may become a rounding error on Solana.

That is not a metaphor. That is the explicit forecast from Vibhu Norby, chief product officer at the Solana Foundation, who told industry audiences in March 2026 that "99.99% of all on-chain transactions in 2 years will be driven by agents, bots, and LLM-based wallets and trading products." In a separate interview, he widened the range slightly to "95 to 99% of all transactions" originating from large language models acting on a user's behalf. Either way, the message is the same: the era of humans clicking "Sign Transaction" in a wallet pop-up is ending, and Solana is building for the era that comes next.

This is the most aggressive vision of the agentic internet that any major Layer 1 has put on the record. Ethereum's response has been to ship standards — ERC-8004 for agent identity, ERC-8183 for trustless agent commerce. Solana's response has been to ship throughput and post a skill.txt at the root of its website so AI agents can read it and figure out how to mint a wallet on their own. The two approaches reveal something deeper than a marketing rivalry. They reveal a real philosophical split about what an "agentic" blockchain should optimize for.

Coinbase's Agentic.Market: The First App Store Where AI Agents Buy From Other Agents

· 12 min read
Dora Noda
Software Engineer

The average purchase on Coinbase's new app store costs thirty-one cents. No human clicks a button. No credit card is swiped. An AI agent sees a need, discovers a service, pays in USDC over HTTP, and receives the response — all in the time it takes you to read this sentence.

On April 20, 2026, Coinbase CEO Brian Armstrong unveiled Agentic.Market, a public marketplace where autonomous AI agents discover, evaluate, and buy digital services from each other without API keys, billing portals, or human supervision. The launch arrived with receipts: the underlying x402 payment protocol has already processed more than 165 million transactions totaling roughly $50 million in volume, routed through over 480,000 transacting agents. Eighty-five percent of that flow settles on Base — Coinbase's Ethereum Layer 2 — in a silent validation of the vertically integrated stack Coinbase has been quietly assembling for three years.

This is not a demo. It is a shipping consumer layer for machine commerce, and it reframes a question the crypto industry has been dodging: if agents really are going to outnumber human users, where do they go to find each other?