The Seedx token repository is an exhaustive and up-to-date database of data on hundreds of different types of cryptocurrency tokens.
Seedx Like many other initiatives, draws its token logos from this collection.
The token data repository stores data from several blockchains, including data on dApps, staking validators, etc. Each token may have its own unique logo and accompanying details (such data is not available on-chain).
Such a large collection can be maintained only through a community effort, so feel free to add your token.
Please note that brand new tokens are not accepted, the projects have to be sound, with information available, and non-minimal circulation (for limit details see https://developer.trustwallet.com/assets/requirements).
The Assets web app can be used for most new token additions (Github account is needed).
Details of the repository structure and contribution guidelines are listed on the Developers site. Here is a quick starter summary for the most common use case.
For details, see the Developers site:
There are several scripts available for maintainers:
make check
-- Execute validation checks; also used in continuous integration.make fix
-- Perform automatic fixes where possiblemake update-auto
-- Run automatic updates from external sources, executed regularly (GitHub action)make add-token asset_id=c60_t0x4Fabb145d64652a948d72533023f6E7A623C7C53
-- Createinfo.json
file as asset template.make add-tokenlist asset_id=c60_t0x4Fabb145d64652a948d72533023f6E7A623C7C53
-- Adds a token to tokenlist.json.make add-tokenlist-extended asset_id=c60_t0x4Fabb145d64652a948d72533023f6E7A623C7C53
-- Adds a token to tokenlist-extended.json.
This repo contains a set of scripts for verification of all the information. Implemented as Golang scripts, available through make check
, and executed in CI build; checks the whole repo. There are similar check logic implemented:
- in assets-management app; for checking changed token files in PRs, or when creating a PR. Checks diffs, can be run from browser environment.
- in merge-fee-bot, which runs as a GitHub app shows result in PR comment. Executes in a non-browser environment.
Info on supported trading pairs are stored in tokenlist.json
files. Trading pairs can be updated -- from Uniswap/Ethereum and PancakeSwap/Smartchain -- using update script (and checking in changes). Minimal limit values for trading pair inclusion are set in the config file. There are also options for force-include and force-exclude in the config.
Seedx team allows anyone to submit new assets to this repository. However, this does not mean that we are in direct partnership with all of the projects.
Seedx team will reject projects that are deemed as scam or fraudulent after careful review. Trust Wallet team 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.
Additionally, spam-like behavior, including but not limited to mass distribution of tokens to random addresses will result in the asset being flagged as spam and possible removal from the repository.