Fund it from your bank account. Your agent pays vendors, buys services, and moves money. All within limits you set.
Fund from your bank account. Your agent makes real payments and can only do what you allow.
Fund from your bank account. Your agent pays any vendor or service via ACH. No crypto needed.
API credits, subscriptions, SaaS tools. Your agent makes real payments to real businesses. Also supports x402 for pay-per-call APIs.
Every transaction logged in real time. See what your agent spent, when, and where. Full audit trail included.
Transfer funds to other wallets, send USDC on-chain, or pay out to bank accounts. Your agent handles it within guardrails you set.
No long onboarding. No sales calls. Sign up, fund your wallet, and go.
Sign up and create a project wallet in under a minute. Each wallet is ready to receive funds and make payments.
Use our REST API or MCP server. Works with any agent framework that speaks HTTP.
Link your bank account and pull in funds via ACH, or deposit USDC directly. Your agent can now pay vendors, buy services, and transfer funds within your guardrails.
A simple REST API and an MCP server for Claude. Pick what works for you.
# Send an ACH payment from your agent's wallet
curl https://api.unwall.xyz/v1/agent/pay \
-H "Authorization: Bearer aw_live_your_key" \
-d merchant="Acme Corp" \
-d amount=5000 \
-d description="Monthly subscription"
# Response
{
"id": "txn_3a7f9c2d",
"amount_cents": 5000,
"status": "pending",
"type": "debit"
}No monthly fees. No upfront cost. Fee rate drops automatically as volume grows.
Starter
Up to $2,500/mo
3 projects
Growth
$2,500 – $10,000/mo
10 projects
Scale
Over $10,000/mo
Unlimited projects
Tier calculated automatically from monthly volume. No manual upgrades.
Need custom limits or SLAs? Talk to us about Enterprise
Wallets are powered by Bridge.xyz custodial wallets on Base. All data is encrypted with AES-256 at rest and TLS 1.3 in transit. Your agent can only spend what you've funded. No credit line, no overdraft risk.
No. Fund your wallet from your bank account via ACH. Regular USD in, real payments out. You never need to buy or manage crypto. If you already have USDC, you can deposit that too.
Yes. Payments your agent sends are real ACH bank transfers and real on-chain transfers. Your agent can only spend what you've funded. No credit line.
It can't. Your agent can only spend what you've funded. If the wallet balance is insufficient, the transaction is simply declined. You're never on the hook for more than you funded.
For the API, yes. Basic familiarity with Python, TypeScript, or cURL helps. But with Claude and our MCP server, you can manage wallets and send payments through natural conversation. No code needed.
Stripe helps merchants accept payments from customers. Unwall gives AI agents their own funded wallets to make payments on your behalf. Pay vendors, buy services, transfer funds. Think of it as a bank account your agent operates within limits you set.
Link your bank account and pull funds via ACH, just like any other financial app. You can also deposit USDC directly on Base. Either way, your agent gets a funded wallet it can spend from.
All of them. MCP server for Claude, and a REST API that works with anything that speaks HTTP. LangChain, CrewAI, Vercel AI SDK, OpenAI Agents, AutoGen, custom code, Zapier.