Skip to content

Super Token Listing Guide

Didi edited this page May 18, 2022 · 2 revisions

Deployment of new Super Tokens is permissionless, see the Super Token Deployment Guide for how to do so.

In order to make new Super Tokens available in the Superfluid Dashboard, they need to be listed.
If your token looks like a potential scam or we can't find reliable information about your project/company, we reserve the right to not support it in the Superfluid hosted frontend applications.

The listing process is straightforward: after deploying the Super Token, create an issue request containing the following information:

  • Email, Telegram and/or Twitter handle
  • Link to the verified Super Token contract on a Block Explorer
  • Link to a logo of the token in SVG (preferred) or PNG format
  • Link to the coingecko entry of the token, alternatively a default token price in USD

If you're familiar with Github's Pull Request workflow, you can speed up the process by instead creating a PR in the assets repository. Just add a directory for the Super Token and one for the underlying ERC20 (if exists) to public/tokens. See pre-existing entries.

Clone this wiki locally