Files to check
Results
What we validate
- Metaplex JSON:
name,symbol,description,image, and commonextensionsfields. - Token List JSON: top-level
name,logoURI,timestamp, and at least one token entry withchainId=101,address(mint),symbol,name,decimals,logoURI,extensions.description. - Helpful extras:
program,freezeAuthority,mintAuthority,totalSupply.
This checker is an aid for manual verification. Different registries may have extra rules.
Badge
Use this snippet on your docs page after you pass validation:
<a href="docs/token-verify.html" target="_blank">
<img src="ASKcoin/ask-verified-badge.svg" alt="Token List: Verified" width="170">
</a>
Adjust paths as needed for your hosting. Suggested: put ask-verified-badge.svg at /ASKcoin/ask-verified-badge.svg and this page at /ASKcoin/docs/token-verify.html.