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

# Disclaimer

**Nothing DigitalDon produces is financial advice.**

It's a tool that reads charts and chain data faster than you can, and states what it found. It is not a recommendation to buy, sell, or hold anything.

## What it actually knows

Candles. Liquidity. Supply. Wallet relationships. Recent tweets. That's the complete list.

## What it doesn't know

Everything else — which is most of what moves a token. It has no idea what's about to be announced, who's about to be exposed, what the team is doing, which exchange is about to list or delist, or that the chart pattern it just found is about to be invalidated by a single tweet.

A high score means the technical signals currently line up. It does not mean the token will go up.

## Specifically

* **The score is a composite of many indicators, not a probability.** It's a summary of the evidence, not a forecast.
* **The entry and exit zones are derived from chart structure**, not from a view about the future. Structure breaks. Regularly.
* **Holder analysis is evidence, not proof.** Shared funding is a strong signal of connected wallets, but wallets get funded by exchanges, bridges and infrastructure too. The analysis excludes known ones and flags weak evidence as weak — read the evidence strength, not just the verdict.
* **Social sentiment scores the footprint, not the project.** Plenty of well-run projects go to zero; plenty of scams have polished feeds.
* **Data comes from third-party APIs** and can be wrong, stale, or missing. The card tells you when data is thin. Believe it.
* **A honeypot warning means stop.** If sells are blocked, nothing else on the card is relevant.

## Crypto specifically

Illiquid tokens can go to zero in minutes. Low liquidity means your exit moves the price against you. Unlock schedules dilute you on a timetable you don't control. Contracts can be malicious in ways no chart shows.

Never risk more than you can afford to lose entirely.

## Do your own research

Use this as one input among several. Read the contract. Check the team. Look at the liquidity. Ask why it's cheap.

The tool is here to make that faster, not to do it for you.


---

# 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.digitaldon.net/the-rest/disclaimer.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.
