← 返回
AI智能 中文

Fluora Balance

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 钱包在 Base 主网上的 USDC 余额。当用户询问 Fluora 余额、钱包余额、USDC 余额或账户资金时使用。
chetan-guevara
AI智能 clawhub v1.1.0 1 版本 99839.5 Key: 无需
★ 0
Stars
📥 1,244
下载
💾 48
安装
1
版本
#latest

概述

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

The 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:

  • Reads wallet address from ~/.fluora/wallets.json (USDC_BASE_MAINNET.address field)
  • Connects to Base Mainnet via https://mainnet.base.org
  • Queries USDC contract at 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
  • Returns formatted balance in USDC

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 --json

Dependencies

The script requires ethers (v6+) for blockchain interaction:

cd scripts/
npm install

Dependencies are listed in scripts/package.json.

Troubleshooting

Error: ~/.fluora/wallets.json not found

  • Ensure Fluora is properly set up
  • Run the fluora-setup skill if needed

Error: No USDC_BASE_MAINNET wallet address found

  • Check that wallets.json contains a USDC_BASE_MAINNET.address field
  • Regenerate wallet if necessary

Network errors

  • Verify internet connection
  • Base Mainnet RPC may be temporarily unavailable (retry)

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-03-28 23:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,827
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,131
developer-tools

Fluora Setup

chetan-guevara
交互式设置向导:克隆 GitHub 上的 fluora‑mcp,本地构建,生成钱包,配置 mcporter。
★ 0 📥 1,684