> 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/receive-tokens.md).

# Receive tokens

## If you want to receive tokens

All you need would be your wallet address. You would need to show your wallet address to your counter-party, and they can send their assets to such address.&#x20;

**Step 1**: Click the **Receive** button on your home screen.

![](/files/tTpU6f3HxwaTmPuJc989)

**Step 2**: Choose the account you want to store the assets once received.

![](/files/6hYBpjpJwci2pXDfCCn4)

{% hint style="info" %}
The above display applies when you start the action from **All accounts** mode.

If you are already in a single-account mode, the wallet would jump directly from **Step 1** to the following **Step 3**:
{% endhint %}

**Step 3**: Choose the asset you would like to receive.

![](/files/l4cc9h2SPuY8cnKnHmLU)

**Step 4**: Get your wallet address & share it with your sender!\
You can get the address in text form by clicking the icon next to the wallet address, or share the QR code version.&#x20;

If you click the **Share** button on the screen, the wallet would treat your wallet address as a message and ask you to send via messaging application such as Telegtam, WhatsApp, etc...

![](/files/h0LswFV04g0oHFKe0rCh)


---

# 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/receive-tokens.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.
