> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/beta/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/beta/mobile-app-user-guide/transfer-and-receive-tokens/transfer-single-chain.md).

# Transfer single-chain

## If you want to send tokens

**Step 1**: Click the **Send** button on your home screen. \
![](/files/n6B4oZi4arg0bqxQVZz8)

**Step 2**: In the **Send** section, please choose your sending account, input the receiving account address, and the chain you want to transfer from and to. Then click **Continue.**\
![](/files/rN3MiYWAFU7n7jNOma5d)

{% hint style="info" %}
The above display applies when you start the action from the **All accounts** mode. \
\
If you start from a single-account mode, the wallet would automatically fill in the **from account** section with the address of the account you are currently in. You would not have to manually select a sending account. \
\
To see if you are in the **All accounts** mode or a single-account mode, please look at the account name on top of the home screen:\
\
![](/files/yFtfPYrTYdQNdOxXg2Wi)![](/files/bL6bQ5Am9yeHyUVI47Lk)
{% endhint %}

The following example would be a transfer within Rococo relay chain:\
![](/files/fDc7wOqcXKKI4I23eVrw)

**Step 3**: Enter the amount you want to transfer. Then click **Continue.**\
\
![](/files/awbtxlG6knBpnCUlkLoE)

**Step 4**: Review your transaction. If you want to proceed, click **Send.**\
![](/files/FL35bD9Z91V14ZGWKrVs)

**Step 5**: Enter your password and click **Confirm.**\
![](/files/f8282trTi4dHhxUutOWW)![](/files/He8m8aR60vGpD7zN2TuC)


---

# 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/beta/mobile-app-user-guide/transfer-and-receive-tokens/transfer-single-chain.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.
