Skip to main content

balance

npx agentcash balance
Shows your total USDC balance across supported networks. Creates a wallet automatically if one doesn’t exist.

accounts

npx agentcash accounts
Lists each supported network with its balance, wallet address, and deposit link. Use this when you need funding instructions or network-specific wallet details.

redeem

npx agentcash redeem <code>
Redeems an invite code for USDC on Base. Codes are one-time use.
code
string
required
The invite code to redeem.

fund

npx agentcash fund
Opens the AgentCash funding page for your wallet in your browser.

Output format

Add --format json to any wallet-related command for machine-readable output:
npx agentcash balance --format json