# AI Trading Signal Center

The AI Trading Signal Center is the analytical core of Vantix AI. It aggregates live market data from multiple DEXs and order books, normalizes pricing feeds, and feeds them into proprietary machine learning models for predictive analysis. Signals are generated in real-time using a combination of:

* **Time-series forecasting (LSTM, ARIMA)** for short-term price movements.
* **Sentiment analysis** on social media and on-chain transaction metadata.
* **Volume and liquidity analysis** to identify potential slippage risks.

Each signal includes metadata such as confidence score, expected price impact, and optimal execution timing. Users can subscribe to individual signal types or comprehensive signal bundles based on their risk profile and strategy preferences.


---

# 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://vantix-ai-docs.gitbook.io/vantix-ai/core-features/ai-trading-signal-center.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.
