# Analytics module

## Overview

This module provides advanced analytics capabilities, incorporating real-time data, integration of custom and public LLMs and AI-driven insights to help users make informed decisions and to drive transactions and activity in app

### Trade Pulse module

* **Monitoring**: Offers real-time monitoring and analysis of crypto trades across multiple exchanges, from multiple automatically selected traders.&#x20;
* **Token analytics module:**
  * Examine performance, volatility, liquidity, market cap and other markers to evaluate token’s activity and market conditions and provide users with personalised token insights
* **Sentiments insights:** Analyses market conditions to provide market sentiment and price trend insights using custom trained and public LLMs geared toward sentiment analysis

### AI module

* **Sentiment Analysis module**:
  * Collects on-chain data as well as scrapes data from news outlets and social media to feed LLMs to provide a comprehensive social sentiment on various tokens, markets and projects.
* **Trading Assistance module**:
  * Provides automated trading suggestions as a smart assistant, based on all the data retrieved from on chain transactions and users selected risk profile.


---

# 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://monitok.gitbook.io/docs/technology/analytics-module.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.
