> 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/overview.md).

# Overview

## Hash Hunter Terminal — Documentation

> The trenches move fast. The terminal moves faster.

***

### Table of Contents

1. [Quick Start](https://docs.hashhunter.ai/hash-hunter-terminal/quick-start)
2. [Token Analyzer](/hash-hunter-terminal/token-analyzer.md)
3. [X Engagement Tracker](/hash-hunter-terminal/x-engagement-tracker.md)
4. [Bonding Curve Scanner](https://docs.hashhunter.ai/hash-hunter-terminal/bonding-curve-scanner)
5. [Meta Brief](/hash-hunter-terminal/meta-brief.md)
6. [Subscription & Access](/hash-hunter-terminal/subscription-and-access.md)
7. [Disclaimer](/hash-hunter-terminal/disclaimer.md)

***

### 1. Introduction

Hash Hunter Terminal is a research desk for Solana traders who don't have eight hours a day to scroll through CT, paste CAs into ten different sites, and still miss the move. It does the digging so you can focus on the decision.

The terminal lives at `terminal.hashhunter.app`. Access is wallet-bound — there are no accounts, no emails, no passwords. You connect a Solana wallet, you pay once, the wallet becomes your access key for the duration of your subscription.

What's actually on the dashboard:

* **Token Analyzer** — paste any Solana contract address, get a structured read on holders, liquidity, the team behind it, and the social pull around it. Designed to compress 20–30 minutes of manual due diligence into a few seconds.
* **X Engagement Tracker** — a live view of which tokens are getting real engagement on X right now. Filtered for organic signal, not paid raids or bot farms.
* **Bonding Curve Scanner** — a real-time look at Pump.fun launches that are close to graduating. The cards you see are filtered for clean tokenomics; the obvious rugs, sniper-stacked launches, and dev-bundled supply are removed before they ever reach your screen.
* **Meta Brief** — every four hours, a fresh narrative read on what's pumping, what's catching fire, and what's about to. Useful for understanding the room without sitting in it.
* **AI Agent** — paste a CA into the chat and get a verdict in plain English. Ask it about a narrative, an upcoming launch, or the current meta. It pulls from the same datasets the dashboard uses but answers conversationally.
* **Buy Directly From Chat** — in the trenches almost everything is speed, so we built the execution into the same window as the research. Paste, read, buy, sign — all in one place. The terminal handles **Solana** swaps natively.
* **Multi-Chain Terminal** — for everything outside Solana, the dashboard links straight into our cross-chain interface (the free product at `hashhunter.app/chat`). Swap across chains, buy tokens on any supported network, or chain multiple actions in one prompt — *"bridge all my ETH to Solana and buy $BONK"* runs as a single sequence.

We built this because the existing tools are either too narrow (one CA at a time, no context), too noisy (CT firehose with no filter), or just too late (you read about the play after it's done). Hash Hunter sits between raw on-chain data and the noise of the timeline, and surfaces the things that actually matter — with the execution layer built right next to the research, so you're not losing the move to tab-switching.

A note on what this is **not**: this is not a signal service, an alpha group, or a guaranteed-win bot. It is a research tool. It gives you a clearer picture, faster. The trades are still yours. The risk is still yours. The wins are still yours.

### Links

* **Terminal**: [terminal.hashhunter.app](https://terminal.hashhunter.app/)
* **Free chat**: [hashhunter.app/chat](https://hashhunter.app/chat)
* **X**: [@hashhunterbot](https://x.com/hashhunterbot)
* **Telegram**: [@TheHashHunterBot](https://t.me/TheHashHunterBot)

***

*Hash Hunter Terminal is a research and information tool. Nothing in this documentation constitutes financial, investment, legal, or tax advice. Cryptocurrency trading carries substantial risk including the total loss of capital. You are solely responsible for your trading decisions.*


---

# 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/overview.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.
