Page cover image

👋Welcome

The TokenRegistry is a robust on-chain system designed to maintain a trusted and verified list of tokens. It serves as a reliable source of token information for developers, applications, and users within the blockchain ecosystem.

Overview and Purpose

The Token Registry addresses the critical need for a trusted, centralized source of token information. It provides:

  • Verified token listings with standardized metadata

  • Flexible metadata management system

  • Governance-controlled token approval process

  • Secure update mechanisms for token data

  • Batch operations for efficient management

Key Features

  • Token Verification: A structured process for submitting and verifying tokens

  • Metadata Management: Flexible system for storing and updating token metadata

  • Governance Controls: Role-based access control through TokentrollerV1

  • Batch Operations: Efficient handling of multiple token operations

  • IPFS Integration: Decentralized storage for token logos and images

System Architecture

The Token Registry consists of several interconnected smart contracts:

  1. TokenRegistry: The main contract handling token registration and status management

  2. TokenMetadata: Manages additional token information and metadata fields

  3. TokenEdits: Handles the proposal and approval of token information updates

  4. Helper: Provides utility functions for batch operations

  5. TokentrollerV1: Manages governance and access control

Last updated