Token Lists 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 RuGenerous community invites you to add your token to our tokenlists!
- Token should be verified on the cchain explorer.
- Token must be added to a list that it qualifies for:
- Top 15 Tokenlist: Token must be in the top 15 of eligible Avalanche tokens by marketcap.
- AB Tokenlist: Token must be bridgeable on the Avalanche Bridge.
- AEB Tokenlist: Token must be bridgeable on the Avalanche-Ethereum Bridge.
- DeFi Tokenlist: Token must be connected to a DeFi protocol running on Avalanche.
- Stablecoin Tokenlist: Token must be a stablecoin.
- Fuji Tokenlist: Token must be on the Fuji network.
-
Add an entry in the
tokens
field of the appropriate tokenlist. Here is an example using RUG:{ "address": "0xb8EF3a190b68175000B74B4160d325FD5024760e", "chainId": 43114, "name": "RuGenerous", "symbol": "RUG", "decimals": 9, "logoURI": "https://user-images.githubusercontent.com/82294478/142774471-26598744-8497-420c-a4db-4e4fabb9795c.png" }
-
Update the
timestamp
field to the current timestamp. -
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.
List creation is encouraged! The RuGenerous team wants the community to develop their own lists and will not gatekeep new lists.
Avalanche token logos are hosted here.