Grant Stellmacher
← Back to Research
Crypto × AI2026-03-029 min read

When Agents Pay Agents: What the Machine Economy Does to Financial Infrastructure

TL;DR: AI agents are beginning to transact with each other at protocol speed — paying for compute, services, API access, and each other's outputs in stablecoins on L2 networks. The financial infrastructure built for human-directed transactions doesn't handle this. Wallets, reconciliation, controls, and accounting all need rearchitecting.

Something changed when two AI agents autonomously deployed a token to a $70 million market cap without meaningful human direction. Not because the number was impressive — it wasn't, by crypto standards. Because the economic loop was closed by machines.

Agent creates. Agent deploys. Agent transacts. Humans watched.

That's a prototype. The production version is already being built: networks of AI agents that purchase each other's services, pay for compute, access APIs, hire each other as sub-agents for specialized tasks, and settle those transactions in stablecoins on Layer 2 networks — at protocol speed, continuously, across jurisdictions, without a human approving each payment.

The infrastructure for this is partially built. The Coinbase x402 payment protocol lets an HTTP server require micropayment before serving a response — a machine paying a machine before receiving a machine's output. ERC-4337 smart wallets give agents their own wallets with programmable spending rules. Base gives them a settlement network with near-zero fees and finality in seconds.

The protocols are assembling. What isn't assembled is the financial infrastructure layer on top of them — the wallets, the accounting systems, the controls frameworks, the reconciliation pipelines, the reporting architecture — for an economy where agents are transacting at scale.

The Volume Problem

Human-directed crypto transactions are manageable. A treasury team processes hundreds or thousands of transactions per month. Those transactions get categorized, recorded, reconciled, and reported with existing tooling and human oversight.

Agent-directed transactions are a different order of magnitude.

An agent that purchases API access to execute its tasks might make thousands of microtransactions per day — each one a few cents in USDC, each one a distinct on-chain event with a transaction hash, a timestamp, a counterparty address, and an on-chain fee. An organization running a fleet of agents could be generating millions of transactions per month, each technically requiring accounting treatment.

Existing crypto accounting infrastructure — the reconciliation tools, the ERP integrations, the chart of accounts structures — was designed for human-paced transaction volumes. The people building agent infrastructure are hitting this ceiling quickly.

The accounting question is not just "how do I record this." It's "how do I build a system that can record, classify, and reconcile this at a volume that humans can't process manually, using data that arrives on-chain instead of through a bank API."

The answer isn't "hire more accountants." It's "build a financial data pipeline that ingests on-chain events, classifies them automatically, reconciles against source ledger data, and surfaces exceptions for human review." That's a significant technical infrastructure project, and most organizations running agent workflows haven't built it.

Wallet Architecture for Agent Economies

When a human employee needs to make a business payment, the architecture is simple: corporate card, bank account, approval chain, expense report. The controls are built into the process — the human has to take actions that create audit trails.

When an agent needs to make a payment, the architecture needs to be designed intentionally, because the default is no controls at all: an agent with a private key can sign any transaction, to any address, for any amount, with no approval chain.

The smart wallet infrastructure (ERC-4337, ERC-7579, similar) enables programmable controls on agent wallets:

  • Spending limits — maximum transaction size, maximum daily spend, maximum spend per counterparty
  • Allowlist enforcement — only permitted to transact with pre-approved addresses
  • Timelock controls — large transactions require a delay before execution, giving humans a window to intervene
  • Multi-sig requirements — above a materiality threshold, a second signature (from a human or a separate oversight agent) is required
  • Session keys — time-bounded permissions that expire automatically, reducing the attack surface from a compromised agent

These controls aren't novel concepts — they're adaptations of financial controls that have existed for decades. What's new is the implementation layer: encoding them in smart contract logic rather than in organizational policy and human enforcement.

An organization that deploys agents without designing this architecture first is accepting unlimited downside risk. An agent with unrestricted wallet access that gets exploited — through prompt injection, adversarial inputs, or simple bugs — can drain its wallet in minutes. The on-chain transaction is irreversible.

The CPA who understands both the financial controls principles and the technical implementation of smart account infrastructure is building a position that doesn't exist anywhere on a traditional finance career path.

Reconciliation in a Multi-Agent Environment

Consider a company that runs a dozen agents, each with their own wallet. Each agent transacts daily — paying for compute, paying other agents for specialized tasks, collecting fees from clients, paying platform fees, receiving settlement from completed work.

At month-end, the finance team needs to:

  1. Pull all transactions across all agent wallets from the relevant chains
  2. Classify each transaction (revenue, compute expense, agent labor expense, platform fees, intercompany — yes, transactions between your own agents are intercompany)
  3. Reconcile transaction-level data against any counterparty invoices or payment confirmations
  4. Aggregate into financial statement presentation
  5. Separate the accounting entity's transactions from any client assets managed by agents

