> 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/single-chain-transfer.md).

# Single-chain transfer

{% hint style="info" %}
"**Single-chain transfer**" refers to the process of transferring tokens within the same network.
{% 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 the "**To**" field, you can select one account from the account list or paste the valid address. Once done, hit "**Next**".

<div><figure><img src="/files/b3GLA7fIWoBatoj4DEJK" alt="" width="272"><figcaption></figcaption></figure> <figure><img src="/files/Yi0k2TeCL1civeUsOEKT" alt="" width="272"><figcaption></figcaption></figure></div>

{% hint style="info" %}
If you are in the "**All accounts**" mode, in addition to the above information, you will also need to choose the sender's address.

<img src="/files/Nh6uiG4RsYPju2GXFFk5" alt="" data-size="original"><img src="/files/kPA29LDhT3pznPOVJLdK" alt="" data-size="original">
{% endhint %}

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

<div><figure><img src="/files/XBWrrzAeBxtERyLUPdPI" alt="" width="272"><figcaption></figcaption></figure> <figure><img src="/files/5Gepg40tavZWhnnDiW54" alt="" width="272"><figcaption></figcaption></figure></div>

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

<figure><img src="/files/Ndiu8JT3xBYRTysDaWK2" 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/AQfxitaymDyc4I479jrg" 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/single-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.
