> For the complete documentation index, see [llms.txt](https://docs.dailiforest.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dailiforest.com/rocket-wallet/transfer-receive-token.md).

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