Fluora Balance
name: fluora-balance
by chetan-guevara · published 2026-03-22
$ claw add gh:chetan-guevara/chetan-guevara-fluora-balance---
name: fluora-balance
description: Check USDC balance on Base Mainnet for your Fluora wallet. Use when the user asks about their Fluora balance, wallet balance, USDC balance, or how much money they have in their Fluora account.
---
# Fluora Balance
Check your USDC balance on Base Mainnet for the wallet configured in Fluora.
Quick Start
Run the balance check script:
cd scripts/
npm install # First time only
node check_balance.jsThe script will:
1. Read your mainnet wallet address from `~/.fluora/wallets.json`
2. Query the USDC balance on Base Mainnet
3. Display the formatted balance
Script Details
**Location:** `scripts/check_balance.js`
**What it does:**
**Output format:**
Checking USDC balance on Base Mainnet...
Wallet: 0x7DC445b40719ab482090...
Balance: 1.234567 USDC**JSON output:** Add `--json` flag for programmatic parsing:
node check_balance.js --jsonDependencies
The script requires `ethers` (v6+) for blockchain interaction:
cd scripts/
npm installDependencies are listed in `scripts/package.json`.
Troubleshooting
**Error: ~/.fluora/wallets.json not found**
**Error: No USDC_BASE_MAINNET wallet address found**
**Network errors**
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...