# 发送和接收代币

## 发送代币&#x20;

要发送代币，请按照以下步骤操作：

1. 打开资产标签。
2. 选择你想要发送的代币。
3. 如果你有多个账户持有该代币，选择你想用来进行转账的账户。
4. 选择账户后，会出现三个选项的菜单。
5. 选择“发送”选项来发送代币。
6. 输入你要发送的数量。
7. 输入收款方的钱包地址。
8. （可选）选择燃料费。较高的燃料费将优先处理你的交易。
9. 点击“发送”。

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

**KEYRING PRO Wallet**还提供关于收款方地址的提醒，帮助你在交易过程中保持警惕。这些提醒可能包括你是否曾经向该地址发送过代币，或者该账户是否被社区标记为可疑。

## 接收代币

要接收代币，发送方需要你的钱包地址。你可以通过以下方法轻松找到你的钱包地址：

#### 从账户中复制地址

1. 前往账户标签。
2. 选择你想获取地址的账户，弹出菜单将出现。
3. 点击钱包地址旁边的复制图标。

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

#### 从资产中复制地址

1. 前往资产标签。
2. 选择与你需要的钱包地址相关的代币。
3. 点击接收钱包，会弹出一个菜单。
4. 选择“复制地址”选项。

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

复制钱包地址后，将其分享给发送方，以便他们将代币转账到正确的地址。

## 检查你的资产 &#x20;

当你进入资产标签时，你将看到你拥有的所有代币，除了那些价值非常小的代币（少于$0.01）。你可以查看每个代币的当前价值，该价值是所有持有该代币的地址的总和。 如果你点击某个代币，你将看到该代币在每个钱包地址中的价值和它所属的链。你还可以查看该代币的详细信息，如价格变动和排名。

<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/zh/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.
