> For the complete documentation index, see [llms.txt](https://lumi-agent-1.gitbook.io/lumi-agent/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lumi-agent-1.gitbook.io/lumi-agent/lumi-terminal/market-intel.md).

# ⚡ Real-Time Market Intelligence

**🟢 Top Gainers & Movers**

Track the strongest tokens across timeframes and sectors with volume and volatility filters.

* `/topgainers` — Instantly displays the top gainers of the day by % gain, volume, and chain. Perfect for spotting early momentum before the crowd catches on.

**📊 Daily Market Recap**

Stay on top of the daily flow of capital, narratives, and structural shifts.

* `/recap` — Full snapshot of the day’s biggest gainers, losers, trending tokens, and chain-specific activity. Delivered with clean formatting and performance metrics.

**🐋 Holder Concentration & Distribution**

See who's holding the bag — and how much control they have.

* `/holders` — Breakdown of top wallet holders, concentration risk, and historical movement. Use it to evaluate decentralization or potential whale exits.

**💼 Top Traders Intelligence**

Find out what the smartest wallets are doing before the charts reflect it.

* `/traders` — Shows most profitable traders interacting with the project, recent buys/sells, and behavioral trends. Backed by wallet tagging and historical performance.

**🧠 Token Analysis**

LUMI breaks down the token’s current setup with clear metrics and actionable insight.

* `/analysis` — Complete token overview including entry zones, resistance/support, risk level, and current setup strength. Ideal for trade planning or research.

**💬 Social Sentiment**

See what the timeline thinks — without digging through the noise.

* `/sentiment` — Tracks real-time X (Twitter) sentiment, engagement velocity, and influencer-level support. Filters for signal & market hype.

**📰 Live Token News**

Stay informed with curated headlines and alerts that actually matter.

* `/news` — Pulls relevant token-specific news from top sources, press releases, protocol updates, and major announcements.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://lumi-agent-1.gitbook.io/lumi-agent/lumi-terminal/market-intel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
