# Data Layers & Connectors

To feed its AI systems with accurate and timely information, Selen AI incorporates multiple data ingestion and parsing layers:

* **On-Chain Streams**: Continuous monitoring of blockchain events, particularly on **Solana**, to detect liquidity additions, token launches, swaps, and contract interactions.
* **Decentralized Exchange (DEX) Order Books**: Captures price depth, spread, and trade flow data from integrated DEXs for analysis and quote generation.
* **Developer Wallet Telemetry**: Tracks the behavior of known developer wallets and privileged addresses to surface early signs of project credibility—or risk.

This multi-source data architecture ensures that Selen AI maintains a comprehensive, up-to-date market picture at all times.


---

# 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://selen-ai.gitbook.io/selen-ai/data-layers-and-connectors.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.
