Skip to main content
The peaq Token List provides a canonical, up-to-date registry of ERC-20 and native tokens available on the peaq Mainnet. Developers, dApps, and wallets can reference this list to display verified tokens, ensure accurate metadata, and validate token contracts across the ecosystem. You can view the live JSON directly at: https://tokenlist.peaq.xyz

Overview

The token list follows the Uniswap Token List standard, making it compatible with most wallets, DEX interfaces, and indexers. Each entry includes:
  • Token metadata - name, symbol, decimals, and logo URI
  • Tags - classify the token (e.g., Stablecoin, OFT, ERC20, peaqNative)
  • Extensions - include helpful context such as Coingecko IDs, bridge information, and origin chain IDs
This list ensures that applications using the peaq network can consistently identify tokens and display them with the correct attributes.

JSON Structure

Each token entry contains:

Token Categories

Tip: To verify any token address or metadata, refer directly to peaqscan.xyz or peaq.subscan.io.

How to Use the Token List

You can integrate the token list in your dApp or service using standard JSON retrieval methods.

Example (JavaScript)