docs(coingecko): Chain 138 explorer-verification + external-listing checklist #9
Reference in New Issue
Block a user
Delete Branch "devin/explorer-verification-checklist-20260419"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Contract-by-contract credibility tracker for Chain 138. Read-only probes across 44 contracts (15 tokens + 29 core) against Blockscout, CoinGecko, CMC, and DexScreener.
Three files added:
docs/04-configuration/coingecko/EXPLORER_VERIFICATION_CHECKLIST.md— per-contract grid (blockscout-verified/blockscout-token-page/coingecko/cmc/dexscreener) + "fastest remaining wins" ordered by effort × impact.scripts/verify/explorer-verification-probe.py— 8-threaded read-only probe, 15 seconds end-to-end, no LAN + no signing key needed.reports/status/explorer-verification-latest.json— raw 44-entry JSON snapshot from today's probe.Top findings:
defi-oracle-meta-mainnetis already registered. Token submissions can proceed without creating an asset platform.MerchantSettlementRegistry,WithdrawalEscrow). Everyc*stablecoin, PMM contract, CCIP bridge, vault component, and governance contract needs source upload.nulluntilCMC_PRO_API_KEYis set; endpoint documented for re-run.Review & Testing Checklist for Human
cUSDT,DODOPMMIntegration, andMerchantSettlementRegistry— verify the "blockscout-verified" column matches what you see athttps://explorer.d-bis.org/address/{addr}#code(Y for MerchantSettlementRegistry only).python3 scripts/verify/explorer-verification-probe.py | jq '.[0]'. Expect 15-second runtime and a JSON stream of 44 entries.curl -sS "https://api.coingecko.com/api/v3/coins/defi-oracle-meta-mainnet/contract/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2" | jq .id— expect"weth"(confirms the slug is live on CG).Notes
explorer-verifiedaxis made concrete for Chain 138.DeFi Oracle Meta Mainnet).docs/11-references/CONTRACT_ADDRESSES_REFERENCE.mdanddocs/11-references/EXPLORER_TOKEN_LIST_CROSSCHECK.md §5.cW*verification on other chains is tracked separately.Claude encountered an error —— View job
I'll analyze this and get back to you.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.