> For the complete documentation index, see [llms.txt](https://docs.kastle.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kastle.cc/kastle-wallet-help-center/wallet-operations/send-and-receive-tokens.md).

# Send & Receive Tokens

### **Send tokens**

1. After you tap on the "Send" button in the dashboard you will be redirected to the first step where to select the asset you want to send

<figure><img src="/files/KnrwAsJsWnHmuEW1x5iV" alt="Screenshot of Kastle select token Page" width="375"><figcaption></figcaption></figure>

2. After you tap on the "Send" button in the dashboard you will be redirected to the first step where to input the receiver's address

<figure><img src="/files/ZbRZcx0DGlar8oKrcbJ8" alt="Screenshot of Kastle select receiver Page" width="375"><figcaption></figcaption></figure>

2. After adding the receiver's address, tap on "**Next**"

<figure><img src="/files/WeQfzNpyWgFwhEShvWsJ" alt="Screenshot of Kastle receiver address Page" width="375"><figcaption></figcaption></figure>

3. Now select the amount you want to send by using the app's keyboard and then tap on "Next"

<figure><img src="/files/LTUqKspRmc4bqSXv70tt" alt="Screenshot of Kastle set amount Page" width="375"><figcaption></figcaption></figure>

4. Confirm the transaction by swiping

<figure><img src="/files/1yyWPcvdW3brpI34bxki" alt="Screenshot of Kastle send confirmation Page" width="375"><figcaption></figcaption></figure>

5. After the confirmation you should see the "Success" screen if everything went through correctly

<figure><img src="/files/nkm6zZ9efYdu7rylCJ7p" alt="Screenshot of Kastle send success Page" width="375"><figcaption></figcaption></figure>

### **Receive Tokens**

1. To receive tokens just:
   1. Tap on the "Receive" button and select the network you want to copy the address for between Kaspa L1, Kasplex L2 and Igra L2

<figure><img src="/files/MWIczEa6Uq9IjTDqyeoQ" alt="Screenshot of Kastle select receiving wallet Page" width="375"><figcaption></figcaption></figure>

2. Tap on "Copy" or "Share" and deliver the address to the sender.

<figure><img src="/files/8eV2I2fGc8vIoTYQGqoQ" alt="Screenshot of Kastle receiving wallet QR Page" width="375"><figcaption></figcaption></figure>


---

# 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.kastle.cc/kastle-wallet-help-center/wallet-operations/send-and-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.
