> For the complete documentation index, see [llms.txt](https://guide-v1.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-v1.elyfi.world/korean-2/prerequisites/transfer.md).

# 토큰 전송 방법

엘리파이 프로토콜에서 예치/출금 또는 스테이킹을 하기 위해서는 지갑에 특정 토큰을 보유하고 있어야 합니다. 각 토큰의 사용처를 확인하시고, 필요에 따라 지갑에 보유하시면 됩니다.

* DAI, USDT, BUSD 등의 사용처
  * 엘리파이 프로토콜에 ‘예치’하기 위해서는 DAI, USDT, BUSD 와 같은 토큰이 필요합니다.
* EL 또는 ELFI 사용처
  * EL 토큰: EL 스테이킹을 이용하기 위해 필요합니다.
  * ELFI 토큰: ELFI 스테이킹을 이용하기 위해 필요합니다.
* Ether(ETH) 사용처
  * 예치/출금과 보상 토큰 수취 및 스테이킹과 같은 액션을 할 때마다 이더리움 네트워크를 사용하기 때문에 네트워크 사용료 지급 수단으로 이더(ETH)가 사용됩니다.
* BNB 사용처
  * 예치/출금과 보상 토큰 수취 및 스테이킹과 같은 액션을 할 때마다 BSC 네트워크를 사용하기 때문에 네트워크 사용료 지급 수단으로 BNB가 사용됩니다.

거래소에서 개인 지갑으로 토큰을 전송하는 방법에 대해서는 다음 영상을 참고하세요.

* [DAI / ETH 메타마스크 지갑 전송 방법](https://www.youtube.com/watch?v=-HgWW2GxxYU)


---

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