> For the complete documentation index, see [llms.txt](https://guide-v2.elyfi.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-v2.elyfi.world/prerequisites/how-to-import-tokens.md).

# How to import tokens

1\. Importing EL, USDT and oUSDT Token

&#x20;1\) For Ethereum network, you can register tokens by searching for them. After clicking 'Import tokens', search for the desired token in the search tab and register it.&#x20;

![](/files/AyU0sNUeXH0W89CsBEgW)

* Ex. Elysia (EL), Tether USD (USDT)

![](/files/rdyy1bRgf4RSRcV9d2Ah)![](/files/YSFBIbV9sbwb26hkyZeB)

&#x20;

2\) For other cases, after clicking 'Import tokens', refer to the token contract address at the bottom of the 'Custom token' tab and register the corresponding token.&#x20;

* ELFI(on Ethereum) address: 0x6c619006043eab742355395690c7b42d3411e8c0
* ELFI(on BSC) address: 0x6C619006043EaB742355395690c7b42d3411E8c0
* EL(on Ethereum) address: 0x2781246fe707bB15CeE3e5ea354e2154a2877B16
* USDT (on Ethereum) address: 0xdAC17F958D2ee523a2206206994597C13D831ec7
* USDT (on BSC) address: 0x55d398326f99059ff775485246999027b3197955
* oUSDT(on Klaytn) address: 0xcee8faf64bb97a73bb51e115aa89c17ffa8dd167

![](/files/y3ehEp5SCdgaFlCaJoIz)![](/files/LKlpqdQu5hrRZ5X7QfwW)

<img src="/files/MRtcJLjv9J5G5N5K1ZfC" alt="" data-size="original">![](/files/VnzeeBhjSiIXnGTFo2Ju)

2\. Importing SNT and EQT Tokens (on BSC)

&#x20;1\) Check if the wallet is connected to Binance Smart Chain. For MetaMask, click the MetaMask icon next to the SNT or EQT token you want to import and follow the procedure.

<div align="left"><figure><img src="/files/SfIEmMsSpbYIEZ6AS0rK" alt="" width="450"><figcaption></figcaption></figure></div>

![](/files/ZoA4SORuS0FCgI21rfOg)

&#x20;2\) For other wallets, click the copy icon and paste the copied token contract address to register the token.

<div align="left"><figure><img src="/files/MSKxohcBQ1ixhXwp0h63" alt="" width="450"><figcaption></figcaption></figure></div>

![](/files/i2k1mj8qz1Q4JLKZrhNz)![](/files/yJTwMsmyXRU6jvev68XX)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide-v2.elyfi.world/prerequisites/how-to-import-tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
