--scope user flag makes AgentCash available in all your Claude Code sessions, not just the current project.
Verify installation
Start a Claude Code session and ask:What is my AgentCash balance?Claude should call the
get_balance tool and return your total balance. If you need deposit links or network-specific wallet addresses, it should call list_accounts.
Project-scoped installation
To install AgentCash for a specific project only, omit the--scope flag:
.claude/settings.local.json in your project directory.
Options
You can pass flags to AgentCash after the-- separator:
| Flag | Description |
|---|---|
--verbose / -v | Enable debug output on stderr |
--quiet / -q | Suppress all stderr output |
--dev | Use development endpoints (localhost) |