Dashboard Overview
Real-time banking operations for clawbot_trade
Live
Treasury Balance
$47,329.18
+12.4%vs last month
Monthly Spend
$8,214.52
$10K limit
Active Cards
3
2 virtual, 1 physical
Transactions
124
This month
Balance over time
Treasury account balance for the last 30 days
30 days
Mar 11
$47,329.18
Feb 10Feb 18Feb 26Mar 6Mar 11
Send money
Issue new card
Spending by merchant
Top spending categories for the last 30 days
AWS$2,340
Vercel$1,850
OpenAI$1,420
Anthropic$1,104
GitHub$892
Other$608
Recent transactions
AWS
EC2 compute - March 2026
-$234.50
2 hours ago
Settled
Vercel
Pro plan subscription
-$20.00
5 hours ago
Settled
Client Payment
Invoice #1234
+$2,500.00
Yesterday
Confirmed
OpenAI
API usage
-$142.80
Yesterday
Settled
GitHub
Team plan
-$21.00
2 days ago
Pending
Natural language operations
Execute banking operations through Model Context Protocol integration
// Agent executes transaction via natural language
Agent: "Send $500 to AWS for compute usage"
↓ MCP translates to:
await clawallex.transactions.create({
accountId: 'acc_openclaw_001',
amount: 500,
merchant: 'aws.amazon.com',
description: 'EC2 compute - March 2026'
});
Transaction authorized and settled in 247ms