# Send and Receive Tokens

## Send Tokens&#x20;

To send tokens, follow these steps:

1. Open the **Assets** tab.
2. Select the token you want to send.
3. If you have multiple accounts holding that token, choose the account you want to use for the transfer.
4. After selecting the account, a menu with three options will appear.
5. To send the token, choose the "Send" option.
6. Enter the amount you want to send.
7. Enter the recipient's wallet address.
8. (Optional) Select the gas fee. Higher gas fees will prioritize your transaction.
9. Tap "Send."

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

KEYRING PRO Wallet also provides alerts about the recipient's address to help you stay cautious during transactions. These alerts may include whether you've sent to this address before or if the account has been flagged by the community as suspicious.

## Receive Tokens

To receive tokens, the sender needs your wallet address. You can easily find your wallet address using the following methods:

#### **Copy Address from Accounts**

1. Go to the **Accounts** tab.
2. Select the account you want to get the address for. A pop-up menu will appear.
3. Tap the **Copy** icon next to the wallet address.

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

#### **Copy Address from Assets**

1. Navigate to the **Assets** tab.
2. Select the token associated with the wallet address you need.
3. Tap on the receiving wallet. A menu will appear.
4. Choose the **Copy Address** option.

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

Once you’ve copied your wallet address, share it with the sender so they can transfer tokens to the correct address.

## Check your Assets &#x20;

When you go to the Asset tab, you'll see all the tokens you own, except those with a very small value (less than $0.01). You can view the current value of each token, which is the total value across all addresses holding that token.

If you tap on a token, you'll see its value for each wallet address and the chains it belongs to. You'll also be able to view detailed information about the token, such as price changes and its rank.

<figure><img src="/files/IbPqm82OoRUye5v7yWvU" alt="" width="375"><figcaption></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://help.keyring.app/keyring-pro/how-to-use/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.
