addresses

Validate and standardize Ethereum contract addresses across mainnet and Layer 2 networks.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/involvex/aetheris --skill addresses-involvex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: addresses
Source: https://github.com/involvex/aetheris/tree/main/.agents/skills/ethskills/addresses
Command: npx skills add https://github.com/involvex/aetheris --skill addresses-involvex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents sending funds to incorrect smart contract addresses by offering a centralized registry of verified addresses across major networks.

Core Features & Use Cases

  • Central registry of verified contract addresses for Ethereum mainnet and L2s (Arbitrum, Optimism, Base, zkSync Era, etc.).
  • Last verified timestamp and on-chain validation notes help ensure accuracy before deployment.
  • Use case: safely integrate known protocol addresses into wallets, dapps, and smart contracts to reduce risk of misaddressed transactions.

Quick Start

Start by consulting the verified address registry for your target network and integrate the fetched addresses into your deployment script to prevent misaddressed transactions.

Frequently Asked Questions about addresses

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

FAQPage Schema
How do I verify Ethereum contract addresses across multiple networks?

To verify Ethereum contract addresses, cross-reference them with on-chain data and block explorers to provide a last-verified timestamp and per-network status for major networks like Arbitrum and Base.

What is the best way to prevent sending funds to incorrect DeFi contract addresses?

Preventing misaddressed transactions requires consulting a centralized registry of verified addresses for protocols like Uniswap, Aave, Compound, and Yearn before integrating them into wallets or dapps.

Does the verified address registry support Layer 2 networks like zkSync Era and Optimism?

Yes, the verified address registry supports Ethereum mainnet and Layer 2 networks including Arbitrum, Optimism, Base, and zkSync Era to ensure accurate cross-chain deployment.

How do I safely integrate protocol addresses into my smart contract deployment script?

Safely integrate protocol addresses by fetching them from the verified address registry for your target network and applying them directly within your deployment script to reduce transaction risk.

Why do I need a last verified timestamp for contract addresses?

A last verified timestamp for contract addresses ensures on-chain validation accuracy before deployment, helping developers and operators track when an address was last confirmed against actual network data.