> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/mobile-app-user-guide/receive-and-transfer-assets/transfer-tokens/cross-chain-transfer.md).

# Cross-chain transfer

{% hint style="info" %}
"**Cross-chain transfer**" refers to the process of transferring tokens between different networks for enhanced collaboration and decentralized exchange.
{% endhint %}

**Step 1**: Open the SubWallet app and tap the "**Send**" button on the homepage.

<figure><img src="/files/Xiir6JjOP7vCMpqdSRcS" alt="" width="272"><figcaption></figcaption></figure>

You will be directed to the Transfer screen.

<figure><img src="/files/Pa294kT8RjW1NeZZNojv" alt="" width="272"><figcaption></figcaption></figure>

{% hint style="warning" %}
If you are in Single-account mode, make sure the account you initially chose is not watch-only.
{% endhint %}

**Step 2:** Enter the required information in the corresponding fields.

*In this example, we will transfer MYTH tokens on the Polkadot Asset Hub network to the Mythos network from account "Andy 2" to account "Andy 1".*

To make the cross-chain transfer, you first need to select the token you want to transfer by clicking on the top-left field (in this example, MYTH).

<div><figure><img src="/files/M7OQjoqHvYhpJxQH4oxS" alt="" width="272"><figcaption></figcaption></figure> <figure><img src="/files/yjcO1VSLRiUvgiKAKMJu" alt="" width="272"><figcaption></figcaption></figure></div>

Next, select the destination network (the network you want to transfer tokens to) by clicking on the top-right field.

<div><figure><img src="/files/6PiPAYsEWtK8mHjhEubX" alt="" width="272"><figcaption></figcaption></figure> <figure><img src="/files/AObMZmkqdsVPqKJ6gM5F" alt="" width="272"><figcaption></figcaption></figure></div>

Enter the recipient's address, then hit "**Next**".

<figure><img src="/files/31MdDoQuKvJKrvmNlESC" alt="" width="272"><figcaption></figcaption></figure>

{% hint style="info" %}
With this type of transfer, you can select the same account for both the sender and recipient.
{% endhint %}

{% hint style="warning" %}
Note that transferring tokens cross-chain to a centralized exchange (CEX) address will result in loss of funds. This is because these CEXs may not recognize or properly credit deposits made to their wallet addresses.

![](https://docs.subwallet.app/~gitbook/image?url=https%3A%2F%2F631687399-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F-Lh39Kwxa1xxZM9WX_Bs%252Fuploads%252FvIiUHFDKXryYf901qdk0%252FScreenshot_39.png%3Falt%3Dmedia%26token%3D10fd8b1e-9cb0-4cfc-85c7-f93b00d2fd8d\&width=300\&dpr=4\&quality=100\&sign=5e6fa971\&sv=2)

If you face this situation, it is recommended that you contact their support team as soon as possible.
{% endhint %}

**Step 3:** Enter the amount you want to transfer and then hit "**Transfer**".

<div><figure><img src="/files/yU6EyhWZX6OTbvxgeMAy" alt="" width="272"><figcaption></figcaption></figure> <figure><img src="/files/53QIv01bNe0ZbcIUjKTI" alt="" width="272"><figcaption></figcaption></figure></div>

**Step 4**: Check your transaction details, then hit "**Approve**" to proceed.

<figure><img src="/files/8KheMm1KuFrexv8EXwqF" alt="" width="272"><figcaption></figcaption></figure>

**Step 5**: Transaction result is in!

<figure><img src="/files/pi2GDrUiIQkd8px7k0rP" alt="" width="272"><figcaption></figcaption></figure>

You can select "**Back to home**" to return to the homepage or "**View transaction**" to see transaction details in the History tab.

{% hint style="info" %}
If you press "**View transaction**", SubWallet will show you the latest transaction record in your transaction history along with the extrinsic hash of the transfer.

<img src="/files/4t6rVBUi6eFM55tTuwRu" alt="" data-size="original">
{% 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.subwallet.app/main/mobile-app-user-guide/receive-and-transfer-assets/transfer-tokens/cross-chain-transfer.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.
