addresses

Return verified Kaia system contract addresses for mainnet and testnet.

3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill addresses-pieverse-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: addresses
Source: https://github.com/Pieverse-Eng/purrfect-skills/tree/main/kaia-skills/vendor/addresses
Command: npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill addresses-pieverse-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides an authoritative source of Kaia system contract addresses so developers and tools can avoid hallucinating or using incorrect addresses when interacting with Kaia mainnet and Kairos testnet.

Core Features & Use Cases

  • Authoritative Address List: Includes verified addresses for core system contracts on Kaia mainnet (chain ID 8217) and Kairos testnet (chain ID 1001).
  • Safety Guidance: Explicitly warns against guessing addresses and points to the KIP-149 registry for lookups.
  • Use Cases: Useful for smart contract developers, auditors, scripts that perform on-chain calls, and deployment or integration checklists that require exact contract addresses.

Quick Start

Ask for the verified Kaia mainnet AddressBook contract address including the chain ID and cite the official registry source.

Frequently Asked Questions about addresses

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

FAQPage Schema
What are the verified Kaia system contract addresses for mainnet and Kairos testnet?

Verified Kaia system contract addresses for mainnet (chain ID 8217) and Kairos testnet (chain ID 1001) are provided from an authoritative registry to prevent address hallucination and ensure accurate on-chain interactions.

How do I find the correct AddressBook contract address on the Kaia blockchain?

To find the correct AddressBook contract address on the Kaia blockchain, query the verified registry which explicitly lists system contracts and includes the specific chain ID and contract name to prevent guessing.

How can I prevent address hallucination when writing scripts for Kaia on-chain calls?

Prevent address hallucination in Kaia on-chain call scripts by referencing a verified address list that returns only addresses listed in the official KIP-149 registry, avoiding any invented or guessed contract addresses.

Does this verified registry include chain IDs for Kairos testnet and Kaia mainnet?

Yes, the verified registry includes chain IDs for both Kaia mainnet (8217) and Kairos testnet (1001), returning contract addresses alongside their respective chain IDs and contract names for accurate deployment and auditing.

Why should I avoid guessing smart contract addresses for Kaia network integrations?

You should avoid guessing smart contract addresses for Kaia integrations because incorrect addresses lead to failed on-chain interactions; always use the verified KIP-149 registry lookup for safety and contract discovery accuracy.