# Using Block Explorers

1. Go to the teleport token factory
   * See [here](/bridge/evm-bridge/listing-a-token.md#overview) for available the contract address
2. Connect your wallet
3. Insert the required information into the "**Create**" action.&#x20;

{% hint style="danger" %}
Be sure to set the "Threshold" to 3.
{% endhint %}

{% hint style="info" %}
The chain IDs are as follows:

ETH (mainnet & ropsten): 1

BSC (mainnet & testnet): 2

tEVM (mainnet & testnet): 3
{% endhint %}

![Token create example.](/files/rPM0cmrVqg7C6F4qCDqC)

4\. Then click the "write" button and confirm the transaction.

5\. Once the transactions is completed go the the created contract and call the accept ownership action.

You can find the created contract address by going to the transaction's internal transactions as shown below.

![​](/files/m3IpWSM9WQVe0dZDBtaz)

## &#x20;<a href="#interacting-with-your-contract-remix" id="interacting-with-your-contract-remix"></a>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tswaps.com/bridge/evm-bridge/listing-a-token/using-block-explorers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
