> For the complete documentation index, see [llms.txt](https://docs.everwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.everwallet.net/manage-assets/sending-and-receiving-tokens.md).

# Sending and receiving tokens

## Receiving

In order to find your address or QR code for receiving tokens click on the <mark style="color:orange;">**Receive**</mark> button. \
This is your account address where your tokens will be stored. \
You will have to share this address with whoever will send you tokens, regardless of the token being sent (this applies, of course, only to EVER token and other TIP-3.1 tokens).

<figure><img src="/files/76hUXC4fP9iDhNAtJcOM" alt=""><figcaption></figcaption></figure>

## Sending

In order to send tokens click **Send**. \
This will open up the send message tab where you will see a number of fields that you have to fill in:

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

**(1) Select the token** you want to send (if the token is not displayed, add it in the [select assets menu](/manage-assets.md)).\
\&#xNAN;**(2)** Enter the **number of tokens** you want to send .\
\&#xNAN;**(3)** Enter the [**receiver’s address**](#receiving)**.**\
\&#xNAN;**(4)** **Commentary** (sometimes a receiver will require you to put something in this field).

Fill out the required fields and click **Send**. \
Once more, check the receiver’s address and familiarize yourself with the commission on the transfer. \
If everything checks out, enter your seed **password** and click **Confirm transaction**.

Note that you can r**emember the password**. \
In this case, within 5 minutes of confirming this transaction, you will not have to enter the password to confirm other transactions.

<figure><img src="/files/56o6VJJuTexJeXxKOaXl" alt=""><figcaption></figcaption></figure>

That’s it! The transaction will be processed in a couple of seconds and you will see it in your wallet. To view the transaction, go to the [transactions menu](/manage-assets/transactions.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.everwallet.net/manage-assets/sending-and-receiving-tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
