Key Takeaways
- Credit and debit card rails charge a fixed fee of roughly 30 cents plus a percentage per swipe, making any transaction under one dollar economically impossible.
- Around 76% of real-world transactions initiated by autonomous software agents fall below the 30-cent threshold.
- Coinbase is deploying self-custodial wallets and open payment standards like the X42 protocol to let software agents pay for APIs and bypass paywalls autonomously.
- Brian Armstrong projects that software agents will soon outnumber people, which will make the agent-driven economy larger than the human economy.
The 30-Cent Wall in Traditional Banking
When an autonomous software program needs to fetch an API response, read a paywalled article, or buy a sliver of compute, it runs headfirst into a mathematical problem built into traditional banking. Card networks charge a flat fee of around 30 cents on every single charge, plus an extra percentage cut.
That flat fee works fine when a human buys a four-dollar coffee. It completely breaks down when software buys a fraction of a cent of data. If an agent tries to execute a two-cent transaction over Visa or Mastercard, the processing fee is 15 times larger than the purchase price.
Armstrong explains the structural issue clearly: “The minimum fee typically on a debit or credit card transaction is about 30 cent fee flat plus the additional percentage. Arguably, it doesn't really work well for anything under a dollar.” Data from Coinbase's early experiments shows this is not a niche edge case. “And I believe the stats we last saw on this are that about like 76% of the Agentic Commerce transactions we're seeing are under 30 cents,” Armstrong says.
Banking the Autonomous Workforce
Traditional banks require a legal identity, a Social Security number, and physical compliance documents. An automated script running on cloud infrastructure cannot open a checking account or sign a merchant agreement. When developers want their software agents to spend money today, they have to hardcode their own corporate credit cards, exposing themselves to runaway API bills and strict rate limits.
Coinbase is treating software agents as a distinct class of economic actors that need native accounts. “We don't want the AIs to be unbanked,” Armstrong says. “You know, we want to bank the AIs. They deserve financial services as well.”
To make that work, Coinbase is equipping agents with self-custodial wallets and backing open transaction standards such as the X42 protocol. These rails allow a bot to hold its own balance, sign its own cryptographic transactions, and pay other bots directly without human approval loops.
Machine Rails vs Human Rails
Crypto struggled for a decade to replace credit cards for everyday human shopping. Humans want 30-day credit lines, fraud chargebacks, and 2% travel points. Software agents do not care about credit card points. Agents care about zero-latency settlement, programmatic authorization, and fractional-cent transaction costs.
Armstrong argues that this shift changes the entire purpose of crypto infrastructure. “I think crypto was really really good for humans and it's going to be essential for AI,” he says. As millions of specialized agents come online to handle data gathering, code testing, and workflow execution, their transaction volume will compound rapidly. Armstrong points out the scale: “There'll be more agents than humans in the not too distant future. It kind of stands to reason that the agentic economy will be bigger than the human economy at some point in the not too distant future as well.”
What to Do With This
Audit your product's API monetization model this week. If you rely on monthly SaaS subscriptions because processing sub-dollar credit card charges is too expensive, set up an endpoint that accepts sub-cent payments via a low-cost crypto wallet protocol. Let software agents pay per request without creating an account or storing a credit card.