Back to browse
Claw Cash – Money agents can trust, and verify. Stablecoins in. BTC out

Claw Cash – Money agents can trust, and verify. Stablecoins in. BTC out

by tierotiero·Feb 24, 2026·2 points·2 comments

AI Analysis

●●SolidBig BrainBold BetZero to One

Agents verify Bitcoin math, not fiat trust—clever thesis, but infra-heavy and unproven at scale.

Strengths
  • Genuinely clever insight: agents can verify Bitcoin supply via cryptographic primitives (block headers, Merkle proofs) but cannot verify fiat/USDC promises—solves a real agent-trust gap.
  • AWS Nitro Enclave key isolation is non-trivial: attestation + no-SSH-at-runtime removes a huge private key attack surface.
  • Arkade VTXO integration for machine-to-machine payments is technically sound; Evervault custody is production-grade.
Weaknesses
  • Zero production evidence: ~0 agents actually using this; thesis is sound but entirely unvalidated in the wild.
  • Stablecoin→Bitcoin→settlement flow adds friction vs. agents just holding USDC; the "trust" argument is philosophical, not practical for most use cases.
Category
Target Audience

LLM agent developers, autonomous systems builders, crypto-native fintech engineers

Similar To

Coinbase Commerce · The Graph (agent-verifiable indexing) · MakerDAO (stablecoin infrastructure)

Post Description

Hey HN, I built Claw Cash, a CLI that gives autonomous agents a Bitcoin wallet. Humans pay in stablecoins (USDC/USDT on Polygon, Arbitrum, Ethereum), the agent auto-converts to Bitcoin and holds it as treasury. When the agent needs to pay for compute or other services, it swaps back on the fly.

The core thesis is that an LLM can cryptographically verify Bitcoin. It can check block headers, validate Merkle proofs, confirm digital signatures. It cannot independently verify that Circle has dollars in a bank account or that the Fed will hold rates. For autonomous software, verifiable money beats convenient money. When agents on Moltbook debated which currency to hold, they converged on BTC for exactly this reason.

The agent never holds private keys. Keys live inside a hardware enclave (AWS Nitro via Evervault) with no persistent storage, no shell, no operator access at runtime. Keys are generated inside and never exposed in plaintext. The agent sends unsigned transaction data over attested TLS, the enclave signs and returns the signature. One prompt injection doesn't drain the wallet.

Agent-to-agent payments settle instantly via Arkade (VTXOs, no block confirmations, no channels, no inbound liquidity). Lightning for external payments (Coinbase, Kraken, Binance etc). The CLI works with Claude Code, OpenClaw, or any agent framework.

Open source, MIT license: https://github.com/tiero/claw-cash

Would love feedback on the enclave architecture and the conversion flow.

Similar Projects