> For the complete documentation index, see [llms.txt](https://doc.ave.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.ave.ai/cn/ave.ai-jiao-cheng/ju-ji-ji-qi-ren-shi-yong-jiao-cheng/chuang-jian-bot-qian-bao.md).

# 创建Bot钱包

通过Telegram链接 <https://t.me/AveSniperBot?start=4-ref_aveai> 进入机器人后，点击下方 **START按钮** 开始使用。

\
第一次使用时需要创建或导入至少一个钱包以支持后续操作。您最多可创建或导入五个钱包。

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

选择【**创建钱包**】， 系统会为您自动创建一个钱包托管在机器人后台，并提示以下消息。

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

你可以点开雪花查看助记词。**您需要妥善保管好您的助记词，建议手动抄写下来保存**。在机器人中，助记词只会显示这一次，且不可导出。

\
您也可以选择【导入钱包】，通过输入其他已有钱包的12位助记词来创建钱包。

<figure><img src="/files/4s55QuQii5OEx5GE9cvC" alt=""><figcaption></figcaption></figure>

钱包创建成功之后，将会弹出机器人控制主面板。您也可以点击 Menu 按钮，弹出 /start菜单并点击，或者直接发送/start命令来唤起控制主面板。

\
现在您可以在机器人中使用这个钱包啦！交易和狙击前，别忘了向你的地址中转入资金和Gas费哦


---

# 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://doc.ave.ai/cn/ave.ai-jiao-cheng/ju-ji-ji-qi-ren-shi-yong-jiao-cheng/chuang-jian-bot-qian-bao.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.
