📃
Get listed
Add your token to the recognized tokens list
In the CarbonSwap ecosystem there are no restrictions. We cannot stop anybody from listing, trading, bridging or doing anything they want within the technical limitations.
It's a decentralized world so there are no permissions.
To do so, you can either:
- Write to the dev team ([email protected]) with the following details:
- chainID
- token address
- token name
- token decimals
- token symbol
- logoURI (png or svg)
- tags (for options, see below)👇
- Preferably a description of your project/token as well
- All of the above
"tags": {
"stablecoin": {
"name": "stablecoin",
"description": "Tokens that are fixed to an external asset"
},
"ewfmember": {
"name": "ewfmember",
"description": "Token of an Energy Web Foundation member"
},
"green": {
"name": "green",
"description": "Token of a project that is completely renewably powered"
},
"wrapped": {
"name": "wrapped",
"description": "Tokens that are a wrapped version of their original, holding the same value"
},
"bridged": {
"name": "bridged",
"description": "Tokens that are bridged over from another chain"
},
"meme": {
"name": "meme",
"description": "Tokens that were created with no specific purpose, for fun"
},
"native": {
"name": "native",
"description": "Tokens that are native to the Energy Web Chain"
}
}
Last modified 2yr ago