All Episodes
Future of Payments: AI Agents, Micropayments, and Embedded Finance
September 25, 202500:51:28

Future of Payments: AI Agents, Micropayments, and Embedded Finance

with Alfonso Gómez-Jordana, Crossmint

Future of Payments: AI Agents, Micropayments, and Embedded Finance

0:000:00

Show Notes

Alfonso Gómez-Jordana is the co-founder of Crossmint, a developer platform that makes it trivially easy to embed wallets, stablecoin payments, and programmable money into any application - no blockchain knowledge required. Before Crossmint, Alfonso built the "I am not a robot" reCAPTCHA at Google as a side project during an internship, led anti-fraud infrastructure at WhatsApp, and spent a decade studying the economics of automated abuse. In this episode he connects those threads into a single thesis: the internet is about to be overrun by AI agents, and the only sustainable defense is micropayments - a solution that requires exactly the kind of programmable financial rails Crossmint is building.

Why the Next Version of the Internet Needs Programmable Money

Alfonso frames the current moment as a convergence of two forces that have been developing in parallel for over a decade. First, AI agents are becoming capable enough to browse, research, transact, and communicate on behalf of humans - but they have no native financial identity. They cannot hold a bank account, cannot be issued a credit card, and cannot make payments that existing fraud models can handle responsibly. Second, the economics of spam and abuse on the open internet are about to collapse: anything that is currently free and accessible will be weaponized at scale by agents with economic incentives to do so. Alfonso's answer is a micropayment layer built on stablecoins - a wallet in every browser agent that can pay fractions of a cent to access a site, send an email, or book a calendar slot. This is not speculative; Cloudflare and Coinbase announced joint infrastructure for exactly this in the week the episode was recorded. Crossmint sits at the center of this transition by providing the APIs that let any developer deploy a wallet, move stablecoins, and handle compliance in 15 minutes - with zero blockchain expertise required.

5 Frameworks from the Future of Payments & Agentic Finance

1. The Anti-Fraud ROI Model - Change the Economics, Not the Detection

  • Most teams try to detect and block abuse; the correct frame is: what is the abuser's profit margin?
  • If 10M spam messages generate $10K revenue, adding a 1-cent cost per message creates $100K in costs - instant unprofitability
  • Alfonso applied this at WhatsApp, reducing spam by tens of millions of daily messages overnight
  • The missing ingredient was always a frictionless micropayment layer - stablecoins now provide it
  • Implication: the internet's bot problem is an economics problem, not a computer science problem

2. The Micropayment Internet - Paying for Attention, Access, and Actions

  • Today's free-access internet is unsustainable once agents can act at scale with economic incentives to abuse
  • Near-future model: sending a calendar invite costs $1; sending a cold DM costs $0.25; accessing a premium API costs $0.001
  • Browser agents hold a micro-wallet and autonomously decide when a payment is worth making on the user's behalf
  • Cloudflare + Coinbase's X-402 protocol is the first infrastructure layer for this - already live
  • User benefit: agents can also earn micropayments for your attention, reversing the "you are the product" Web 2.0 model

3. The Embedded Finance Stack - Bank-Like Infrastructure in 15 Minutes

  • Crossmint APIs abstract away chains, gas fees, wallets, compliance, and security into simple REST/JavaScript calls
  • Any company - FinTech startup or 100-year-old financial institution - can deploy stablecoin payment rails without blockchain expertise
  • Primary use cases today: cross-border transfers, payroll/payouts, and embedded financial products inside existing apps
  • Stablecoins reduce intermediary fees on cross-border payments significantly; domestic payment fee compression follows
  • The Genius Act (US) and new SEC posture are providing the regulatory clarity that was blocking adoption

4. Agentic Finance - Wallets, Agent Tokens, and the AI SDR Payment Problem

  • AI agents cannot safely use a human's credit card - liability attribution breaks entirely when an agent makes an error
  • Crossmint's solution: agent-native wallets funded by the user, paired with "agent tokens" that link to Visa/MasterCard with scoped authorization
  • On/off ramps let agents access fiat purchasing power without exposing the user's full financial identity
  • Near-term use case: agent buys hiking shoes on your behalf within your stated budget and constraints
  • Future state: agents earn, hold, and transfer money autonomously - creating a parallel economy of AI financial actors

5. The Intent + Verification Model - Where Humans Stay in the Loop

  • Alfonso's model for human-agent collaboration: humans own intent (what needs to happen) and verification (did it happen correctly)
  • Agents own execution - the translation of intent into action, whether code, research, payments, or browsing
  • This mirrors what is already happening in software engineering: cursor/Copilot handles typing, humans handle architecture and review
  • The bottleneck shifts from creation to taste - who recognizes when the right output has been produced
  • Long-run singularity scenario: a synergetic society where humans conjure outcomes and agents perform virtually all execution

Founder Experiment: Build a Programmable Habit Contract in 5 Steps

