# How to Send & Receive tokens

## How to Receive tokens? <a href="#szn1hsynb0b7" id="szn1hsynb0b7"></a>

Receiving tokens is straightforward and can be done by displaying or copying the receiving address. Follow these steps:

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

**Step 2:** Choose the specific token for which you want to receive funds.

**Step 3:** You have two options:

* Click **Copy Address** to copy the wallet address to your clipboard.
* Scan the QR code to obtain the wallet address.

![](/files/7E4I4HeWgsmwqdKdFTQm)

## How to Send tokens? <a href="#id-4gpsurwo5p79" id="id-4gpsurwo5p79"></a>

We provide users with the ability to send a chosen amount of tokens to a specific wallet address through the Ramper wallet. Here's how:

**Step 1:** Access the Ramper wallet.

**Step 2:** Click **Send**, then choose a specific token from the options available.

![](/files/UBSqSn6EMT23KuAsFHfw) ![](/files/QTZflREMKfKWdMTZVuBF)

**Step 3:** Input the desired token amount, then click **Next**.

<img src="/files/EKJxDCzAhx90rCZS8X28" alt="" width="375">

{% hint style="info" %}
**Note:** Please ensure you have enough tokens to cover the [gas fee](/ramper-wallet/user-faqs/what-is-gas-fee.md).
{% endhint %}

<figure><img src="/files/9Me940jZztuwk35rD0we" alt="" width="375"><figcaption></figcaption></figure>

If your account balance is insufficient or if the recipient's address is incorrect, you will receive an error message stating **"Insufficient balance."**

<img src="/files/nakwJ3Q94rNf6BDNNhPx" alt="" width="375">

**Step 4:** Input the recipient's address using one of the following methods:

* Manually enter the recipient's address (ensure it's a valid address).
* Click on the contact icon to select a wallet available in Ramper (only wallets other than the sending wallet will be shown).
* Click the **Paste** button to insert an address copied to your clipboard.\
  After completing this step, click **Review**.

<figure><img src="/files/Cv6pmRor8TElScFspvGD" alt="" width="375"><figcaption></figcaption></figure>

* **Step 5:** Click **Confirm** to authorize the transaction.

<img src="/files/1eHYrj5MjrIGHhvNV9hz" alt="" width="375">

* Once the transaction is confirmed, you will be redirected to a page displaying transaction details.

<img src="/files/Savr0HDpcGuxI4thhkys" alt="" width="375">


---

# 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.ramper.xyz/ramper-wallet/user-guides/how-to-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.
