ワンクリックで
mantle-address-registry-navigator
// Use when a Mantle task needs a verified contract or token address, whitelist validation, anti-phishing checks, or safe registry-backed lookup before onchain interaction.
// Use when a Mantle task needs a verified contract or token address, whitelist validation, anti-phishing checks, or safe registry-backed lookup before onchain interaction.
Use when users need Mantle fundamentals, developer onboarding context, or clarification of MNT gas, chain setup, inclusion, settlement, and finality.
Use when a Mantle task needs a verified contract or token address, whitelist validation, anti-phishing checks, or safe registry-backed lookup before onchain interaction.
Use when a Mantle task needs historical wallet activity, time-windowed metrics, event backfills, or protocol analytics that raw RPC cannot answer efficiently.
Use when a Mantle DeFi task needs discovery, venue comparison, or execution-ready planning with verified contracts, preflight evidence, and an external handoff.
Use when a Mantle task needs wallet balances, token holdings, allowance exposure, or unlimited-approval review before a DeFi or security decision.
Use when Mantle read-path requests fail, quotes revert, balances disagree, or RPC behavior is inconsistent and needs structured root-cause triage.
| name | mantle-address-registry-navigator |
| description | Use when a Mantle task needs a verified contract or token address, whitelist validation, anti-phishing checks, or safe registry-backed lookup before onchain interaction. |
Resolve addresses from trusted sources only and fail closed when data is missing or stale. Never synthesize contract addresses from memory.
mantle_resolveToken for token symbol/name requests.mantle_resolveAddress for contract key, alias, or label requests.assets/registry.json (fallback/manual cross-check only).network (mainnet or sepolia; local registry fallback maps sepolia to testnet)identifier (contract key, symbol, or alias)category (system, token, bridge, defi, or any)protocol_id + contract_role when a DeFi request names a protocol but not a registry keykey matches first, then exact protocol_id + contract_role.mantle_validateAddress and registry metadata:
valid_format is true.active) for execution.source.url and source.retrieved_at).supports that action.assets/registry.json (for example REPLACE_WITH_EIP55_CHECKSUM_ADDRESS).low and request manual confirmation.Return results in this structure:
Address Resolution Result
- identifier:
- network:
- address:
- category:
- status:
- source_url:
- source_retrieved_at:
- confidence: high | medium | low
- notes:
assets/registry.jsonreferences/address-registry-playbook.md