> For the complete documentation index, see [llms.txt](https://docs.fix.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fix.network/zhong-wen/fix-qian-bao/shi-yong-qian-bao/jie-shou-fix.md).

# 接收FIX

如果要接收FIX，请单击钱包左侧的“*接收*”选项卡。

![钱包的"接收"选项卡概述](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LYvndWBvrmJxi5m4Vyp%2F-LgMkHp5H3NihS3MkxmX%2F-LgMkKzQbCiRdan62V52%2F23.PNG?alt=media\&token=ce6e05fb-5e83-46c6-b6c2-518103fd395c)

要获得资金，你必须向发款人提供接收地址以让其发送，接收地址由钱包本身生成。

当你想要接收付款时，你所要做的就是生成**接收地址**：

&#x20;单击“*接收* ”选项卡右侧的“*接收地址/Receiving Addresses*”按钮。

将出现一个窗口，你可以在其中生成接收地址：

![接收地址生成窗口](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LYvndWBvrmJxi5m4Vyp%2F-LgMkHp5H3NihS3MkxmX%2F-LgMkQsV5TsXI8DaecLS%2F24.PNG?alt=media\&token=76118a4f-f633-4f96-8a42-81a30d9a5c45)

你也可以通过点击“文件” > “接收地址”来访问该窗口。

单击“*新地址* ”按钮以生成新的接收地址，“*标签* ”栏的填写是可选的（最好保持讓钱包地址清楚），地址会自动生成：

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LYvndWBvrmJxi5m4Vyp%2F-LgMkHp5H3NihS3MkxmX%2F-LgMkUvllpGuVyR9ucXI%2F25.PNG?alt=media\&token=9d5d8abe-7135-41a7-bcf7-a5508b8f8aa8)

完成后点击“*OK* ”，你将返回上一个窗口，其中包含新生成的接收地址。

将其复制到剪贴板，你可以通过单击它并点选“ *复制* ”按钮或右键单击它并选择“*复制地址* ”选项；

并将你的接收地址给你的付款人。

收到某个地址的付款后，你可以在“*交易* ”选项卡中看到它：

![显示交易纪录](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LYvndWBvrmJxi5m4Vyp%2F-LgMkHp5H3NihS3MkxmX%2F-LgMkXZBc7jMT6KKMPuP%2F26.PNG?alt=media\&token=c39ba8b2-09e9-4fd7-8ee9-8bfbb3554dea)

{% hint style="warning" %}
**你必须在创建新接收地址后备份你的钱包文件，否则你可能会失去该地址的资金。**
{% endhint %}

​


---

# 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.fix.network/zhong-wen/fix-qian-bao/shi-yong-qian-bao/jie-shou-fix.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.
