This repository holds a list of whitelisted tokens in the Elrond web tools. A whitelisted token can have website and socials URLs, a logo or a description, that will be displayed on Elrond products, such as the Elrond Explorer or the Web Wallet. The logos are also used in the Maiar App.
Amplify your brand via the Elrond Network web tools & the Maiar App.
Add a logo, description & socials for your ESDT token.
Project owners can create a PR to this repo. Create a folder named exactly as your ESDT ID or NFT Collection ID, i.e. TOKEN-abcc123. Add 2 files for the logo: logo.png and logo.svg. Also add an info.json file containing all the relevant information, as following:
Here’s a prefilled template for the .json file to get you started:
{
"website": "https://www.elrondtoken.com",
"description": "The ERD token is the utility token of Elrond Token",
"ledgerSignature": "1234",
"social": {
"email": "[email protected]",
"blog": "https://www.elrondtoken.com/ERD-token-blog",
"twitter": "https://twitter.com/ERD-token-twitter",
"whitepaper": "https://www.elrondtoken.com/ERD-token-whitepaper.pdf",
"coinmarketcap": "https://coinmarketcap.com/currencies/ERD-token",
"coingecko": "https://www.coingecko.com/en/coins/ERD-token"
},
"lockedAccounts": {
"erd1alice": "Team vesting",
"erd1bob": "Locked private sale"
},
"extraTokens": [
"LPTOKEN-1234",
"STAKED-1234"
],
"status": "active"
}
ledgerSignature
will be generated by Elrond. It will give your token “whitelist” status on the Ledger app and enable a more data rich flow for users storing your token on their Ledger hardware wallets. If one wants to set a Ledger signature, request it when opening a PR.lockedAccounts
defines accounts that do not actively transfer tokens, which will be subtracted from the supply to determine the circulating supply of the tokenextraTokens
defines tokens / MetaESDT collection identifiers that are part of the token itself (LP tokens, Farm tokens, Metastaking tokens, etc). These extra tokens will be also taken into consideration when calculating distinctaccounts
& total number oftransactions
in the token details API endpoint
- logo does not resemble Elrond/Maiar logos, or other trademarked visual identities
- PR files need to be named info.json, logo.svg and logo.png
- the PR title has to be the token name + identifier (ex: TOKEN-abc123)
- projects need to have a minimum of 1000 token holders and token transactions
- projects need to have a minimum of 1000+ Twitter, Discord or TG official channel followers
- projects need to have a working website
- max pic size 100kb (.png, .jpg)
- must look good also when cropped as a circle
- must define a transparent background
- must have sufficiently good contrast both when rendered on a light background, as well as a dark background
- mandatory when opening a pull request
- must have a resolution of 200x200 pixels
Example |
- mandatory when opening a pull request
- must have a square format
Example |