# 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: 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/prerequisites/transfer.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.
