# 转账

在区块链上转账可能有点令人畏惧；您必须获得正确的钱包地址，这是一长串字符（0x2fbfd5A8B2C31DDB921211933bfb1842FF39B5eA），如果您犯了一个错误，将您的资金发送到错误的地址，基本上您就无法将您的资金退回。

个人资料提供了一个更好、更安全的替代方案，有两个原因：

* 您可以通过搜索个人资料页面找到您的收件人的个人资料，每个用户的用户名都是唯一的。
* 发送到个人资料的资金可以由个人资料所有者退还，如果误发送，否则资金可以被发送者索取。个人资料所有者不能提取发送到其个人资料的资金，除非其个人资料附加的赏金足够大。

## 搜索个人资料

* 点击右上角的下拉菜单中的“创建个人资料”按钮，进入个人资料页面。

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

* 在个人资料页面，点击“个人资料”选项卡，并在搜索框中输入您的收件人的用户名。这将列出您的收件人的个人资料。

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

## 向个人资料转移令牌

* 通过搜索您的收件人的用户名找到收件人的个人资料。
* 展开您的收件人的个人资料，然后单击“选择货币”按钮选择要转移的令牌。

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

* 单击“控制面板”按钮，然后选择“支付个人资料”按钮。填写您要转移的先前选择的令牌金额，并验证交易。

<div><figure><img src="/files/XyrzQlOH4T8J2PronR6Q" alt=""><figcaption></figcaption></figure> <figure><img src="/files/5X1pf6emDuXDEjGy4pD6" alt=""><figcaption></figcaption></figure></div>

## 为您的个人资料附加赏金

要附加赏金到您的个人资料，选择赏金所在的货币。

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

下一步是点击“控制面板”按钮，然后点击“更新赏金”按钮。

<div><figure><img src="/files/Nv5ZFne3J237m3L8vgzH" alt=""><figcaption></figcaption></figure> <figure><img src="/files/d2Zej15Et7ThoGbJLnBp" alt=""><figcaption></figcaption></figure></div>

输入您的赏金 ID，并验证交易。

## 从您的个人资料中提取令牌

发送到您的个人资料的令牌可以从您的个人资料面板的左下角部分查看，就像下面的图片中我们可以看到美元已发送到我们的个人资料中一样。

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

选择一个令牌以查看您在个人资料余额上拥有多少该令牌；在下图中，我们的个人资料持有 11 美元。

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

要提取这个，您必须将一个至少余额为 11 美元的赏金附加到您的个人资料上。附加了赏金后，您可以单击“控制面板”按钮，然后点击“索取收入”按钮。

<div><figure><img src="/files/Nv5ZFne3J237m3L8vgzH" alt=""><figcaption></figcaption></figure> <figure><img src="/files/nj0sjj7SUUsYJNYx5gXX" alt=""><figcaption></figcaption></figure></div>

[在此处获取社区的进一步支持。](https://paychat.payswap.org/#/room/%23paycom%3Amatrix.org?via=matrix.org)


---

# 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.payswap.org/zhong-guo-ren/products/profile/transferring-money.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.
