check-balance

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".

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "check-balance" with this command: npx skills add agnicpay/agnic-wallet-skills/agnicpay-agnic-wallet-skills-check-balance

Checking USDC Balance

Use the npx agnic@latest balance command to check USDC balance across supported networks.

Confirm wallet is initialized and authed

npx agnic@latest status

If the wallet is not authenticated, refer to the authenticate-wallet skill.

Command Syntax

npx agnic@latest balance [--network <network>] [--json]

Options

OptionDescription
--network <name>Filter by network (default: all networks)
--jsonOutput result as JSON

Supported Networks

NetworkDescription
baseBase mainnet (primary)
base-sepoliaBase testnet
solanaSolana mainnet
solana-devnetSolana devnet

Examples

# 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

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

Prerequisites

  • Must be authenticated (npx agnic@latest status to check)

Error Handling

Common errors:

  • "Not authenticated" — Run npx agnic@latest auth login first
  • Network timeout — Try again or specify a single network with --network base

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

authenticate-wallet

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

get-agent-identity

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

pay-for-service

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

fund-wallet

No summary provided by upstream source.

Repository SourceNeeds Review