# 토큰 등록(import) 방법

{% embed url="<https://www.youtube.com/watch?v=EDjmrv5n0Wc>" %}

엘리파이를 이용하기 위해서는 엘리파이에서 사용할 수 있는 토큰의 종류를 방금 생성한 지갑에 불러와야(import) 합니다. 토큰을 불러오는 방법에는 크게 두 가지가 있는데, 거버넌스 토큰인 ELFI 토큰과 BSC 내토큰을 제외하고는 방법이 같습니다.&#x20;

1\. ELFI 토큰 불러오기

&#x20;1\) ELFI (on Ethereum)

* 메타마스크가 **이더리움 메인넷**에 연결돼 있는지 확인합니다. 메타마스크에서 Import tokens 를 클릭한 후, 맞춤형토큰 탭으로 들어갑니다. 그리고 토큰 계약 주소란에 아래 주소를 입력한 후, 토큰을 불러옵니다.
* ELFI 토큰 컨트랙트 주소: 0x4da34f8264cb33a5c9f17081b9ef5ff6091116f4

![  ](/files/3r6Plc9YyZgQz6fhf7wd)

&#x20;2\) ELFI (on BSC)

* 메타마스크가 **Binance Smart Chain** 에 연결돼 있는지 확인합니다. 메타마스크에서 Import tokens 를 클릭한 후, 맞춤형토큰 탭으로 들어갑니다. 그리고 토큰 계약 주소란에 아래 주소를 입력한 후, 토큰을 불러옵니다.
* 토큰 컨트랙트 주소: 0x6c619006043eab742355395690c7b42d3411e8c0

![](/files/WbND1OREw2Ai2xRockvX)

2\. BUSD

* 메타마스크가 **Binance Smart Chain** 에 연결돼 있는지 확인합니다. 메타마스크에서 Import tokens 를 클릭한 후, 맞춤형토큰 탭으로 들어갑니다. 그리고 토큰 계약 주소란에 아래 주소를 입력한 후, 토큰을 불러옵니다.
* 토큰 컨트랙트 주소: 0xe9e7cea3dedca5984780bafc599bd69add087d56

3\. 그 외 토큰 불러오기

* 메타마스크에서 Import tokens 를 클릭한 후, 검색 탭에서 원하는 토큰을 검색한 후 해당 토큰을 불러옵니다.
* 예시) Elysia (EL), Tether USD (USDT)

![](/files/0dX9i4GxiriBhBM5bYBR)


---

# 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://guide-v1.elyfi.world/korean-2/prerequisites/import.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.
