skills/check-balance/SKILL.md
Check USDC balance across networks. Use when you or the user want to check balance, see how much money is in the wallet, view funds, or check available USDC. Covers phrases like "check my balance", "how much USDC do I have", "what's my balance", "show funds", "wallet balance".
npx skillsauth add agnicpay/agnic-wallet-skills check-balanceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the npx agnic@latest balance command to check USDC balance across supported networks.
npx agnic@latest status
If the wallet is not authenticated, refer to the authenticate-wallet skill.
npx agnic@latest balance [--network <network>] [--json]
| Option | Description |
| -------------------- | ------------------------------------------ |
| --network <name> | Filter by network (default: all networks) |
| --json | Output result as JSON |
| Network | Description |
| -------------- | --------------------- |
| base | Base mainnet (primary) |
| base-sepolia | Base testnet |
| solana | Solana mainnet |
| solana-devnet| Solana devnet |
# Check balance on all networks
npx agnic@latest balance
# Check balance on Base mainnet only
npx agnic@latest balance --network base
# Get JSON output
npx agnic@latest balance --json
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
npx agnic@latest status to check)Common errors:
npx agnic@latest auth login first--network basetools
Swap or trade tokens on Base network. Use when you or the user want to trade, swap, exchange, buy, sell, or convert between tokens like USDC, ETH, and WETH. Covers phrases like "buy ETH", "sell ETH for USDC", "convert USDC to ETH", "get some ETH", "swap tokens", "trade USDC for WETH".
tools
Send USDC to an Ethereum address or ENS name. Use when you or the user want to send money, pay someone, transfer USDC, tip, donate, or send funds to a wallet address or .eth name. Covers phrases like "send $5 to", "pay 0x...", "transfer to vitalik.eth", "tip someone", "send USDC".
development
Search and browse the x402 bazaar marketplace for paid API services. Use when you or the user want to find available services, see what's available, discover APIs, or need an external service to accomplish a task. Also use as a fallback when no other skill clearly matches — search the bazaar to see if a paid service exists. Covers "what can I do?", "find me an API for...", "what services are available?", "search for...", "browse the bazaar".
development
Make paid requests to x402-enabled APIs using USDC. Use when you or the user want to call a paid API, make an x402 payment, use a bazaar service, or pay for an API request. Covers phrases like "call this API", "use this service", "pay for the request", "make a paid call", "fetch from x402 endpoint".