A non-custodial wallet for agents on Robinhood Chain. The key is generated on your machine, USDG funds it, and budget caps decide what it may sign.
# CLI (npm package ships as npx aeron-wallet)
aeron-wallet address create the wallet, print its address
aeron-wallet balance ETH + USDG from the chain
aeron-wallet pay https://inference.aeron.sh/v1/chat/completions '{"model":"deepseek/deepseek-chat","messages":[{"role":"user","content":"hello"}]}'
aeron-wallet history
# MCP server, for any agent that speaks MCP
claude mcp add aeron-wallet -- npx -y aeron-wallet mcp
Generated on first run, stored on your machine with 0600 permissions. A hot wallet for metered spending, not savings.
Per-call and daily limits are checked before anything is signed. A leaked agent cannot drain the wallet.
It reads the 402 offer, signs an exact-amount USDG authorization, retries with X-PAYMENT, and stores the receipt.
get_address: the wallet address to fundget_balance: ETH and USDG, read from the chainpay: call a machine-payable endpoint, pay if it answers 402history: recent payments and their transactions