Step 1 - Define the habit and stake. Pick one measurable daily habit (gym check-in, published post, 30-minute deep work block). Set a penalty amount you would genuinely hate to lose - Alfonso uses $1,000 among a group of founders. The penalty must be large enough that skipping is never worth it economically.

Step 2 - Identify the verification API. Map the habit to a machine-readable data source: Fitbit/Apple Health for gym, a publishing platform's API for content, a time-tracking tool for focus blocks. The contract can only be trustless if it can verify the habit without human judgment.

Step 3 - Deploy a smart contract or use Crossmint's wallet APIs. Lock the penalty amount in a smart contract or a Crossmint-powered wallet. Program the contract to check the verification API daily at midnight. If the API does not return a positive signal by the deadline, the contract automatically transfers the penalty to a burn address or distributes it to the other participants.

Step 4 - Recruit your accountability group. Invite 3–5 people doing the same challenge. Each member locks their stake. The social visibility of someone else's wallet going up compounds the stick motivation - Alfonso notes it is significantly more painful to watch a peer get richer from your failure than to simply lose money abstractly.

Step 5 - Run for 90 days and measure completion rate vs. prior attempts. Track how your completion rate on this habit compares to every previous attempt without a financial stake. If the programmable contract produces a materially higher completion rate, you have a personal proof-of-concept for the broader thesis: programmable incentives change behavior in ways that willpower and apps cannot.

Glossary

Stablecoin: A cryptocurrency pegged 1:1 to a fiat currency (typically USD) so that its value does not fluctuate like Bitcoin. Stablecoins combine the programmability of blockchain with the price stability of cash - making them suitable for actual payments rather than speculation.
Programmable economy: Alfonso's term for the emerging financial layer in which money, ownership, and financial rules are encoded directly into software via smart contracts and APIs - enabling financial products to be deployed as quickly as a web app rather than through years of banking infrastructure build-out.
Agent token: A scoped financial credential issued to an AI agent that links to a user's payment method (Visa/MasterCard) but restricts the agent's spending authority to a defined budget, category, or transaction type - solving the liability problem of giving an agent a raw credit card.
X-402: An emerging HTTP protocol extension (jointly announced by Cloudflare and Coinbase) that allows any website or API to require a micropayment before granting access - creating the payment infrastructure needed for a bot-resistant internet.
Embedded finance: The integration of financial services (payments, wallets, lending, insurance) directly into non-financial applications - so that a medical scheduling app, for example, can process stablecoin payments without becoming a licensed bank.
reCAPTCHA: Completely Automated Public Turing test to tell Computers and Humans Apart - the challenge-response system Alfonso helped build at Google as an intern. Originally letter/number puzzles; evolved to the checkbox and image grid formats as AI became better at solving earlier versions.
Singularity: The hypothetical point at which AI capability growth becomes self-sustaining and accelerates beyond human ability to predict or control outcomes. Alfonso uses it to describe the near-term horizon at which distinguishing AI-generated from human-generated content becomes functionally impossible.
Genius Act: US legislation that formally legalizes and provides a regulatory framework for stablecoins - giving financial institutions and startups the clarity they needed to build on stablecoin rails without fear of SEC enforcement action.
Trusted execution environment (TEE): A secure, isolated computing environment that can execute code and verify outputs in a tamper-proof way - relevant to Alfonso's programmable habits idea, where a TEE could verify fitness tracker data before triggering a smart contract penalty.

Tools & Resources Mentioned

Crossmint - Developer platform for embedded wallets, stablecoin payments, and agentic finance APIs - deploy bank-like infrastructure in 15 minutes with no blockchain expertise required.
Cloudflare x Coinbase X-402 - Joint infrastructure announcement enabling micropayments for any website or API via the X-402 HTTP protocol - the first live layer of the micropayment internet Alfonso describes.
Coinbase - Crypto exchange and infrastructure provider; co-announced the X-402 micropayment protocol with Cloudflare during the week this episode was recorded.
LinkedIn Sales Navigator - Referenced in context of agentic browsing - one of many services agents will soon interact with autonomously, requiring payment rails to authorize transactions on the user's behalf.
time.fun - Crypto project that tokenizes individual people's time - allowing others to bid for minutes of a person's calendar. Alfonso cites it as an early proof-of-concept for capital markets around scarce human attention.
Crossmint Docs - Technical documentation for Crossmint's wallet, stablecoin, and agentic finance APIs - starting point for developers who want to integrate programmable money into their applications.

Q&A

What is Crossmint and what problem does it solve for developers?

Crossmint is a developer platform that abstracts the entire complexity of blockchain infrastructure - wallets, stablecoins, gas fees, chain selection, compliance, and security - into simple REST and JavaScript APIs. A developer who has never touched a blockchain can deploy a fully functional wallet and stablecoin payment flow in 15 minutes. Crossmint serves two primary verticals: embedded finance (financial institutions and FinTechs using stablecoins for cross-border transfers and payouts) and agentic finance (AI agents that need wallets, on/off ramps, and scoped payment credentials to act as financial actors on behalf of users).

