> For the complete documentation index, see [llms.txt](https://docs.stonksnipebot.best/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stonksnipebot.best/cn/shi-yong-zhi-nan/kuai-su-kai-shi.md).

# 快速开始

### 开始前准备

准备 Telegram 账号和专用 Robinhood Chain 交易钱包。

仅存入可承受损失的 ETH。不要使用主储蓄钱包。

### 设置钱包

1. 在私聊中发送 `/start`。
2. 创建托管钱包，或导入专用私钥。
3. 向显示地址转入 Robinhood Chain ETH。

每位用户最多可创建五个加密托管钱包。请为每个钱包设置清晰备注。

### 配置策略

每个钱包独立设置目标、模式、买入金额、滑点和 gas 倍数。

另可设置 Launcher 买卖费率上限、止损和最多五档止盈。

例如，`50:25,100:100` 表示盈利 50% 时卖出剩余仓位的 25%。盈利 100% 时卖出全部剩余仓位。

确认限额后再启用钱包。钱包操作仅限私聊。

### 公开通知

加入 [Telegram 公开通知群组](https://t.me/+AXabeDr1JblmZjZh) 接收公开 CA 信号和学习钱包测试结果。

{% 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.stonksnipebot.best/cn/shi-yong-zhi-nan/kuai-su-kai-shi.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.
