evm

Query cross-chain EVM data across eight networks with USD pricing.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill evm-anandaanugrahhandyanto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evm
Source: https://github.com/AnandaAnugrahHandyanto/savarez_agent/tree/main/optional-skills/blockchain/evm
Command: npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill evm-anandaanugrahhandyanto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Compute cross-chain EVM data without API keys, surfacing balances, token metadata, and transaction context across eight networks.

Core Features & Use Cases

  • Cross-chain wallet portfolios and ERC-20 metadata across eight chains.
  • Transaction details, gas costs, and block activity across networks.
  • Price lookup and USD valuation for native assets and tokens.

Quick Start

Query a wallet across all supported chains using the evm_client.py tool to view balances and token data.

Frequently Asked Questions about evm

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

FAQPage Schema
How do I check cross-chain wallet balances across multiple EVM networks?

You can check cross-chain wallet balances across eight EVM networks by querying the wallet address to retrieve native asset balances, ERC-20 token metadata, and USD pricing simultaneously.

Can I query EVM transaction details and gas estimates without an API key?

Yes, you can retrieve EVM transaction details and gas estimates without an API key by using Python standard library tools that query public RPC endpoints directly.

Does the cross-chain EVM data tool support Arbitrum, Base, and zkSync Era?

The cross-chain EVM data tool supports Arbitrum, Base, and zkSync Era, alongside Ethereum, BSC, Polygon, Optimism, and Avalanche for wallet and token analytics.

How do I resolve ENS names and get USD valuations for ERC-20 tokens?

To resolve ENS names and get USD valuations for ERC-20 tokens, query the wallet address across the supported networks to fetch metadata and native asset price lookups.

Do I need to install external dependencies to query EVM blockchain data?

No, you do not need to install external dependencies to query EVM blockchain data, as the tool uses the Python standard library and requires no additional packages.

Can I use a private RPC endpoint to query EVM chain-wide analytics?

Yes, you can use a private RPC endpoint to query EVM chain-wide analytics by configuring the EVM_RPC_URL setting to point to your custom private network endpoint.