# How It Works

1. **Connection:** The bot connects to the Ethereum blockchain using an Ethereum node, specifically monitoring the Uniswap Factory Contract.
2. **Detection:** It continuously scans for the `pairCreated` event, which is triggered whenever a new token pair is created on Uniswap.
3. **Notification:** Upon detection, the bot extracts relevant data, formats it, and sends the information to the designated Telegram channel.


---

# 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-vision.gitbook.io/alpha-vision/welcome/how-it-works.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.
