base

Retrieve Base wallet balances, token metadata, transactions, and gas details with USD enrichment.

19|4|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill base-carterwayneskhizeine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: base
Source: https://github.com/carterwayneskhizeine/hermes-agent-windows-R/tree/main/optional-skills/blockchain/base
Command: npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill base-carterwayneskhizeine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Base blockchain users need fast, structured access to wallet balances, token info, transactions, gas costs, and contract details without manually calling RPC endpoints or handling token pricing themselves.

Core Features & Use Cases

  • Wallet Portfolio with USD values: Fetch ETH balance plus a set of popular Base ERC-20 holdings and enrich them with CoinGecko USD prices.
  • Transaction inspection: Retrieve transaction fields, gas metrics, estimated L2/L1 fee context, and decoded ERC-20 transfer events from logs.
  • Token, Contract, and Network intelligence: Get ERC-20 metadata and supply, detect whether an address is a contract, identify common token interfaces, resolve EIP-1967 proxy implementation, and check network/gas health plus simple whale detection in the latest block.

Quick Start

Ask for the Base wallet portfolio for a specific address with USD enrichment, then return the top tokens and total portfolio value.

Frequently Asked Questions about base

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

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

To retrieve Base blockchain wallet balances with USD pricing, fetch ETH balances and ERC-20 token holdings via RPC, then enrich them using CoinGecko market prices. This yields a complete portfolio view with total USD value.

Can I inspect Base transaction gas fees and decoded ERC-20 transfers?

Yes, you can inspect Base transaction gas fees and decoded ERC-20 transfers by retrieving transaction fields and gas metrics, estimating L2/L1 fee context, and decoding ERC-20 transfer events directly from transaction logs.

Does querying Base network stats require a custom RPC endpoint?

Querying Base network stats does not strictly require a custom RPC endpoint because it defaults to the mainnet URL, but you can override the connection using the BASE_RPC_URL environment variable for custom network access.

How do I detect a Base proxy contract implementation?

To detect a Base proxy contract implementation, resolve the EIP-1967 standard storage slot to identify the underlying logic contract address. This also helps detect if an address is a contract and identify common token interfaces.

What is whale detection in Base transaction analysis?

Whale detection in Base transaction analysis is the process of identifying large transfers within the latest block. It monitors network health and surfaces significant token movements for on-demand operational intelligence.

How does CoinGecko rate-limit retry behavior work for token pricing?

CoinGecko rate-limit retry behavior for token pricing works by automatically retrying HTTP price queries when the API responds with a rate limit error, ensuring reliable USD enrichment during Base wallet portfolio retrieval.