# How to send assets via email

## 1. Tokens

### How to send tokens to existing emails

**Step 1:** Access Ramper Wallet.

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

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

<div><figure><img src="/files/IIT1867cyJ5l4EWwS4uE" alt="" width="375"><figcaption><p>Home screen</p></figcaption></figure> <figure><img src="/files/Bbn61PXHoj3MNvgXF2xB" alt="" width="375"><figcaption><p>"Send" section</p></figcaption></figure> <figure><img src="/files/nyFBCypVVEb8VZNff0kn" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="info" %}
**Note: Please ensure you have enough tokens to cover the gas fee.**\
If your account balance is insufficient or if the recipient's address is incorrect, you will receive an error message stating ***"Insufficient balance"***.
{% endhint %}

**Step 4:** Input the recipient's email using one of the following methods (recipient emails that have been logged in Ramper Wallet)

* Manually enter the recipient's email 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.

<figure><img src="/files/ltDyaWPjUu0Yb3dERlem" alt="" width="188"><figcaption></figcaption></figure>

* If the email account is **not** a protected account, the system will **show the address** under the account
* If the email account is a protected account then the system will not show the address under the account and indicate that it is a **Protected Account**

<div><figure><img src="/files/v0vceW1Rvqk01kwEXflG" alt="" width="375"><figcaption><p>Not a Protected account</p></figcaption></figure> <figure><img src="/files/cQFqEVdklBrW8LhKAmJN" alt="" width="375"><figcaption><p>Protected account</p></figcaption></figure></div>

{% hint style="info" %}
The protected account's address is hidden from others. You can turn it on by going to the Settings section and then toggling the **Protected Account** option. [More details](/ramper-wallet/user-faqs/what-is-a-protected-account.md)
{% endhint %}

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

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

<div><figure><img src="/files/IVkbsgGvVZFXp6bsvnEj" alt=""><figcaption></figcaption></figure> <figure><img src="/files/3WjsswKf13PekJ8ymNro" alt=""><figcaption></figcaption></figure></div>

### How to send tokens to new emails (unregistered emails) <a href="#id-ug-sendtokenviaemail-howtosendtokenstonewemails-unregisteredemails" id="id-ug-sendtokenviaemail-howtosendtokenstonewemails-unregisteredemails"></a>

**Step 1:** Input the recipient's email **(recipient emails that have not been logged in Ramper Wallet)**

* If the email is not logged in Ramper before, the system will show that this is an Unregistered Email
* The system will show the text “Unregistered Email” in red if:
  * The sender sends tokens that are not C98 or VIC.
  * The transaction is over 100$.
* **Step 2:** Click the **Review** button and then the **Confirm** button to complete the transaction.

{% hint style="info" %}
Currently, Ramper Wallet supports sending **only C98 and VIC on Viction** to unregistered emails with a maximum value of $100 per transaction.
{% endhint %}

<div><figure><img src="/files/hGuOTy6wDlF7HKJmqx3S" alt=""><figcaption></figcaption></figure> <figure><img src="/files/gn9vy8m2spAN9pqISCcU" alt=""><figcaption></figcaption></figure> <figure><img src="/files/iphXZhGYbbZQqZE4zNjt" alt=""><figcaption></figcaption></figure></div>

## 2. NFTs

### How to send NFT to existing emails

**Step 1:** From the Home screen, switch to the **NFT** tab then choose a specific NFT from the list.

**Step 2:** Click **Send**

<div><figure><img src="/files/DTP52EWKBlfnO7xEEkjo" alt=""><figcaption></figcaption></figure> <figure><img src="/files/4XOjrrbTZ0zdwSBLyNqa" alt=""><figcaption></figcaption></figure></div>

**Step 3:** Input an existing email in the **Send To** field

**Step 4:** Click "Confirm" to authorize the transaction.&#x20;

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

<div><figure><img src="/files/Rk8islTpflxLAefdMgkg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/UJhISdCLUnfYLKrU5zkQ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Icuuvbgbvo1OBWlcAaMF" alt=""><figcaption></figcaption></figure></div>


---

# 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-assets-via-email.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.
