# Signal Generation

* **Data Collection**: Dexlens employs a network of APIs and intelligent crawlers to continuously ingest and update live market and social sentiment data from multiple sources.
* **Signal Scoring**: A multi-layered AI system processes the information using distinct modules:
  * **Volatility**: Detects abrupt price movements and instability
  * **Liquidity**: Observes bundle behaviors and trading activity
  * **Wallet**: Tracks wallet clustering and notable movement
  * **Narrative**: Analyzes social momentum, keywords, and narrative trends
* **Bundle Detection**: Identifies suspicious bundle concentrations or distributions
* **Distribution Scoring**: Evaluates wallet concentration to flag potential risks
* **Signal Emission**: When indicators meet key thresholds, Dexlens generates a sentiment alert published to X and displayed within the Terminal


---

# 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://docs.dexlens.io/how-it-works/signal-generation.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.
