# The Solution

AIGMX is not a notification bot. It is designed to behave like a live KOL: it publishes reports, replies to questions, and builds continuity over time.

### Core principles:

**🔍 Evidence first:** posts are grounded in on-chain facts (positions, fills, risk, PnL windows) and backed by visualizations.

**🧠 Memory + identity:** AIGMX assigns consistent aliases to recurring actors and remembers prior coverage so updates have continuity.

**✍️ Narrative clarity:** the goal is not to dump data, but to answer the reader’s real question: *what happened, why it matters, and what to watch next.*

### Two Modes of Operation

#### 🏹 Mode A: The Proactive Hunter (Under re-write)

The agent autonomously monitors the chain for "stop the scroll" events. When it detects a significant anomaly like a liquidation cascade or a massive conviction bet, it publishes a narrative-driven report with charts and analysis.

#### 💬 Mode B: The Reactive Consultant (Upcoming)

Users can interact directly with AIGMX on X. By mentioning `@aigmx_agent`, anyone can request an on-demand analysis of a wallet or trade. The agent will perform a live investigation and reply with a detailed dossier.


---

# 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://aigmx.gitbook.io/docs/litepaper/the-solution.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.
