Listing a token
Guide to bridging your token from Telos native to BSC, Ethereum and Telos EVM.
Last updated
Was this helpful?
Guide to bridging your token from Telos native to BSC, Ethereum and Telos EVM.
Last updated
Was this helpful?
Lising a token is done by creating a modified ERC-20 token contract on the EVM-side of the bridge. This is done through a Token Factory contract. Here is the current factory contracts deployed on the supported networks:
Mainnet
BSC:
TEVM:
Testnet
BSC:
Goerli:
TEVM:
To bridge across to BSC/ETH/TEVM you will need to have:
A token on Telos.
A BSC/ETH/TEVM account. (BSC and TEVM has lower transactions fees)
Have BNB/ETH/TLOS on the previous address. See specific amount table below
BSC
0.3 BNB
0.01 BNB
Ethereum
0.1 ETH
0.01 ETH
Telos EVM
100 TLOS
0.01 TLOS
Create token on BSC/ETH/TEVM using the teleport token factory contract. This can be done in one of two ways:
Using Block Explorers - Recommended for most users
Using Remix - Requires more some knowledge of Solidity smart contracts.
Send your newly created token details to us so that we can complete the process.
​
Interacting with the TeleportToken contract on is known to have issues on Telos EVM testnet. We recommend using Remix for Telos EVM testnet instead.
Fill in this form: ​
Send your token address to
As soon as we've received these details, we'll set up the bridge.To use the bridge, see ​