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 balance

Tags

Translated version includes tags in frontmatter

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)

  1. Chain Specification:
    • If the user mentions a specific chain (e.g., "on Monad", "for my Citrea wallet"), you MUST include the
      --chain <name>
      parameter.
    • 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?"

usage

bash
npx fibx@latest balance [--chain <chain>] [--json]

Options

OptionDescription
--chain <network>
Network to check:
base
,
citrea
,
hyperevm
,
monad
. Default:
base
.
--json
Output results in JSON format.

Examples

Check Base Balance (Default)

bash
npx fibx@latest balance

Check Monad Balance

bash
npx fibx@latest balance --chain monad

Get Raw Data

bash
npx fibx@latest balance --json

Error Handling

  • "Not authenticated": Run
    authenticate-wallet
    skill.
  • "Network error": Retry the command once.