> For the complete documentation index, see [llms.txt](https://tutorial.neoline.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorial.neoline.io/getting-started/manage-assets/how-to-transfer-to-other-wallets-exchanges.md).

# How to Transfer to Other Wallets/Exchanges

Before transferring, ensure the network and wallet address are correct. If everything is OK, follow these steps:

* Click \[Transfer] on the wallet homepage.
* Enter the \[Transfer Address],If it's a frequently used address, we recommend adding it to your \[Address book]. You can find the tutorial here;
* Select the \[Asset] and enter the \[Amount];
* Click \[Next] to confirm the transfer details. If everything is correct, click \[Confirm] to complete the transaction.

<figure><img src="/files/PZXsCd3MYpHVLvVcFlxX" alt=""><figcaption></figcaption></figure>

Note:

1. Before transferring, please check whether the receiving address platform accepts the token;
2. Before transferring, please make sure there are enough funds for gas fees to avoid transfer failure.
3. When transferring, please ensure that the asset being transferred and the recipient address are on the same blockchain network. For example, if the recipient address is a Neo N3 address, the transfer should be made on the Neo N3 network.


---

# 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://tutorial.neoline.io/getting-started/manage-assets/how-to-transfer-to-other-wallets-exchanges.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.