Why can't AI agents just use a human's credit card, and how does Crossmint solve this?

The problem is liability attribution. If an AI agent misunderstands an instruction and charges the wrong thing to your credit card - say, ballet shoes instead of hiking boots - current credit card fraud models cannot assign blame correctly. Is the cardholder responsible? The merchant? The AI company? Visa and MasterCard have explicitly declined to authorize this use case because their risk models break down. Crossmint's solution is agent-native wallets paired with "agent tokens" - scoped credentials that link an agent to a user's payment method but restrict spending to a defined budget, category, or merchant type. The agent can transact; the user retains control; the liability chain is clear.

What is the X-402 protocol and why did Alfonso call it a landmark announcement?

X-402 is an extension to the HTTP protocol, jointly developed and announced by Cloudflare and Coinbase, that allows any website or API to require a micropayment before granting access. Rather than requiring a login, subscription, or advertising consent, a site can simply say: "paying 0.001 USDC gets you access to this page." A browser agent with a wallet can autonomously decide whether the payment is worth making and execute the transaction in milliseconds - no human interaction required. Alfonso considers this foundational because it provides the economic layer that makes bot-resistant internet infrastructure technically feasible for the first time, turning what was an abstract concept into deployable infrastructure.

How does Alfonso's anti-fraud philosophy from WhatsApp apply to the AI agent problem?

At WhatsApp, Alfonso led work that reduced spam by tens of millions of messages per day overnight - not by improving detection algorithms, but by changing the economic equation for spammers. His framework: every abuse campaign has a revenue side and a cost side. Detection-based defenses raise the cost slightly but can always be gamed. The correct intervention is to make the cost-per-message exceed the revenue-per-message, at which point the campaign becomes unprofitable and stops immediately. Alfonso argues the AI agent spam problem (inbox floods, fake calendar invites, synthetic social content) is identical - and that micropayments are the cost intervention that finally makes abuse economically irrational at scale.

What is the 'mafia envelope' analogy and what does it reveal about how micropayments will work?

Alfonso loved the analogy proposed in the conversation: the mafia model of constant small-value cash exchanges - tipping a hundred dollars to get into a restaurant, passing envelopes up the hierarchy - is structurally similar to what the micropayment internet will look like. Every meaningful digital interaction will carry a small financial signal. The key insight is that nobody in the mafia stops to go to the bank before every envelope exchange - they carry a reserve. The browser agent equivalent is a pre-funded micro-wallet that autonomously executes dozens of tiny payments per browsing session without ever surfacing a payment prompt to the user. The financial layer becomes invisible infrastructure, not a user-facing friction point.

How does Alfonso think about the human role as AI agents take over execution?

Alfonso uses the software engineering transition as his reference model: a year ago people feared engineers would be replaced by AI; the emerging consensus is that engineers remain essential for intent (what problem to solve) and verification (did the code do the right thing), while AI handles the translation and typing in between. He extends this to a general principle: as agents automate execution, the scarce human contribution becomes taste - the ability to recognize when an output is correct, valuable, or beautiful. He is genuinely uncertain whether taste can be trained by an LLM, and frames it as one of the most important open philosophical questions of the next decade.

What is Alfonso's idea for a million-dollar product, and why does he believe it works?

Alfonso's idea is a programmable habit contract: a smart contract that automatically checks a fitness or productivity API daily and transfers a pre-staked penalty (he uses $1,000 among founder friends) to a burn address or peer wallets if the habit is not completed. He has run an informal version of this with his peer group for gym attendance and content creation, and reports near-perfect completion rates - far higher than any app-based accountability tool he has tried. His thesis is that the stick of losing money to peers is uniquely powerful because it combines financial loss with social visibility. Stablecoin wallets and smart contracts make the enforcement trustless and automatic, removing the need for an honor system.

What regulatory developments does Alfonso see as most important for stablecoin adoption?

Alfonso highlights two developments. First, the Genius Act - US legislation that formally legalizes stablecoins and establishes a regulatory framework, giving financial institutions the clarity they needed to build on stablecoin rails without risk of enforcement action. Second, the new posture of the SEC under the Trump administration, which Alfonso credits with reducing the legal uncertainty that had prevented many FinTechs from integrating crypto infrastructure. His one ask for the administration: create a cleaner framework for companies to issue equity on-chain, which would redirect speculative energy from meme coins (which exist partly because people want crypto-native investment vehicles) toward actual company ownership - a net improvement for the ecosystem.

How does Alfonso describe the 10-year vision for the relationship between humans and AI agents?

Alfonso's optimistic scenario: society passes the singularity but manages the transition through a combination of cryptography (proving what content is genuinely human), programmable economics (micropayments that price out abuse), and a clear division of labor where humans own intent and taste while agents handle execution. He describes it as a synergetic society - not one where AI has replaced humans, but one where humans are genuinely freed from repetitive cognitive work and operate as curators and directors of agent swarms. He acknowledges the pessimistic path exists but chooses to invest in the infrastructure that makes the optimistic path possible.

Links & Resources