base

Query Base blockchain data with USD pricing via RPC and CoinGecko.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Base blockchain data access is often scattered across multiple sources and tools. This Skill consolidates wallet balances, token information, transaction details, gas analysis, contract inspection, whale detection, and live network statistics for the Base network, enriched with USD pricing.

Core Features & Use Cases

  • Wallet balances, token metadata, and USD portfolio valuation
  • Transaction details, gas analysis, and contract inspection
  • Whale detection and real-time network statistics for Base

Quick Start

Use the base skill to fetch a wallet's balances and USD value for its assets on Base.

Frequently Asked Questions about base

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

FAQPage Schema
How do I fetch Base blockchain wallet balances and calculate the USD portfolio value?

To fetch Base blockchain wallet balances with USD valuation, query a Base RPC endpoint to retrieve token holdings and then enrich the data with live USD prices sourced from CoinGecko.

Can I track whale activity and live network statistics on the Base L2 network?

You can track whale activity and live network statistics on the Base L2 network by executing dedicated commands that query on-chain data directly via the Base RPC interface.

What's the best way to get Base transaction details and gas insights without external libraries?

The best way to get Base transaction details and gas insights without external libraries is using a Python script that queries the Base RPC endpoint using only the standard library.

Does querying Base token metadata and contract information require installing additional dependencies?

Querying Base token metadata and contract information does not require installing additional dependencies, as the implementation relies exclusively on the Python standard library.

How do I retrieve live USD token prices for assets deployed on the Base network?

To retrieve live USD token prices for Base network assets, query the CoinGecko API to fetch current market values and map them to the corresponding Base token balances.

Why use a dedicated Base RPC tool instead of general Ethereum blockchain explorers for L2 data?

A dedicated Base RPC tool targets the Base L2 network directly, providing consolidated wallet, token, gas, and whale data enriched with USD pricing that general Ethereum explorers may not surface.