Agentic Finance

The traditional financial stack was built for humans — cards, ACH, SWIFT, KYC. AI agents break every assumption in that model. Stablecoins and onchain rails are what make agentic finance possible. Here is the full picture.

/12 min read
#AI#finance#onchain#agents

Agentic Finance

The traditional financial stack was built for humans. Humans open bank accounts. Humans apply for cards. Humans initiate wire transfers and wait three business days for ACH to clear. Every compliance checkpoint, every onboarding flow, every payment rail assumes a human at both ends.

AI agents break every assumption in that model.

An agent cannot walk into a bank. It cannot complete a KYC form, hold a Visa card, or sit on hold with a payment processor. It cannot wait for business hours or three-day settlement windows. It needs to transact in milliseconds, across borders, at any hour, without human intervention.

This creates a problem — and a massive opportunity. The financial stack built for humans is the wrong substrate for machines. What replaces it is being built now, and the engineers who understand it early are the ones who will build the products that run on it.


The Traditional Financial Stack and Its Limits

The financial infrastructure most products sit on was designed in the 1970s and has been incrementally patched since.

┌─────────────────────────────────────────┐
│           TRADITIONAL FINANCE           │
│                                         │
│  Cards          Visa / Mastercard       │
│  ACH            3-5 business days       │
│  SWIFT          1-5 days, high fees     │
│  Banking        Branch + KYC + hours    │
│  Settlement     T+2, T+3                │
└─────────────────────────────────────────┘

Cards — Visa and Mastercard are network operators, not banks. They sit between issuing banks (who give you the card) and acquiring banks (who receive merchant payments) and charge 1.5–3.5% for the privilege. The network is fast for authorization (~200ms) but settlement is T+2 — the merchant doesn't actually receive funds for two business days. Cross-border transactions add currency conversion fees on top.

ACH — the Automated Clearing House is how most bank-to-bank transfers move in the US. It batches transactions and settles in 1–3 business days. Same-day ACH exists but costs more and has volume limits. SWIFT is the international equivalent — takes 1–5 days, fees stack at each correspondent bank, and a wire to certain countries can cost $50+ and still fail.

KYC and onboarding — Know Your Customer regulations require financial institutions to verify identity before doing business. For humans, this means uploading ID, waiting for review, and occasionally getting rejected for reasons that are never explained. For AI agents, it means the entire system is inaccessible. There is no KYC flow for a software process with an Ethereum address and no legal identity.

The core mismatch: the traditional financial stack was optimized for human-initiated, low-frequency, high-value transactions. It is the wrong substrate for agent-initiated, high-frequency, low-value, programmable transactions.


Stablecoins — Programmable Money

Stablecoins are the first financial primitive designed for software.

A stablecoin is a digital asset pegged to a fiat currency — usually the US dollar — that lives on a blockchain. USDC is redeemable 1:1 for USD held in regulated reserves. USDT is backed by a mix of cash and equivalents. Unlike speculative crypto assets, stablecoins don't move in price. They're money. They just happen to be programmable.

The stablecoin market in 2026:

| Stablecoin | Market Cap | Issuer | Backing | | --- | --- | --- | --- | | USDT | $183B | Tether | Cash, T-bills, equivalents | | USDC | $74B | Circle | Cash and short-term US Treasuries | | DAI | $4.6B | MakerDAO | Crypto-collateralized, decentralized | | USD1 | $4.1B | World Liberty Financial | T-bills and cash | | USDe | $4.1B | Ethena | Delta-neutral synthetic |

Total stablecoin market cap: $312 billion. Daily transaction volume: $105 billion. That is more daily volume than PayPal and approaching Visa's daily settlement numbers.

Why stablecoins are the right substrate for agents:

  • Instant settlement — a USDC transfer on Base settles in ~2 seconds. No T+2, no batching, no business hours.
  • Permissionless — any software process with a wallet address can send and receive. No KYC, no account application, no approval.
  • Programmable — stablecoins are ERC-20 tokens. You can write smart contracts that hold them, release them conditionally, split them, stream them by the second, or trigger transfers based on any on-chain event.
  • Global — a USDC transfer from San Francisco to Lagos to Singapore settles the same way in the same time. No correspondent banks, no currency conversion, no SWIFT codes.
  • Near-zero cost — a USDC transfer on Base costs less than a cent. A Solana transfer costs fractions of a cent. Compared to 2–3.5% card fees and $25–50 wire fees, this is not an incremental improvement. It is a different order of magnitude.

Stablecoins are not a replacement for fiat. They are a better format for moving fiat value in software systems.


Neobanking's Evolution

Neobanks — Revolut, Chime, Mercury, Wise, Brex — were supposed to fix banking. In practice, they delivered better UX on the same broken rails.

A Revolut account is more convenient than a Chase account. The app is better, international transfers are cheaper, virtual cards are easy to spin up, and notifications are real-time. But underneath, it's still ACH, still SWIFT, still card networks, still regulated as a licensed financial institution. The rails are the same. The paint is nicer.

