An agent pre-configured with a Sponge Wallet to perform financial tasks using its own crypto wallet, bank account, and credit card
A pre-configured agent template backed by the Sponge Wallet skill. Deploy it and get an agent that has its own crypto wallet, bank account, and credit card, separate from yours.
No CLI. Every operation is a plain REST call to https://api.wallet.paysponge.com. The skill file contains instructions and context on how to call each API endpoint.
Sponge gives your agent a securely managed crypto wallet, bank account, and credit card to move money and make payments autonomously, with full observability and controls over every action.
The agent loads the canonical skill doc at build time into skills/sponge/SKILL.md and uses it as the authoritative reference for every endpoint, parameter, and flow.
Balances and transfers
"Show my balances across all chains and prepare a 10 USDC transfer on Base"
Swap token / bridge across chains
"Swap 1 SOL into USDC on Solana" or "Bridge 25 USDC from Base to Solana"
Polymarket / Hyperliquid trading
"Search Polymarket for 2028 election markets" or "Place a 0.001 BTC market order on Hyperliquid"
Send ACH / wire transfers with a virtual bank account
"Check my bank account status, get my virtual account details, list linked bank accounts, and prepare a $100 wire transfer. Ask for confirmation before you actually send it."
Make purchases with a Sponge Card
"Create a Sponge Card, get my card details, fund it with $10, and use it to purchase credits on Openrouter."
Find and call a paid API (via x402 or MPP)
"Discover an image generation service and generate a futuristic city at sunset. Tell me the price before calling it."
POST /api/agents/register — the API key is returned immediatelyBy default, transactions over 1 usd require explicit confirmation. Spending limits and controls are configurable.
Open the chat and the agent handles everything from there.
Sign up to deploy this template in under a minute