> For the complete documentation index, see [llms.txt](https://docs.hashhunter.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hashhunter.ai/hash-hunter-terminal/meta-brief.md).

# Meta Brief

***

Every four hours, the terminal generates a fresh read on what narrative is actually moving in the trenches. Not a "top gainers" list — those are everywhere — but a synthesized take on what's pumping, what's about to, and what the room is collectively trading.

The brief covers:

* **Current dominant narrative** — what cluster of tokens is moving as a group
* **Emerging narrative** — what's heating up underneath the headline meta
* **Catalysts on the calendar** — upcoming events that could flip the meta (TGEs, sports events, regulatory deadlines, major unlocks)
* **Tickers worth watching** — the specific names riding each narrative

#### Why a brief and not a feed

Feeds reward speed but punish attention. By the time you've scrolled twenty tokens you've lost the thread. The brief is designed to be read in two minutes, give you the shape of the room, and let you decide which corner of it to focus on.

#### How to use it

Open the brief at the top of your session. It's at the very top of the dashboard, in the green ticker bar that says **CURRENT META**. Click `[ + ] EXPAND` to see the full breakdown.

If the meta has shifted since your last session, the brief will tell you. If it hasn't, you save fifteen minutes of CT scrolling that would have told you the same thing.

The traders who consistently catch meta rotations early are not smarter than everyone else. They're just looking at it before everyone else is. The brief is built to put you in that seat.


---

# 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.hashhunter.ai/hash-hunter-terminal/meta-brief.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.
