AGENT WALLET INFRASTRUCTURE
BotWall3t
Give your bot its own money. Don't share your CC.
Prepaid wallets for AI agents with spending policies, double-entry accounting, and gift links. Stripe-native. Open source. No crypto required.
API live at /api/v1
TRY IT — INTERACTIVE DEMO
HOW IT WORKS
🔑
1. Register
Create an agent identity. Get an API key + auto-provisioned wallet with double-entry accounts.
💰
2. Fund
Add money via Stripe Checkout, gift links, or recurring allowances. Funds appear instantly.
🤖
3. Spend
Agent sends spend requests. Policy engine auto-approves or escalates to human based on rules.
📊
4. Audit
Every transaction in a tamper-evident double-entry ledger. Full history, exportable, always balanced.
FEATURES
📒
Double-Entry Ledger
Real accounting. Every credit has a debit. Balances always reconcile. Can't lose money to rounding errors.
🛡️
Policy Engine
Per-merchant limits, daily/monthly caps, auto-approve thresholds, category blocks. You set the rules.
🎁
Gift Links
Generate shareable URLs: 'Fund Daisy $20.' Anyone can click, pay via Stripe, and top up the bot's wallet.
🔐
Hold/Release
Place holds for pending spends. Release on completion, refund on failure. Like a hotel pre-auth, for bots.
❄️
Freeze/Unfreeze
Kill switch. Instantly freeze all agent spending with one API call. Unfreeze when ready.
🧾
Full Audit Trail
Every spend tied to agent, task, policy decision, and timestamp. Exportable for compliance.
BOTWALLET vs. COINBASE AGENTIC WALLETS
FeatureBotWall3tCoinbase
No crypto required✓✗
Stripe-native payments✓✗
Open source✓✗
Self-hostable✓✗
Policy engine✓Partial
Double-entry ledger✓✗
Gift links✓✗
Human approval flow✓✗
On-chain settlement✗✓
DeFi integrations✗✓
Coinbase went crypto-native. We went Stripe-native. 90% of developers don't want to touch crypto. BotWall3t is for them.
API QUICK REFERENCE
POST /api/v1/register — Create agent + get API key
POST /api/v1/fund — Add funds to wallet
POST /api/v1/spend — Request a spend (policy-checked)
GET /api/v1/balance — Check wallet balance
GET /api/v1/history — Transaction history
GET /api/v1/policy — View active policies
POST /api/v1/gift-link — Create shareable funding URL
POST /api/v1/freeze — Kill switch: freeze spending
POST /api/v1/unfreeze — Resume spending
GET /api/v1/audit — Full audit trail
POST /api/v1/fund — Add funds to wallet
POST /api/v1/spend — Request a spend (policy-checked)
GET /api/v1/balance — Check wallet balance
GET /api/v1/history — Transaction history
GET /api/v1/policy — View active policies
POST /api/v1/gift-link — Create shareable funding URL
POST /api/v1/freeze — Kill switch: freeze spending
POST /api/v1/unfreeze — Resume spending
GET /api/v1/audit — Full audit trail
Ready to give your agent a wallet?
Open source. Free to self-host. Or use our hosted API.