OpenclawCash: Wallet Infrastructure for AI Agents
OpenclawCash is a web app and API that lets AI agents create or import wallets, enforce policy controls, and execute transfers or swaps across EVM and Solana networks.
Public Pages
Core Features
- Create and import wallets for EVM and Solana mainnets
- Set wallet policies (spending limits and address restrictions)
- Create API keys for agent access
- Send native and token transfers (ETH/ERC-20, SOL/SPL)
- Query token balances and supported token catalogs
- Run DEX swaps (Uniswap on EVM, Jupiter on Solana)
- Track transaction and agent activity history
API Authentication
Public API docs cover agent endpoints only. Authenticate requests with an X-Agent-Key header.
Example Endpoints
GET /api/agent/walletslists accessible wallets (discovery, no balances).GET /api/agent/walletreturns one wallet with native and token balances.POST /api/agent/transfersends funds from managed wallets.POST /api/agent/swapexecutes DEX swaps by chain router.