
Claw Cash
Bitcoin wallet for AI agents: stablecoins in, BTC treasury, and on-demand swaps back to stablecoins. Keys are protected in hardware enclaves.
🛡️ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for Claw Cash, derived from its capabilities.
Overview
Claw Cash is an open-source Bitcoin wallet stack designed for autonomous AI agents. Humans can pay an agent in stablecoins (e.g., USDC/USDT on supported chains), the agent converts funds into Bitcoin as its treasury, and swaps back to stablecoins when it needs to pay for services. Private keys are generated and kept inside hardware enclaves (e.g., AWS Nitro via Evervault), with the agent sending unsigned transaction data to be signed inside the enclave, aiming to reduce the risk of prompt-injection draining funds. Claw Cash includes an agent-friendly CLI that outputs JSON, OpenClaw skills, a TypeScript SDK, and a REST API, and is intended to work with OpenClaw, Claude Code, or other agent harnesses.
Key features
- bitcoin wallet
- stablecoin payments
- atomic swaps
- hardware enclaves
- evervault enclave
- lightning payments
- openclaw skills
- typescript sdk
- openai-compatible tooling
Use cases
- Giving autonomous agents a verifiable treasury asset (Bitcoin) with stablecoins used as a payment rail.
- Receiving stablecoin payments and converting to BTC, then swapping back to stablecoins for spending.
- Reducing key-exposure risk by keeping signing keys inside hardware enclaves.
- Integrating agent payments via CLI/SDK/API and OpenClaw skills for wallet operations.