# How We Find Alpha

<div data-full-width="false"><figure><img src="/files/o3t3pJ3HCHQiNOpR6xff" alt=""><figcaption></figcaption></figure></div>

The operation of Alpha Radar Bot can be described in three stages:&#x20;

1. **Extensive data collection**&#x20;

Firstly, we use web crawling to search new projects from various sources and collect project related information as much as possible, including both on-chain and off-chain data. &#x20;

Example:&#x20;

* Data source: Twitter, blockchain explorer
* On-chain data: ex. Volume, liquidity, contract security, number of holders &#x20;
* Off-chain data: Socials, number of followers on X

2. **Projects screening and analysis**

Our dedicated AI model analyzes and evaluates projects using collected data from over 10,000 past tokens. Our experienced data scientists, AI and crypto experts supervise the model to ensure reliable results. We employ feature engineering to train the model with over 100 features to identify potential tokens.

<figure><img src="/files/ikKP6PCdrnva9jx50h6D" alt=""><figcaption><p><strong>Our core technique: the Multi-modal deep auto-encoder network.</strong></p></figcaption></figure>

3. **Information output through Telegram Bot**&#x20;

Once a new project passes our criteria to be considered a potential alpha, it will be pushed to Alpha Radar Bot users in Telegram. We also provide some customized criteria for users to set (e.g., market cap, number of holders).&#x20;

The potential alphas will be updated daily, with an estimated 5-10 potential alpha candidates each day, depending on market conditions.

<figure><img src="/files/5gBEjOcTx4LwP7jhvdgd" alt=""><figcaption></figcaption></figure>


---

# 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://alpha-radar-bot.gitbook.io/doc/how-we-find-alpha.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.
