> For the complete documentation index, see [llms.txt](https://docs.pixudi.com/pixudi-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixudi.com/pixudi-manual/ch/jiao-cheng/qian-bao-chuang-jian/neo.md).

# NEO

### NEO

#### NeonWallet

要在 NeonWallet 中创建 NEO 钱包，请访问：<https://neon.coz.io>

然后选择您需要的操作系统：

<figure><img src="https://lh7-us.googleusercontent.com/0e5jfVZ9ra9Z4bsbEU2FRerEvmqX_iPrfOtgy6VodVq01f0tl3l47u8NG7xKBASGtSwv-Gm6dAzk8QcCN4c8uW8pZRRNpYrocuINDAsr6ClO_24JsCV6HkYIlDa9-B0Gw4j8SAHOtsR1ocdrhEpwpEE" alt="" width="375"><figcaption></figcaption></figure>

下载完成后，运行下载的文件（Neon.x.x.x.exe）并等待安装完成。 安装完成后，Neon 应用程序将打开。 点击“创建钱包”：

&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/ea_aurLuq3-9zQd_rKjuiNQhJdAy7MWd6djH0ILAQloGIVd4kAsVDbobEm02Lt69yyJluA-met7zAN2uU62HLenh2iBk4Nxxlz58urszJAH_duJPbO1-1Dxjah8iUMwjNIX7ycYiLMMoONqCkY7vRec" alt=""><figcaption></figcaption></figure>

输入您的钱包名称和密码，然后再次点击“创建钱包”：

<figure><img src="https://lh7-us.googleusercontent.com/lKSp3OJ2r55k3VX7HkYru-rCVMuZy09YCBLSLABztTBzHePFmux8H46Xz9Lhtk-PFB3-YVhlFpYcCEq9ZAAhqmkBg4lSqaT5Ga-TFMkiRxz2oPIZx4ZnKhh3lcV-6CPI8-J1BbQmgDF7AwzUnHd7isQ" alt=""><figcaption></figcaption></figure>

恭喜！ 就这样。 将公钥保存在安全的地方，将来可能会有用。


---

# 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.pixudi.com/pixudi-manual/ch/jiao-cheng/qian-bao-chuang-jian/neo.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.
