Emerald City
  • Welcome to Emerald City
  • Products
    • 🐦Toucans
      • Risks
      • How to Set up your Wallet
      • Add your Token to DEX
    • 🎟️FLOAT
    • πŸ€–Emerald bot
      • βœ…Verification
        • πŸ™ŠVerify User Assets
        • ⛏️Verify Touchstone NFTs
        • 🐦Verify Toucans
      • πŸ—³οΈVoting
        • πŸ™ŠNFT Voting
        • πŸͺ™Token Voting
        • 🐦Toucans Voting
      • πŸ—ΊοΈDiscovery
        • Identify User
        • Wallet Information
        • Users with Role
        • Users in a Channel
      • πŸŸͺDapper Sports
        • πŸ€NBA/WNBA TopShot
        • 🏈NFL All Day
        • πŸ‘ŠUFC Strike
      • πŸ’°Tipping
    • ⛏️Touchstone
  • Education
    • πŸ“šEmerald Academy
  • Auditing
    • πŸ›‘οΈShield
      • Contract Auditing
      • Transaction Auditing
  • Developer Tooling
    • πŸ’»Helpful Tools
Powered by GitBook
On this page
  • Option #1: Ask Jacob in Emerald City Discord
  • Option #2: Do it Yourself
  1. Products
  2. Toucans

Add your Token to DEX

This page will walk you through how to get your Toucan token listed on Increment.Fi

PreviousHow to Set up your WalletNextFLOAT

Last updated 1 year ago

You have created your token on Toucans and now want to get it listed on . There are 2 ways to make that happen:

Option #1: Ask Jacob in Emerald City Discord

Head to the and ping Jacob to add the token for you. This is a quick & easy option to get it listed.

Option #2: Do it Yourself

If you do this step, you will still need to ping Jacob in the Emerald City Discord to accept your PR at the end. But it will take work off of his plate, so he would greatly appreciate it! ;)

  1. Fork the following repo:

  2. Go to the token-registry folder and add a new folder

    1. To name the folder, you will have to know the contract address and contract name of your token. To do that, go to and in the top search bar, look up your project ID from Toucans. If you don't know what a project ID is, it's just the last part of the URL for your DAO's page (ex. for , it is ADUToken)

    2. Once you find the contract, you can find the contract name, which is also the same as your project ID (ex. ADUToken) and contract address (ex. 0xe452a2f5665728f5)

    3. Then name the folder A.{contract address without the 0x}.{contract name}. For example, A.e452a2f5665728f5.ADUToken

  3. Inside that folder, add your token logo as a logo.png file. Make sure the logo is relatively small in size (~10 KB)

  4. Inside the same folder, add a token.json file that looks like .

    1. address: the contract address that you got above

    2. contractName: the contract name that you got above (same as your project ID)

    3. path: follow the same format you see in the example, except replace ADUToken with your project's ID in all 3 paths

    4. symbol: the token symbol you chose on Toucans when you created your token. Just make sure you do NOT include the $ symbol.

    5. name: the DAO name you chose on Toucans when you created your token.

    6. decimals: 8

    7. logoURI: use "https://cdn.jsdelivr.net/gh/FlowFans/flow-token-list@main/token-registry/A.e452a2f5665728f5.ADUToken/logo.png", but replace A.e452a2f5665728f5.ADUToken with your folder name from above

    8. tags: "utility-token"

    9. extensions: {}

  5. Copy the contents of your token.json file and then go to the src/tokens/flow-mainnet.tokenlist.json file

    1. In that file, add your object at the bottom of the list

  6. Make a PR to the the using your fork

  7. Ping Jacob in the to accept the PR

🐦
Increment Fi
Emerald City Discord
https://github.com/FlowFans/flow-token-list
Contract Browser
https://toucans.ecdao.org/p/ADUToken
this
original repo
Emerald City Discord