# Sending Tokens

UniversalX allows you to transfer funds from your account just like you would with a regular wallet—but with some additional features.

To send tokens:

1. Go to "Account" and click **Send** to enter the Transfer interface.
2. Fill in your recipient’s chain and address. UniversalX supports sending **multiple tokens across different chains** in a single transaction.
3. Select a token, enter the amount you'd like to send, then click **Send**.

<figure><img src="/files/uzXegBjqiy159SyXU5DD" alt=""><figcaption><p>Sending two tokens in one transaction with UniversalX.</p></figcaption></figure>

4. This will trigger the **Preview** page, where you can review your transaction details. This page will also show you which Primary Token will be used to pay for gas. The system will auto-select the cheapest option.
5. Click **Confirm** and wait for your transaction to complete.

<figure><img src="/files/HcwVXiSKEwESLIYXlwqY" alt=""><figcaption><p>A transfer's Preview page.</p></figcaption></figure>


---

# 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.universalx.app/understand-1/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.