The limitations that matter for agentic use cases are identical:

  • Account creation requires identity verification
  • API access is limited and gated
  • Transfers still settle in business days for many use cases
  • Programmability is limited to what the bank exposes through its API
  • Jurisdictional coverage is incomplete

Mercury is the most developer-friendly — it has a real API, webhooks, and reasonable rate limits. It's excellent for startups managing operational finances. But it is still a bank account, not a programmable financial primitive.

Where neobanks go next: the interesting ones are building bridges. Revolut has crypto trading, stablecoin support, and is expanding into programmatic card issuance. Mercury is watching closely. The trajectory is toward hybrid accounts where fiat and stablecoins coexist — a USDC balance that can settle into fiat when needed, and fiat that can bridge to stablecoins for programmatic use.

The neobank that builds the best abstraction layer between traditional rails and onchain rails will own a large piece of the agentic finance stack.


Cards in 2026

Cards are not going away. They're adapting.

For human-facing commerce — anything with a point-of-sale terminal, a checkout form, or a physical merchant — Visa and Mastercard's acceptance network is irreplaceable. No stablecoin protocol has a billion merchant endpoints. Cards remain the right interface for humans spending money in the physical and legacy digital world.

What is changing is the backing and the programmability.

Stablecoin-backed cards — Stripe now issues Visa cards backed directly by stablecoin balances. A user holds USDC, receives a Visa card, and spends USDC at any Visa merchant. Stripe handles the real-time conversion and settlement behind the scenes. The merchant gets fiat. The user spends stablecoins. The card network doesn't care either way.

Virtual card issuance — APIs for programmatic card issuance (Stripe Issuing, Marqeta, Lithic) let software spin up Visa or Mastercard cards on demand. A spend management platform can create a one-time virtual card for each vendor, apply specific limits, attach metadata, and auto-reconcile — all through an API call. This is closer to programmable money than traditional corporate cards.

Where cards end — for agent-to-agent commerce, cards are the wrong primitive. An AI agent buying API compute from another AI service doesn't need a Visa card. It needs programmable payment with zero overhead, instant settlement, and no human-readable checkout flow. That is what x402 and stablecoin payments enable.


Agentic Finance

The premise of agentic finance is simple: AI agents are economic actors.

An agent that books travel, places orders, pays for API calls, or manages a portfolio is moving money — or should be. Today, most agents fake it: they request human approval for any financial action, or they're given a credential to a human's payment account and operate with borrowed identity. Neither scales. Neither is the right model.

What agents actually need:

┌─────────────────────────────────────────────┐
│           AGENT FINANCIAL PRIMITIVES        │
│                                             │
│  Identity       Wallet address (not KYC)   │
│  Balance        Stablecoin (USDC, USDT)     │
│  Payment        Onchain transfer            │
│  Settlement     ~2 seconds, sub-cent cost  │
│  Programmability Smart contracts            │
│  Governance     Spending limits, policies  │
└─────────────────────────────────────────────┘

Programmable wallets — an AI agent's financial identity is a wallet address. Account abstraction (ERC-4337) makes this wallet programmable: you can embed rules about what it can spend, how much, on what, and require secondary authorization for actions above a threshold. The wallet is the agent's bank account, but one that enforces policy in code rather than through a compliance officer's review.

Coinbase AgentKit — the most mature toolkit for wiring AI agents to onchain financial primitives. AgentKit lets a LangChain, Eliza, or Vercel AI SDK agent create wallets, execute USDC transfers, swap tokens, interact with smart contracts, and operate across EVM chains and Solana. It abstracts the complexity of key management and transaction signing into SDK calls.

ERC-4337 account abstraction — standard Ethereum wallets are controlled by a private key. Lose the key, lose everything. ERC-4337 introduces smart contract wallets that can have recovery mechanisms, spending policies, multi-sig requirements, and programmable authorization logic. For agents, this means wallets that enforce rules: "this agent can spend up to $100/day on approved API endpoints, any transaction above $500 requires human approval."

CAIP-10 — a chain-agnostic account identifier standard. Instead of specifying Ethereum address vs Solana address vs other chains separately, CAIP-10 gives a unified format: eip155:1:0xabc... for Ethereum mainnet, solana:4sGjMW:addr for Solana. Cross-chain agent financial infrastructure requires a common addressing scheme, and CAIP-10 is it.

The net result: an AI agent can have its own financial identity, hold stablecoins, spend them according to programmed policies, and transact globally without a bank account, a KYC form, or a human co-signer.


Merchant and Agentic Commerce

When agents can hold and spend money, commerce changes shape.

Agents buying from services — the most immediate use case. An AI agent needs to call a premium data API, access specialized compute, retrieve proprietary content, or use a third-party tool. Today, this requires a human-owned API key paid for in advance on a credit card. With x402 and stablecoin payments, the agent pays per use, instantly, from its own wallet, with no prepayment or account required.

