Frequently Asked Questions

What is the Token Registry?

The Token Registry is an on-chain system that maintains a verified list of tokens. It provides a trusted source of token information, including metadata like logos, descriptions, and other relevant details.

Who can submit tokens?

Anyone can submit tokens for review. However, tokens must go through an approval process managed by authorized governance members before being listed as verified.

How long does the approval process take?

The approval time varies depending on the governance review process. Typically, tokens are reviewed within a few days of submission.

What information is required for token submission?

Required information includes:

  • Token contract address

  • Logo (IPFS hash)

However some more metadata could be enforced later on.

Can I update token information after approval?

Yes, you can propose updates to token metadata through the TokenEdits contract. These updates must be approved by governance.

What image requirements exist for token logos?

Token logos should be:

  • 128x128 pixels (or vector)

  • PNG / JPG / SVG format

  • High quality (72 DPI minimum)

How do I handle batch operations?

The Helper contract provides batch operation functions. These allow you to:

  • Submit multiple tokens

  • Approve multiple tokens

  • Process multiple edits

Use these functions to optimize gas costs for multiple operations.

Last updated