chains

Check and list supported blockchain networks from the Zerion API.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/zerosky1221/zerion-ai --skill chains
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chains
Source: https://github.com/zerosky1221/zerion-ai/tree/main/skills/chains
Command: npx skills add https://github.com/zerosky1221/zerion-ai --skill chains

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires zerion, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the need for validating chain names, checking supported networks, and looking up chain metadata in the Zerion ecosystem.

Core Features & Use Cases

  • Chain Validation: Confirms if a chain name is supported by Zerion.
  • Network Lookup: Provides metadata for any supported blockchain network.
  • Use Case: Before querying wallet data, quickly verify if a particular blockchain is supported by Zerion and obtain its metadata.

Quick Start

Check the blockchain network metadata for Ethereum using the 'chains' skill.

Frequently Asked Questions about chains

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

FAQPage Schema
How do I check if a blockchain network is supported by Zerion?

To check if a blockchain network is supported by Zerion, use the chains skill to validate the specific chain name against the Zerion API and confirm its availability before proceeding with further queries.

How can I look up blockchain network metadata using the Zerion API?

You can look up blockchain network metadata using the Zerion API by retrieving supported networks through the chains skill, which provides metadata details for any valid chain you specify.

Do I need the Zerion CLI tool to query supported blockchain networks?

Yes, you need the Zerion CLI tool installed because the chains skill relies on it to perform API interactions and fetch the list of supported blockchain networks.

Why verify a chain name before querying wallet data on Zerion?

Verifying a chain name before querying wallet data on Zerion ensures the target blockchain is supported, preventing errors and allowing you to retrieve accurate metadata for subsequent wallet queries.

What blockchain networks are available for network discovery in Zerion?

The available blockchain networks for network discovery in Zerion are dynamically returned by the Zerion API, which the chains skill queries to list all currently supported networks and their metadata.