This repo serves as an easy way to submit tokens for whitelisting on Thruster's token list. Pull requests (PRs) will be processed periodically, for more urgent requests please reach out to the team on Discord -- spam will be rejected.
In order for any submitted request to be considered, Thruster requires the following:
- Verified token contract address on Blastscan
- Over $100,000 of ETH/USDB liquidity in your primary liquidity pool
- Twitter presence, or if no established representation and history on Twitter then locked/burnt LP
To submit a request to whitelist a token on the Thruster frontend, you must do the following in a pull request:
- In the corresponding chain directory in
/chains
(e.g. Blast is 81457), create a directory in/assets
using the token contract address in lowercase.- Note: Do not modify the
token-list.json
file at the root of the chain directories, this file is auto-generated fromupdate_list.sh
script.
- Note: Do not modify the
- For your token directory, you must create 2 files:
token-info.json
- You must add the following:
tokenAddress
: lower case contract address which should match your folder nametokenName
: the token name on the blockchaintokenSymbol
: the token symbol on the blockchaintokenDecimals
: the decimals of the token on the blockchaintokenCategory
: desired category for the token (i.e.DeFi
,Stablecoin
,Memecoin
,Game
, or by defaultOther
)
- You must add the following:
token-logo.svg
- A svg file image of your token logo as a circle, which MUST be under 150 KB. Rectangles and other shapes of images will not be accepted.
- Additionally, in the submitted PR, please add a brief description of the type of token if the token contract is non-standard (e.g. non-ERC20, BT404, tax).
- You must run (from root) the
update_list.sh
file which will automatically update the associatedtoken-list.json
file.
When you create a PR, a checklist of the above requirements should automatically be populated to help you make sure to submit the necessary information. Your PR will not be accepted unless all information is complete.
If you have any additional information or requests (e.g. changing default token name, otherwise will be pulled from contract), please add any info under the Additional Information section in the pull request.
To update token-list.json
, you will need to run from root:
./update_list.sh
You will need the jq
package installed, see instructions to install here: https://jqlang.github.io/jq/download/.
This will add the token information from the directory added to the token-list.json
file at the root of the chain
directory.
Thruster allows anyone to submit new assets to this repository. However, this does not mean that Thruster endorses any of these projects. It is important that individuals performs their own due diligence and risk assessment.
Thruster will reject projects that are deemed as scams or fraudulent after careful review. Thruster 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 Thruster deems relevant.