# Sending Tokens

To send tokens using ZKX Wallet, follow these steps:

* On the main screen, click **Send**.

<figure><img src="/files/s9IgtrJUCSJs3ITNe2zK" alt=""><figcaption></figcaption></figure>

* In the **Send Token** interface, enter the recipient’s wallet address.
* Select the token you want to send and enter the amount.
* Review all transaction details carefully, then click and hold **Hold to proceed**.

<figure><img src="/files/L3QOV5U7t91N2BkmMueg" alt=""><figcaption></figcaption></figure>

* Check the estimated gas fee. You can adjust the transaction speed - faster speeds require higher gas fees.
* Confirm the gas fee details, then click **Send** to complete the transaction.

Always double-check the recipient address and amount before confirming, as transactions cannot be reversed.


---

# Agent Instructions: 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:

```
GET https://docs.libertyswap.finance/zkx-wallet/user-manual/sending-tokens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
