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

# Analyst

Analyst is a chat interface over Tachyo's own data. You ask in plain language and it answers from the same wallets, tiers and signals the rest of the platform runs on: **answers come from Tachyo data only**.

It is the right tool when you know what you want to know but not which screen holds it.

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

## What to ask

Good questions are specific and about things Tachyo measures:

* *"What is the Tachyo verdict on this token?"* Paste the contract.
* *"How concentrated are the holders?"*
* *"Is anything flagged as suspicious here?"*
* *"Is this wallet worth following?"* Paste the address.
* *"Who bought this token early, and are they still in?"*

Starter prompts are offered in the composer for the common ones.

## What it will not do

* **It will not price-predict.** Ask what the data says, not what happens next.
* **It will not invent coverage.** If a token is on a chain we do not score, the answer says so rather than producing a confident guess.
* **It is not financial advice.** Same as the rest of the platform. See [What we refuse to do](/under-the-hood/what-we-dont-do.md).

## Long conversations

A thread that runs long starts blending topics, and answers get vaguer as a result. The composer offers a **handover**: it summarises what you established as short carry-over notes, and you continue in a fresh thread with those notes at the top.

Use it when you change subject, not when you are deep in one.

## When something goes wrong

Failures are worded precisely on purpose:

* *"Analyst is unreachable right now. Your question was not used up."* A provider failure. Nothing was consumed.
* *"Analyst is handling a few questions right now."* Busy. Try again shortly.
* *"This thread got too long to send."* Start a fresh thread, taking a handover summary with you.

There is no counter to ration with Tachyo Access; the ceiling that exists is an abuse guard set far above the heaviest real usage we have measured. Ask freely: the value of the subscription comes from asking.


---

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