> For the complete documentation index, see [llms.txt](https://docs.coinhall.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinhall.org/for-developers/token-onboarding/buybot.md).

# Buybot

Calling all Project Owners:microphone2: Coinhall is offering a paid custom service of configuring a buy-bot for your token at a fee of ~~250~~ 50 USDC. Your Telegram community will be alerted with every buy above the threshold that you've set. i.e. Alert for every >$100 buy transaction.

An example of the buybot alert:

![](/files/dAIaTy4d4gipWGzdjGNa)

To request the buybot service, fill up the [Google form](https://forms.gle/XZP8gE6nzmQqywn57) and DM the admin. Note that we will never DM you first, be careful of scammers!


---

# 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:

```
GET https://docs.coinhall.org/for-developers/token-onboarding/buybot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
