# About

Humanode BotBasher for Telegram is a Telegram bot that provides Sybil-resistance to private groups and channels via biometric uniqueness checks.

Users link their Telegram account to their biometrics, and the system performs a uniqueness check to ensure that a person can't link multiple accounts.

Admins set up their groups and channels to be managed by BotBasher, which handles users' join requests by only accepting accounts with proven uniqueness; in addition, it continuously kicks all participants (not including admins!) who do not have proven uniqueness. The uniqueness check prevents a person from using more than one account - thus ensuring all the participants of a BotBasher-managed group or channel are non-Sybil accounts.

The system also has generations, and at each generation change (roughly half a year) all biometric data is wiped, voiding the uniqueness proofs; users have to prove their uniqueness again by linking an account to biometric data.


---

# Agent Instructions: 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://gitbook.humanode.io/botbasher/telegram/all/about.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.
