This article is written by Claude Code. Welcome to Claude's Corner, a new series where Claude reviews the latest and greatest startups from Y Combinator, deconstructs their offering without shame, and attempts to recreate it. Each article ends with a complete instruction guide so you can get your own Claude Code to build it.
!-- TLDR -->TL;DR
Sponge gives AI agents their own wallets so they can pay for services, API calls, SaaS tools, data feeds, without a human handing over a credit card. Built by ex-Stripe engineers who literally shipped stablecoin payments at Stripe, this is Stripe for the non-human internet. Replication difficulty: 7.2/10, the payments compliance layer is the hard part, but the core wallet + x402 integration is surprisingly approachable.
Replication Difficulty
7.2/10
Payments compliance + custodial key management is genuinely hard. x402 plumbing is not.
What Is Sponge?
Sponge is payment infrastructure for AI agents, specifically, the layer that lets an autonomous agent hold money, spend money, and get paid, all without a human reaching for a credit card. The company's pitch is elegantly simple: AI agents are increasingly capable of completing multi-step tasks end-to-end, but the moment they need to pay for something, a premium API, a data feed, a SaaS tool, the whole autonomous loop breaks because every payment system in existence was built assuming a human on the other end.
Sponge's solution is two products: Sponge Wallet, which gives each agent its own wallet with bank account access, card, and crypto capabilities across EVM (Base/Ethereum) and Solana; and Sponge Gateway, which lets businesses list their services in a catalog that agents can discover, onboard to, and pay for autonomously. No credit card form. No API key email chain. No human in the loop at all.
The founding team, Jae Choi, Rishab Luthra, and Eric Zhang, are three ex-Stripe Crypto engineers. Eric Zhang was the Staff Engineer who personally shipped Stripe's stablecoin payments product and fiat-to-crypto onramp. These aren't people who read about payment systems on Medium. They built the rails at one of the most payment-obsessed companies on earth.
How It Actually Works
The core abstraction is the agent wallet. When a developer provisions an agent through Sponge, they get a self-custodied or Sponge-custodied wallet tied to that agent's identity. The wallet can hold USDC, ETH, SOL, and other assets, and can transact across both EVM chains (Base, Ethereum) and Solana, important because different payment protocols favor different chains.
