# Transfer / Receive Token

One of the functions of Rocket Wallet is receiving and sending tokens. Currently we only support a few tokens, in the future there may be more.

**Support Token :** \
a. Daily Forest \
b. USDT \
c. Wolf Safe Poor People

<figure><img src="/files/3KUSyfP6FMgXeAU2u5Xt" alt=""><figcaption></figcaption></figure>

### Receive Token.

There are 2 methods for receiving tokens, including:\
a. Scan QR Code. User can scan qrcode from Rocket Wallet, if user use metamask / trustwallet just scan it and it will automatic fill the wallet address.

b. Copy the address on the profile dashboard. Click the copy on the address and paste to your anothe wallet like metamask / trust wallet.

### Transfer Token.

User can transfer supported token to another user / wallet , in the dashboard click the transfer and you bring on the transfer page. Paste the Recipient wallet address on the BOX.

{% hint style="info" %}
For Transfer make sure you have BNB as Gas fee & Token balance.\
if you dont have BNB the transcaction will be **Failed**
{% endhint %}


---

# 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://docs.dailiforest.com/rocket-wallet/transfer-receive-token.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.