This is a data engineering problem as much as an accounting problem. The source data is on-chain, structured differently on different chains, requires fee calculations in native gas tokens that must be translated to USD-equivalent expense, and arrives in a format that doesn't map directly to general ledger entry structure.

The profession does not currently have standard tools, standard data models, or standard account structures for this. The crypto accounting vendors (Cryptio, Tres Finance, TaxBit, Bitwave) are building toward it, but they're building for the current-generation use case of institutional asset management, not the next-generation use case of agent-operated businesses.

The organizations that build proprietary data pipelines for this now will have infrastructure advantages that compound. The ones that wait for off-the-shelf tooling will be behind.

Revenue Recognition in an Agent Economy

When your agent earns a fee for completing a task, that's revenue. But the ASC 606 analysis — identify the contract, identify the performance obligations, determine the transaction price, recognize when the obligation is satisfied — applies even when the contract is a smart contract and the obligation is completed by a machine.

The analysis is not obviously different in principle. But in practice:

What is the contract? In many agent marketplace architectures, the "contract" is the task assignment — structured data passed to the agent specifying what to do, with an associated payment locked in escrow. This is arguably an enforceable arrangement with commercial substance. It also might complete in milliseconds.

When is revenue recognized? If an agent completes a task in two seconds, when is the performance obligation satisfied? At task completion? At settlement (which might be slightly later due to on-chain confirmation times)? When the escrow releases? For microtransactions at scale, the timing choice affects revenue recognition in aggregate even if each individual transaction is immaterial.

How do you aggregate for financial reporting? An agent completing 50,000 microtasks per month is not recognizing 50,000 individual revenue items in the general ledger. There needs to be an aggregation methodology that preserves the economics while producing manageable accounting entries. The methodology needs to be documented, approved, and consistently applied.

Principal vs. agent. When an AI agent hires a sub-agent to complete part of a task, is the primary agent acting as principal (recognize gross revenue) or agent (recognize net commission)? The answer depends on whether the primary agent controls the sub-agent's output before passing it to the client. In many architectures, the primary agent is orchestrating work it doesn't perform itself — which looks more like agent. But the contracts and economics vary.

These questions are live for anyone running revenue-generating AI agents in production. There are no standard answers. The organizations that develop defensible, auditor-reviewed positions on these questions now will not be scrambling to reconstruct accounting policy when their first institutional audit arrives.

The Interoperability Problem

The agent economy is not running on one chain. It's running on Base, on Solana, on Ethereum mainnet, on emerging L3s purpose-built for specific agent architectures. An agent managing a complex workflow might receive payment on Base, pay for compute on a specialized compute chain, access a data API settled on Solana, and hold its working capital in USDC bridged across multiple networks.

The financial infrastructure problem compounds across chains:

  • Different fee structures (gas on ETH, Solana's fee mechanics, Base's L2 fee model)
  • Different settlement finality times (affects when transactions are "confirmed" for accounting purposes)
  • Different on-chain data structures requiring different indexing approaches
  • Bridge transactions that create round-trip accounting complexity (asset leaves chain A, asset arrives on chain B — two events that need to be linked and netted)

The people who build multi-chain financial data pipelines are building infrastructure that will be foundational to the next generation of institutional crypto operations. This is not glamorous work. It is also not optional if you're serious about running a financially accountable agent economy.

What This Means for Financial Infrastructure Professionals

The convergence of crypto payment rails and AI agent architectures is creating infrastructure requirements that don't exist as a coherent discipline anywhere in the current profession.

It requires: understanding of blockchain data structures and indexing; familiarity with smart account architectures and their control properties; ability to design financial controls that are encoded in smart contract logic rather than organizational policy; accounting expertise to apply existing GAAP frameworks to novel transaction structures; and organizational credibility to get these systems adopted by teams that are moving fast.

That combination is currently rare to the point of near-nonexistence. The people building it are doing so in production environments — real organizations with real agent deployments generating real transactions — not in academic settings.

The financial infrastructure for the agent economy will be designed by the people who show up earliest with the right combination of technical fluency and accounting rigor. Whoever builds the reference architecture — the wallet structures, the reconciliation pipelines, the controls frameworks, the accounting policy positions — will define how institutional organizations run their agent operations.

That work is available to anyone who is willing to engage seriously with both the technical and accounting dimensions at the same time. Most people aren't doing both. That's the gap.


The agent economy is not a future state to prepare for. It is a current state to engage with. The financial infrastructure problem is already live for the organizations at the frontier, and the window to build expertise in it before it becomes mainstream is narrow.

Related Research

Crypto × Tax7 min read

The Quiet Tax Crisis Inside x402

Coinbase's x402 protocol makes machine-to-machine micropayments trivial. Every tax authority on earth is unprepared for ...

Stay Current

New analysis on digital asset infrastructure, agent economics, and institutional crypto — delivered when published.

Grant Stellmacher, CPA
Finance Architect — Anchorage Digital · CPA Wisconsin #28430-1 · CPA Utah #14018703-2601