# How SynaptAI Works

SynaptAI operates as an AI-powered chatbot that functions as a **crypto trading advisor** through natural language interaction. Users communicate directly with the AI agent—via web, mobile, or Telegram mini-app—to receive real-time insights, trend forecasts, and risk analysis on cryptocurrency markets.

The platform works through three core layers:

1. **Data Aggregation Layer**
   * Aggregates price feeds, on-chain data, news sentiment, social trends, and historical patterns from multiple sources.
2. **AI Processing Layer**
   * Utilizes machine learning models trained on market behavior, technical indicators, and NLP-based sentiment analysis.
   * Continuously improves through reinforcement learning and user feedback loops.
3. **User Interaction Layer**
   * A chat-based interface enables users to ask questions (e.g., “What’s the outlook for BTC this week?”) and receive structured responses including charts, probability-based predictions, and strategy suggestions.

All major functionalities are token-gated via $SPAI, which unlocks advanced analytics, prediction scores, and premium advisor sessions.


---

# 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://synaptai.gitbook.io/synaptai-docs/platform-overview/how-synaptai-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.
