skills/balance/SKILL.md
Check wallet balances (native and ERC-20 tokens) on Base, Citrea, HyperEVM, or Monad.
npx skillsauth add ahmetenesdur/fibx-agentic-wallet-skills 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.
Fetch wallet holdings: native tokens and all ERC-20 tokens with non-zero balances.
authenticate-wallet skill first.--chain <name>.base and state it: "Checking your balance on Base."--json when the output will be consumed by another skill or pipeline.| Chain | Flag | Native Token |
| -------- | ------------------ | ------------ |
| Base | --chain base | ETH |
| Citrea | --chain citrea | cBTC |
| HyperEVM | --chain hyperevm | HYPE |
| Monad | --chain monad | MON |
npx fibx@latest balance [--chain <chain>] [--json]
| Parameter | Type | Description | Required |
| --------- | ------ | ---------------------------------------- | -------- |
| chain | string | base, citrea, hyperevm, or monad | No |
| json | flag | Output as JSON | No |
Default chain: base
User: "Check my balance"
npx fibx@latest balance
User: "What's my Monad balance?"
npx fibx@latest balance --chain monad
| Error | Action |
| ------------------- | ---------------------------------------------------------- |
| Not authenticated | Run authenticate-wallet skill first. |
| Network error | Retry once. If persistent, use config to set custom RPC. |
| Rate limit / 429 | Use config skill to set a custom RPC. |
send or trade to verify sufficient funds.aave supply to confirm available assets.portfolio for a cross-chain overview with USD valuations.config to set a custom RPC if you encounter rate limit errors.testing
Get a swap price quote without authentication. Check exchange rates, output amounts, and route info for any token pair on Base, Citrea, HyperEVM, or Monad. No wallet or session required.
testing
Check the on-chain status of a transaction and get the block explorer link. Supports Base, Citrea, HyperEVM, and Monad.
testing
Swap tokens using Fibrous aggregation on Base, Citrea, HyperEVM, or Monad. Finds optimal route, simulates before execution. Supports --simulate for gas-only estimation without sending.
testing
Send native tokens (ETH, cBTC, HYPE, MON) or ERC-20 tokens to an address on Base, Citrea, HyperEVM, or Monad. Simulates before sending. Supports --simulate for gas-only estimation.