# Token Transfer

### Transfer

With the Transfer feature in the Trade Terminal, you can transfer your selected token to another wallet. This feature is particularly useful if you're using a hardware wallet to store your most valuable tokens.

Make sure to double check if your destination wallet address is correct and compatible with this token - for example: *don't send unlisted tokens to a centralized exchange!*

You will also be presented with a list of your own Starbot wallets, so you can transfer your tokens between your wallets with ease.

Next, let's check out the [Error Messages](/walkthrough/error-messages.md).


---

# 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.starbot.pro/walkthrough/trade-terminal/token-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.
