> For the complete documentation index, see [llms.txt](https://docs.tachyo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tachyo.ai/platform/market-summary.md).

# Market Summary

Market Summary is the module for context rather than wallets: what the market did, what is moving, what deserves attention, condensed into something you read in a couple of minutes instead of scrolling channels for an hour.

A new summary lands roughly **every 6 hours**, and the module is available in **English and Polish**.

<figure><img src="/files/QnfclGETpGgbPobfU5NK" alt=""><figcaption></figcaption></figure>

## The tabs

**Summary**: the recurring market read. Sections are categorised so you can go straight to the part you care about: **HOT**, signals, warnings, whale and on-chain activity, regulation, protocols, funding, and market data.

**Channel Digest**: a condensed digest of what the tracked channels have been saying, filtered by severity, market-cap band and asset class, with the token price snapshotted at the moment the digest was generated so you can tell what has moved since.

**News**: live market news as it arrives.

## Filters

* **Category**: pick the sections you actually read.
* **Market cap band**: under $5M, $5-10M, $10-50M, $50M+.
* **Severity**: how much a given item is worth your attention.
* **Tracked tokens**: narrow the whole module to tokens you follow.

{% hint style="info" %}
**Channel Digest and live News require a separate Market Summary subscription.** Market Summary is its own product with its own plan: the market summaries in this module are one thing, the full digest and live news feed are another. If you see a lock on those two tabs, that is what it means.
{% endhint %}

## How it fits with the rest

Market Summary answers "what is the weather", the rest of Tachyo answers "who is in this token". Most people read it once a day before deciding how aggressive to be, then work in [Tokens](/platform/tokens.md) and the [Feed](/platform/feed.md).


---

# 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://docs.tachyo.ai/platform/market-summary.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.
