# ZADAO Stats

{% hint style="info" %}
`/zadao` is a stats viewer, not an alert. It works in groups and DMs — anyone can use it, no admin permission needed.
{% endhint %}

***

### What You Can See

| Section            | What it shows                                                                                                                |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------- |
| **📊 Full Report** | The complete picture — community activity, platform stats, and the top contributors leaderboard, all in one view             |
| **👥 Community**   | Discord and Telegram member counts, net growth, active users, repeat users, total messages                                   |
| **🏆 Top Members** | Top 10 most active members in the chosen window — combined leaderboard, or split by Discord / Telegram                       |
| **🚀 Platform**    | ZADAO platform metrics — new signups, bounties launched, submissions made, gigs created, new partners, platform volume (TVE) |

Every section is scoped to a time window you choose: last 24h, 3 days, 7 days, or 30 days.

***

### How "Active" and "Repeat" Are Counted

| Term            | Definition                                                                           |
| --------------- | ------------------------------------------------------------------------------------ |
| **Active user** | Sent at least 1 message in the chosen window                                         |
| **Repeat user** | Was active on at least 2 different days in the window — a stronger engagement signal |
| **Net growth**  | Members today minus members at the window start (positive = grew, negative = lost)   |

***

### Use it on Telegram

1. **Open the menu:**
   * Type `/zadao` in any chat (group or DM).
2. **Pick a section:**
   * **Full Report** · **Community** · **Top Members** · **Platform Stats**
3. **Pick a time window:**
   * **24h** · **3 days** · **7 days** · **30 days**
4. **(Top Members only)** Pick a leaderboard:
   * **Combined** (best of both platforms) · **Discord-only** · **Telegram-only**
5. **Read the result.** Use the **Back to Menu** button to ask another question without retyping `/zadao`.

***

### Use it on Discord

1. **Open the menu:**
   * Type `/zadao` (the response is ephemeral — only you see it).
2. **Pick a section, then a window** using the buttons.
3. **Result is shown in an embed** with a **Back to Menu** button to keep exploring.

{% hint style="success" %}
The same data is also available conversationally — just ask Nova things like *"who are the top 5 active members in Discord this week?"* or *"how many bounties did we launch in the last 30 days?"* and it will pull the answer.
{% endhint %}

***

### Weekly Auto-Recap

Every **Monday at 09:00 UTC**, Nova posts a full weekly recap to the configured ZADAO Discord channel and Telegram chat. The recap covers the previous 7 days and includes everything the `/zadao` Full Report shows.

> Example recap topics: *47 new Discord members, top 10 Discord/Telegram contributors, 12 new ZADAO signups, 8 bounties launched, 3 new partners, $4.2K platform volume.*

***

### Privacy Note

To compute community stats, Nova logs **message metadata only** — timestamp, sender username, and character count. Message content is **not stored**. Records older than 365 days are automatically deleted.

***

{% hint style="info" %}
This command is currently scoped to the official ZADAO Discord server and Telegram group. If you'd like the same tracking for another community, reach out — generalizing it is a small additional setup.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.zeroauthority.xyz/nova-bot/alerts-setup-guides/zadao-stats.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
