base

Fetch Base L2 balances, token data, and gas metrics via a Python CLI.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/founderphantom/zola-agent --skill base-founderphantom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: base
Source: https://github.com/founderphantom/zola-agent/tree/main/optional-skills/blockchain/base
Command: npx skills add https://github.com/founderphantom/zola-agent --skill base-founderphantom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieve Base (Ethereum L2) blockchain data and USD valuations to simplify wallet analysis, token insights, and network awareness without juggling multiple APIs.

Core Features & Use Cases

  • Wallet balances (ETH and ERC-20) with USD values
  • Token metadata, price lookups, and market data
  • Transaction details, gas metrics, and contract inspection
  • Whale detection and live network stats
  • Deterministic CLI access via a Base RPC endpoint

Quick Start

Run the Hermes Base CLI to fetch wallet balances, token data, and network stats for a given Base address.

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 wallet balance and token USD value?

The Skill retrieves Base wallet balances for ETH and ERC-20 tokens, then calculates their real-time USD values using CoinGecko data. It queries a Base RPC endpoint to return both native and token holdings with current market valuations.

Can I inspect Base token metadata and contract interfaces without multiple APIs?

Yes, you can inspect Base token metadata and contract interfaces without multiple APIs by using a deterministic Python-based CLI. It queries a Base RPC endpoint directly to retrieve contract details, token decimals, and supply information in one interface.

What is the best way to get Base network gas stats and transaction details?

The best way to get Base network gas stats and transaction details is through a Python CLI that queries the Base RPC endpoint. It fetches real-time gas metrics, transaction reviews, and live network statistics deterministically without manual API orchestration.

Does this Base data tool support whale detection and large transaction tracking?

Yes, the Base data tool supports whale detection and large transaction tracking. It analyzes on-chain wallet balances and transaction details across the Ethereum Base L2 network to identify significant asset movements and high-value addresses.

Are there limitations when querying Base L2 on-chain data with a Python CLI?

Limitations include reliance on a single Base RPC endpoint for deterministic results and dependency on CoinGecko for USD valuations. It focuses on Ethereum Base L2 data, meaning it does not cover other blockchains or execute state-changing transactions.