mantle-address-registry-navigator

Resolve verified Mantle addresses via CLI lookups and local registry fallback.

4|3|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/mantle-xyz/mantle-skills --skill mantle-address-registry-navigator-mantle-xyz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mantle-address-registry-navigator
Source: https://github.com/mantle-xyz/mantle-skills/tree/main/skills/mantle-address-registry-navigator
Command: npx skills add https://github.com/mantle-xyz/mantle-skills --skill mantle-address-registry-navigator-mantle-xyz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Resolve verified Mantle contract and token addresses from authoritative sources before on-chain interaction, ensuring you never trust or synthesize addresses from memory or user input.

Core Features & Use Cases

  • Resolve candidates via prioritized sources: CLI tools for tokens and registry lookups, local registry fallbacks, and provenance validation.
  • Enforce safety: fail-closed when data is missing or stale, require provenance and active status, and surface possible mismatches for anti-phishing checks.
  • Real-world use: when integrating Mantle DeFi contracts (e.g., routers, pools, tokens) to ensure only verified addresses are used in transactions or automation.

Quick Start

Instruct Mantle Address Registry Navigator to fetch a verified Mantle address for a symbol or identifier and validate it against the local registry before on-chain use.

Frequently Asked Questions about mantle-address-registry-navigator

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

FAQPage Schema
How do I safely resolve verified Mantle addresses for on-chain interactions?▼

Safely resolve verified Mantle addresses by using deterministic CLI lookups and a local registry fallback to validate provenance before on-chain interactions. This ensures you never trust or synthesize addresses from memory or unverified user input.

What is anti-phishing validation for Mantle contract addresses?▼

Anti-phishing validation for Mantle addresses is a strict provenance check that surfaces possible mismatches and requires active status. It enforces a fail-closed approach when data is missing or stale to prevent interacting with spoofed contracts.

How do I get a provenance-backed Mantle token address for DeFi integrations?▼

Get a provenance-backed Mantle token address by instructing the navigator to fetch the address for a symbol or identifier. It resolves candidates via prioritized sources and validates it against the local registry before on-chain use.

Does Mantle address resolution work for both mainnet and testnet?▼

Mantle address resolution works for both mainnet and testnet, with sepolia mapped to testnet. It applies a deterministic, multi-source resolution workflow to ensure verified addresses across both network environments.

What happens when Mantle address registry lookup data is missing or stale?▼

When Mantle address registry lookup data is missing or stale, the resolution workflow enforces a fail-closed safety mechanism. It requires provenance and active status, refusing to return an address to prevent unsafe on-chain interactions.