/install check-balance
Checking USDC Balance
Use npx agnic@latest balance to check USDC balance across supported networks.
Authentication
Run npx agnic@latest status --json to verify. If not authenticated:
- Headless (CI/server/agent): Set
AGNIC_TOKENenv var or pass--token \x3Ctoken> - Interactive (has browser): Run
npx agnic@latest auth login
See the authenticate-wallet skill for details.
Command Syntax
npx agnic@latest balance [--network \x3Cnetwork>] [--json]
Options
| Option | Description |
|---|---|
--network \x3Cname> |
Filter by network (default: all networks) |
--json |
Output result as JSON |
Supported Networks
| Network | Description |
|---|---|
base |
Base mainnet (primary) |
base-sepolia |
Base testnet |
solana |
Solana mainnet |
solana-devnet |
Solana devnet |
Examples
# Check balance on all networks
npx agnic@latest balance --json
# Check balance on Base mainnet only
npx agnic@latest balance --network base --json
Expected Output
Network Balance Address
base 125.50 USDC 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb7
base-sepolia 0.00 USDC 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb7
solana 0.00 USDC N/A
solana-devnet 0.00 USDC N/A
Error Handling
Common errors:
- "Not authenticated" -- Run
npx agnic@latest auth loginor setAGNIC_TOKEN - Network timeout -- Try again or specify a single network with
--network base
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install check-balance - After installation, invoke the skill by name or use
/check-balance - Provide required inputs per the skill's parameter spec and get structured output
What is Agnic Check Balance?
Check USDC balance across networks (Base, Solana). Use when the user wants to check balance, see how much USDC is available, view funds, or verify wallet bal... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install Agnic Check Balance?
Run "/install check-balance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agnic Check Balance free?
Yes, Agnic Check Balance is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agnic Check Balance support?
Agnic Check Balance is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agnic Check Balance?
It is built and maintained by Agnic.AI (@agnicpay-prog); the current version is v2.0.2.