> 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/prerequisites/transfer.md).

# How to transfer tokens

In order to deposit/withdraw or stake in the ELYFI protocol, you must have specific tokens in your wallet. Check the usage of each token, and keep it in your wallet as needed.

* Where to use DAI, USDT, BUSD, etc.
  * Tokens such as DAI, USDT, and BUSD are required to ‘deposit’ to the ELYFI protocol.
* Where to use EL or ELFI
  * EL Token: Required to use EL Staking.
  * ELFI Tokens: Required to use ELFI staking.
* Where to use Ether (ETH)
  * Ether (ETH) is used as a means of payment for network usage because the Ethereum network is used whenever actions such as deposit/withdrawal and reward token receipt and staking are performed.
* Where to use BNB
  * BNB is used as a means of payment for network usage because the Binance Smart Chain(BSC) network is used whenever actions such as deposit/withdrawal and reward token receipt and staking are performed.

#### Please refer to the following video on how to transfer tokens from an exchange to your personal wallet.

* [How to transfer DAI/ETH MetaMask wallet](https://www.youtube.com/watch?v=c7uXfXwqXHg\&list=PLBGsx3ekxtb2Oo-gaW9bjgmI6SMzYwXKE\&index=4)


---

# 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/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.
