# Getting Started ## Setup 1. **Install the agentcash CLI:** ```bash npm install -g agentcash ``` 2. **Check wallet:** ```bash npx agentcash wallet info ``` 3. **Fund wallet** (if needed): - Redeem invite: `npx agentcash wallet redeem YOUR_CODE` - Or send USDC on Base to your wallet address ## Troubleshooting | Issue | Solution | |-------|----------| | "Command not found" | Run `npm install -g agentcash` | | "Insufficient balance" | Fund wallet with USDC | | "Payment failed" | Check balance, retry (transient errors) |