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

# StonkBrokersSnipeBot

### Overview

StonkBrokersSnipeBot is one Telegram bot and one stonk-trading-platform service.

It monitors Robinhood Chain through Validation Cloud and ArrowRPC. Both WSS and HTTPS feeds contribute observations. The service deduplicates repeated observations.

### How it works

1. The monitor identifies token and launch candidates from chain and official evidence.
2. CA verification evaluates the candidate and its market conditions.
3. A qualifying signal creates one trade intent for each enabled wallet.
4. The executor submits only routes that pass every execution check.

A signal never guarantees a trade. A route must be ready, verified, and tradable.

### Telegram access

Use `/start` to open the bot and `/help` for command help. Use `/speed` for monitoring speed, `/status` for service details, and `/trading_status` for trading readiness.

Perform wallet actions only in private chat. Group messages contain CA alerts and designated learning-wallet results.

### Public alert group

Join the [public Telegram alert group](https://t.me/+AXabeDr1JblmZjZh).

The group receives public CA alerts and designated learning-wallet test results. Custody-wallet actions and individual execution results remain private to each user.

For hosted setup, see [Private Deployment](/deployment-and-operations/private-deployment.md). See [ARC System and Development Roadmap](/product/arc-system-and-development-roadmap.md) for planned capabilities.

{% hint style="info" %}
A Chinese edition is available on this documentation site.
{% endhint %}

### Execution boundaries

The service learns Launcher/V3 components from verified official frontend and on-chain evidence. No verified route means no transaction.

Deployment alone does not make trading ready. Read [Runtime Status and Readiness](/deployment-and-operations/runtime-status-and-readiness.md) for the required operational checks.


---

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