base

Aggregate Base on-chain data and USD pricing for wallets, transactions, and tokens.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill base-monjyu1101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: base
Source: https://github.com/Monjyu1101/AiDiy2026/tree/main/backend_hermes/optional-skills/blockchain/base
Command: npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill base-monjyu1101

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Real-time Base on-chain data and USD valuations for wallets, tokens, and transactions, enabling faster insight without manual lookups.

Core Features & Use Cases

  • Wallet balances (ETH + ERC-20) with USD values
  • Transaction details by hash, including gas and fees
  • ERC-20 metadata, price, and market cap
  • Gas analysis and Base-specific network stats
  • Contract inspection and ERC interfaces detection
  • Whale detection and network health monitoring

Quick Start

Use this skill to fetch wallet balances, token values, and transaction data from the Base network with a single query.

Frequently Asked Questions about base

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

FAQPage Schema
How do I check Base blockchain wallet balances with USD pricing?

Retrieve Base blockchain wallet balances with USD pricing by querying a specific wallet address to aggregate native ETH, ERC-20 token holdings, and live CoinGecko market valuations into a comprehensive portfolio overview.

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

Retrieve Base network gas statistics and transaction details by inputting a transaction hash to extract gas fees paid, block confirmations, and execution status, while separately aggregating real-time network health statistics for capacity monitoring.

Can I retrieve ERC-20 token metadata and market cap on Base?

Extract ERC-20 token metadata and market cap on Base by querying a token's contract address to automatically detect standard ERC interfaces, fetch decimals and total supply, and aggregate live market capitalization data via CoinGecko price lookups.

Does Base on-chain data retrieval support batch RPC calls for multiple addresses?

Base on-chain data retrieval supports batch RPC calls to concurrently query multiple wallet addresses and contract interfaces, utilizing robust retry and error handling mechanisms to ensure consistent data aggregation during dynamic network congestion.

How do I detect whale movements and monitor Base network health?

Detect whale movements and monitor Base network health by aggregating large-scale transaction flows and wallet balance fluctuations, combining on-chain transfer data with real-time network statistics to identify significant asset shifts and congestion patterns.

Why does my Base blockchain data query fail during network congestion?

Base blockchain data queries may fail during severe network congestion when RPC endpoints timeout, but robust retry mechanisms and error handling actively mitigate these failures to deliver consistent transaction and wallet data aggregation results.