AgentCash creates and manages a local wallet that holds USDC for paying premium APIs. The wallet is created automatically the first time you use AgentCash.Documentation Index
Fetch the complete documentation index at: https://agentcash.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Where is the wallet stored?
Your keys live under~/.agentcash/ with restricted file permissions (600):
wallet.json— EVM keypair (covers Base and Tempo)solana-wallet.json— Solana keypair
Using an existing key
To use specific private keys, set environment variables:Checking your balance
Ask your agent:What is my AgentCash balance?Or use the CLI directly:
Wallet addresses
Your wallet exposes two addresses:- A single EVM address that receives USDC on every supported EVM network (Base, Tempo).
- A separate Solana address for USDC on Solana.
npx agentcash accounts to see each one along with its current balance and deposit link. See networks for the full list.