> For the complete documentation index, see [llms.txt](https://docs.tswaps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tswaps.com/bridge/evm-bridge/listing-a-token.md).

# Listing a token

## Overview

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: [0x20c5bdabf14499234a4ec62b81145164f867da98](https://bscscan.com/address/0x20c5bdabf14499234a4ec62b81145164f867da98#writeContract)
  * TEVM: [0x7a82dE1B2159C33C8d93cd9Dbb06350820458E4f](https://www.teloscan.io/address/0x7a82dE1B2159C33C8d93cd9Dbb06350820458E4f/#contract)
* Testnet
  * BSC: [0xb945Dc9F48895F296eE30447A4dD603eaa2f3E72](https://testnet.bscscan.com/address/0xb945Dc9F48895F296eE30447A4dD603eaa2f3E72#code)
  * Goerli: [0xB4067e220966a41dd1694abAC422d6ca9cd2EC7D](https://goerli.etherscan.io/address/0xB4067e220966a41dd1694abAC422d6ca9cd2EC7D#code)&#x20;
  * TEVM: [0x6F174B0a2c6B6807CcCc18b6643dbf755E31400c](https://testnet.teloscan.io/address/0x6F174B0a2c6B6807CcCc18b6643dbf755E31400c/#contract)&#x20;

## Requirements

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

| Chain     | Amount (Mainnet) | Amount (Testnet) |
| --------- | ---------------- | ---------------- |
| BSC       | 0.3 BNB          | 0.01 BNB         |
| Ethereum  | 0.1 ETH          | 0.01 ETH         |
| Telos EVM | 100 TLOS         | 0.01 TLOS        |

{% hint style="info" %}
These values are subject to change.
{% endhint %}

## Steps

{% hint style="danger" %}
Interacting with the TeleportToken contract on [Teloscan](https://testnet.teloscan.io/) is known to have issues on Telos EVM testnet. We recommend using Remix for Telos EVM testnet instead.
{% endhint %}

1. Create token on BSC/ETH/TEVM using the teleport token factory contract. This can be done in one of two ways:
   * [Using Block Explorers](/bridge/evm-bridge/listing-a-token/using-block-explorers.md) - Recommended for most users
   * [Using Remix](/bridge/evm-bridge/listing-a-token/using-remix.md) - Requires more some knowledge of Solidity smart contracts.&#x20;
2. Send your newly created token details to us so that we can complete the process.
   * Fill in this form: <https://forms.gle/jtLeFtDsRfdUkJZv5>​
   * Send your token address to <https://t.me/+vuTCHwfB23wwYzU0>

As soon as we've received these details, we'll set up the bridge.To use the bridge, see [Sending tokens](https://app.gitbook.com/s/-MZmYa_En2H0T5iQjMMv/help/using-the-wallet#sending-tokens)​

​
