First settlement through this wallet, on mainnet
wallet.aeron.sh · Live

One command. One wallet.

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.

Quickstart

Install once, pay anywhere.

# 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
Mechanics

Safe by construction.

01

Non-custodial keys

Generated on first run, stored on your machine with 0600 permissions. A hot wallet for metered spending, not savings.

02

Budget caps

Per-call and daily limits are checked before anything is signed. A leaked agent cannot drain the wallet.

03

x402 native

It reads the 402 offer, signs an exact-amount USDG authorization, retries with X-PAYMENT, and stores the receipt.

First settlement through this wallet: 0xca33d226…d84dce on Robinhood Chain. 0.004 USDG, payer to merchant, gasless.
MCP

Four tools.