# Send & Receive Tokens

### How to Send token? <a href="#how-to-send-token" id="how-to-send-token"></a>

Allow users to send a chosen token amount to a specific wallet address.

**Step 1:** Access to Viction wallet

**Step 2:** Click **Send**, then select a specific token

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

**Step 3:** Input the token amount then click **Next**

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

*Notes*:

* If your account balance is insufficient or your address is incorrect, you will get an error message
* You can custom gas fee

**Step 4**: Input the recipient address in these ways:

* Enter recipient address
* Click on the contact icon to select the wallet available in Viction *(Show only wallets other than sending wallet)*
* Click the **Paste** button to paste the address that you have copied into the clipboard

→ Then click **Review**

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

**Step 5:** Click **Confirm** to confirm transaction

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

After the transaction has been finalized, the sender will be redirected to a transaction details page, and the recipient will get a message that they have received the assets.

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

### How to Receive a token? <a href="#how-to-receive-token" id="how-to-receive-token"></a>

The receiving address can be displayed or copied to the clipboard easily by following these steps:

**Step 1:** On the home screen, click **Receive**

**Step 2:** Select a specific token

**Step 3:** Click on the **Copy Address** or Scan the **QR code** to get the wallet address


---

# 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.viction.xyz/viction-wallet/user-guide/send-and-receive-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.
