base

Fetch Base blockchain wallet balances, transactions, and network stats with USD pricing.

3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ever-oli/io --skill base-ever-oli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: base
Source: https://github.com/ever-oli/io/tree/main/optional-skills/blockchain/base
Command: npx skills add https://github.com/ever-oli/io --skill base-ever-oli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Monitoring Base L2 on-chain activity and portfolio data often requires assembling multiple sources and bespoke scripts. This Skill provides a unified CLI to fetch real-time wallet balances, token metadata, transaction details, gas costs, and network stats enriched with USD pricing.

Core Features & Use Cases

  • Wallet overview: ETH and ERC-20 balances with USD values
  • Transaction insights: decode transactions, fees, and USD equivalents
  • Token metadata & pricing: name, symbol, decimals, total supply, price, and market cap
  • Gas and network statistics: base fees, gas price, block utilization, ETH price
  • Network health and whale detection: monitor health, detect large transfers, and track liquidity metrics
  • Use cases: audit wallets, build dashboards, and automate on-chain research

Quick Start

Run the CLI with the stats command to verify connectivity and retrieve the current Base network health.

Frequently Asked Questions about base

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Base L2 wallet balance and ERC-20 token values in USD?

You can check your Base L2 wallet balance by querying on-chain data via public RPC to retrieve ETH and ERC-20 token amounts, then fetching live USD pricing from CoinGecko to calculate the total portfolio value.

Can I inspect Base blockchain transaction details and calculate gas fees?

Yes, you can inspect Base blockchain transactions by decoding transaction inputs and fetching fee details. The process retrieves base fees and gas prices to calculate the exact ETH spent and its USD equivalent.

Does querying Base network statistics require installing external Python libraries?

Querying Base network statistics does not require external Python libraries because the CLI workflow relies solely on the Python standard library to fetch live network health and block utilization data.

What is the best way to track Base whale movements and large token transfers?

The best way to track Base whale movements is by monitoring on-chain transfer events. The CLI fetches real-time transaction data from public RPC nodes to detect large token transfers and liquidity metrics.

How can I retrieve Base token metadata like total supply and market cap?

To retrieve Base token metadata, the CLI queries the ERC-20 contract directly via public RPC for name, symbol, decimals, and total supply, then fetches current market cap and pricing data from CoinGecko.