> 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/product/stonkbrokerssnipebot.md).

# StonkBrokersSnipeBot

### 产品概览

StonkBrokersSnipeBot 由一个 Telegram Bot 和一个 `stonk-trading-platform` 服务组成。

### 工作方式

1. 监控器从链上与官方证据中发现代币和发行候选。
2. CA 验证评估候选及其市场条件。
3. 合格信号为每个已启用钱包创建独立交易意图。
4. 执行器仅提交通过全部检查的已验证路由。

信号不保证交易。路由必须已验证、已就绪且可交易。

### Telegram 使用

使用 `/start` 打开机器人。使用 `/help` 查看命令。

`/speed` 查看监控速度。`/status` 查看服务状态。`/trading_status` 查看交易就绪条件。

### 公开通知群组

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

普通用户的钱包操作与个人成交结果仍只在机器人私聊中显示。

### 更多服务与路线图

了解[私有化部署](/cn/bu-shu-yu-yun-wei/si-you-hua-bu-shu.md)或查看 [ARC 系统与开发路线](/cn/product/arc-xi-tong-yu-kai-fa-lu-xian.md)。

{% hint style="info" %}
同一文档站点提供 English edition。
{% endhint %}

### 执行边界

系统从已验证的官方前端与链上证据学习正式 Launcher/V3 组件。

未验证路由时不会发交易。程序已部署不等于实盘已就绪。

请阅读[运行状态与就绪条件](/cn/bu-shu-yu-yun-wei/yun-xing-zhuang-tai-yu-jiu-xu-tiao-jian.md)了解执行检查。


---

# 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/product/stonkbrokerssnipebot.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.
