> 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/getting-started/quickstart.md).

# Quickstart

Two surfaces, same brain. Pick whichever is closer to hand.

## In Telegram

1. Open [@DigitalDonAnalyzeBot](https://t.me/DigitalDonAnalyzeBot) and hit **Start**.
2. Send `/don` plus whatever you've got:

```
/don BONK
/don wif
/don EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
/don 0x4200000000000000000000000000000000000006
```

Ticker, name, or contract address — all work. If the ticker matches tokens on more than one chain, you get a small picker instead of a guess.

A few seconds later you get a chart image plus the analysis card. Under it, two optional buttons: **📣 Social Sentiment** and **👥 Holder Analysis**. They cost real budget to run, so they only go when you tap them.

That's the whole onboarding. There is no account, no wallet connect, no sign-up.

{% hint style="info" %}
In a private chat you can skip `/don` entirely — paste a contract or a ticker on its own and it analyses it.
{% endhint %}

## In the browser

Go to the [Web Analyzer](https://analyzer.digitaldon.net), paste the same thing, hit **analyze**.

The web version renders the chart interactively and adds a **bubble map** for holder analysis — clusters of connected wallets drawn as bubbles you can zoom into and export.

You can also deep-link straight into a result:

```
https://analyzer.digitaldon.net/?q=BONK
https://analyzer.digitaldon.net/?q=EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
```

Handy for pasting a pre-loaded analysis into a chat.

## In a group

Add the bot to a Telegram group and it introduces itself with a setup card — a checklist and one tap per switch. No commands needed.

Once it's set up, anyone pasting a contract address into the chat gets a compact card back automatically, with a **📊 TA Analysis** button for the whole thing and a **👥 Holder Scan** button for the wallet-cluster check. Your group also gets [PNL cards](/in-your-group/pnl-cards.md) and a [leaderboard](/in-your-group/leaderboard.md) of who called what.

Walkthrough: [Setting it up](/the-telegram-bot/setup.md).

## What now

* [digitaldon.net](https://digitaldon.net) — the project's home page
* [Command reference](/the-telegram-bot/commands.md) — everything you can type
* [Reading the analysis card](/the-telegram-bot/analysis-card.md) — the card is dense on purpose; this walks through every line of it


---

# 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/getting-started/quickstart.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.
