LogoLogo
  • Pangolin Overview
    • Introduction to Pangolin
      • Pangolin V3
        • Concentrated Liquidity
        • Dynamic Fee Mechanism
        • Multiple Fee Tiers
        • Unrestricted Liquidity Provision
        • Non-Fungible Liquidity Positions
        • In-Range Farming
        • Superpools with Dual Rewards
        • Optimized for Avalanche and Beyond
    • Audits
      • Pangolin V2
      • Pangolin V3
    • Tokens & Governance
      • PNG Tokenomics & Metrics
      • PBAR Tokenomics & Metrics
      • PFL Tokenomics & Metrics
      • PSB Tokenomics & Metrics
    • Official Links & Communities
    • Become a Partner
    • Support
    • Roadmap
  • Guides
    • Swapping Tokens
      • Understanding Slippage and Price Impact
    • Providing Liquidity
    • Managing Liquidity Positions
    • Withdrawing Liquidity
    • Earning Rewards
      • Strategies for Maximizing Rewards
    • Understanding SAR
      • Staking SAR
  • Developers
    • V3 Contracts & Integration Reference
      • Avalanche (V2)
      • Hedera
      • Flare
      • Songbird
    • APIs
      • PNG and DEX Values on Avalanche
      • PBAR and DEX Values on Hedera
    • Bug Bounty
    • Token Listing
    • Create A Multisig
    • Honeycomb
Powered by GitBook
LogoLogo

Follow Us

  • Twitter 🔺
  • Twitter ☀️
  • Twitter Ħ
  • Twitter ⋈

Community

  • Discord
  • Telegram
  • Reddit
  • Support

Resources

  • GitHub
  • Medium
  • YouTube
  • Linktree

Policies

Pangolin Exchange © 2023

On this page
  • Adding Your Token to Pangolin's List
  • Adding Your Token
  • Add Token Logo
  1. Developers

Token Listing

How To Add Your Token

PreviousBug BountyNextCreate A Multisig

Last updated 1 day ago

Tokenlists is a specification for lists of token metadata (e.g. address, decimals, etc.) that can be used by any dApp interfaces that needs one or more lists of tokens. Anyone can create and maintain a token list, as long as they follow the specification. The Pangolin community invites you to add your token to our tokenlist!

Adding Your Token to Pangolin's List

Adding Your Token

  1. Add an entry in . Please use the . Here is an example using PNG:

    {
      "chainId": 43114,
      "address": "0x60781C2586D68229fde47564546784ab3fACA982",
      "decimals": 18,
      "name": "Pangolin",
      "symbol": "PNG",
      "logoURI": "https://raw.githubusercontent.com/pangolindex/tokens/main/assets/43114/0x60781C2586D68229fde47564546784ab3fACA982/logo.png"
    }
  2. Update the timestamp field to the current timestamp.

  3. Update the version field to adhere to semantic versioning:

    • Increment major version when tokens are removed.

    • Increment minor version when tokens are added.

    • Increment patch version when tokens already on the list have minor details changed (name, symbol, logo URL, decimals).

Note: Changing a token address or chain ID is considered both a remove and an add, and should be a major version update.

Add Token Logo

  1. Add your 24x24 token image as a file named logo.png inside the directory.

  2. Add your 48x48 token image as a file named logo_48.png inside the directory.

  3. No image should be larger than 10 KB.

  4. Make sure the token is verified on the explorer.

  5. Create a PR titled Add [TOKEN_NAME] to the main branch.

Example directory structures

├─ tokens/
└─┬─ assets/
  └─┬─[chain_id]/
    │
    ├─┬─ 0x60781C2586D68229fde47564546784ab3fACA982/
    │ ├── logo.png
    │ └── logo_48.png
    │
    ├─┬─ 0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7/
    │ ├── logo.png
    │ └── logo_48.png
    │
 ...

Disclaimer

Pangolin allows anyone to submit new assets to this repository. However, this does not mean that Pangolin is in direct partnership with any project.

Pangolin will reject projects that are deemed as a scam or fraudulent after review. Pangolin reserves the right to change the terms of asset submissions at any time due to changing market conditions, risk of fraud, or any other factors we deem relevant.

Create a new directory named using your .

Pangolin's tokenlist
checksum address
checksum token address
Page cover image