The x402 protocol — HTTP's 402 Payment Required status code has existed since 1991 but was never implemented. x402 makes it real. A server adds one middleware line. When an unpaid request arrives, it returns HTTP 402 with payment details. The client pays (in USDC or another stablecoin, on any supported EVM chain or Solana), retries the request with a payment proof header, and the server processes it.

Agent                          API Server
  │                                │
  ├─── GET /data ─────────────────►│
  │◄── 402 Payment Required ───────┤
  │    (USDC amount, wallet addr)  │
  │                                │
  ├─── [pay onchain] ─────────────►│ (blockchain)
  │                                │
  ├─── GET /data + payment proof ─►│
  │◄── 200 OK + data ──────────────┤

No API key management. No prepaid credits. No account creation. No KYC. Pay for exactly what you use, at the moment you use it. The protocol is already live — 75 million transactions processed, $24 million in 30-day volume, 94,000 buyers, 22,000 sellers. The Linux Foundation has adopted it as a neutral standard.

Agents selling on behalf of users — an agent managing a creator's digital products, a reseller agent liquidating inventory, an AI service that earns revenue from other agents calling it. When agents can receive payments, the model of AI-as-service becomes fully programmable. A specialized agent can charge per-call, per-output, or on a subscription basis — all handled onchain without a payment processor taking 2.9% + $0.30.

What agentic commerce looks like end-to-end:

User Agent
  │ needs market data
  │
  ├──► Data API (x402)
  │    pays 0.001 USDC per request
  │    settles in 2 seconds on Base
  │
  ├──► Compute Provider (onchain billing)
  │    pays for GPU inference per token
  │
  ├──► Storage Service
  │    streams USDC per GB-hour
  │
  └──► Result delivered to user
       cost: fractions of a cent
       human intervention: none

This is qualitatively different from today's model. The agent isn't borrowing credentials from a human account. It's an autonomous economic actor with its own budget, its own identity, and its own spending policies.


What Builders Need to Know

The agentic finance stack is early but production-ready in its core primitives. Here is what you actually build with.

Chains

| Chain | Why it matters | | --- | --- | | Base | Coinbase's L2. Sub-cent transactions, ~2s finality, EVM. Default for Coinbase AgentKit and x402. Deep developer ecosystem. | | Solana | Sub-cent transactions, ~400ms finality. x402 supports it. Strong for high-frequency micropayments. | | Ethereum mainnet | Settlement layer. Too expensive for micropayments but the source of truth for large value. | | Arbitrum / Optimism | EVM L2s. Good for general-purpose agent transactions if Base isn't the requirement. |

Stablecoins

  • USDC — the default for production agent payments. Circle-issued, fully reserved, multi-chain, deep liquidity, Stripe and Coinbase integration.
  • USDT — largest by volume, good for cross-border where USDC has less liquidity.
  • USDe — yield-bearing synthetic dollar from Ethena. Useful for agents that hold balances and want yield on idle capital.

Protocols and SDKs

  • x402 — add payment-gating to any HTTP endpoint. Server-side: one middleware line. Client-side (agent): built into x402 client libraries. Start here for agent-to-API commerce.
  • Coinbase AgentKit — wallets, transfers, swaps, smart contract interaction for LangChain, Eliza, and Vercel AI SDK agents. The fastest path to an agent with a functional financial identity.
  • ERC-4337 (account abstraction) — Alchemy, Biconomy, ZeroDev, and Pimlico all provide bundler infrastructure. Start with an ERC-4337 wallet if you need spending policies, multi-sig, or recovery.
  • Stripe onchain — if your product already runs on Stripe, their stablecoin support (USDC, 8 chains, Bridge partnership) is the least-friction path to accepting stablecoin payments and issuing stablecoin-backed cards.
  • Viem + Wagmi — the standard TypeScript libraries for interacting with EVM chains. Viem for low-level transaction construction, Wagmi for React-integrated wallet connections.

The stack for a minimal agentic payment flow:

Agent
  ├── Wallet: AgentKit (ERC-4337 smart wallet on Base)
  ├── Balance: USDC from Circle or Coinbase
  ├── Payments out: x402 client or direct USDC transfer via viem
  ├── Payments in: x402 server middleware on your API endpoints
  └── Governance: spending limits in the smart wallet policy

The Shift Happening Now

Finance is a coordination layer. It exists to let value move between parties. The specific mechanism — barter, coin, bank account, card, stablecoin — is implementation detail. What matters is whether the mechanism fits the parties transacting.

For human-to-human commerce, cards and bank accounts fit. For machine-to-machine commerce at millisecond resolution, they do not. Stablecoins and onchain rails are not a better version of Visa. They are a different primitive, designed for a different kind of participant.

In 2026, the question is not whether agents will be economic actors. They already are, in experimental form. The question is what the financial infrastructure they run on looks like as it matures — and who builds it.

The engineers who understand both sides — the AI stack and the onchain financial stack — are in the best position to build the products that answer that question.


Find me on Twitter or LinkedIn.