balance
Original:🇺🇸 English
Translated
Check wallet balances (ETH, USDC, etc.) on supported chains (Base, Citrea, HyperEVM, Monad).
4installs
Added on
NPX Install
npx skill4agent add fibrous-finance/fibx-skills balanceTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Check Balance
Use this skill to inspect the wallet's holdings. By default, it checks the Base network, but can be directed to others.
Hard Rules (CRITICAL)
- Chain Specification:
- If the user mentions a specific chain (e.g., "on Monad", "for my Citrea wallet"), you MUST include the parameter.
--chain <name> - If the user DOES NOT mention a chain, you MUST either:
- Explicitly state the default: "I will check your balance on Base. Is that correct?"
- OR ask for clarification: "Which chain would you like to check? Base, Citrea, HyperEVM, or Monad?"
- If the user mentions a specific chain (e.g., "on Monad", "for my Citrea wallet"), you MUST include the
usage
bash
npx fibx@latest balance [--chain <chain>] [--json]Options
| Option | Description |
|---|---|
| Network to check: |
| Output results in JSON format. |
Examples
Check Base Balance (Default)
bash
npx fibx@latest balanceCheck Monad Balance
bash
npx fibx@latest balance --chain monadGet Raw Data
bash
npx fibx@latest balance --jsonError Handling
- "Not authenticated": Run skill.
authenticate-wallet - "Network error": Retry the command once.