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

# Analytics Dashboard

Analytics transforms your raw transaction history into a living picture of how you, and the agents working for you, actually move money. Private data, real insight.

***

## Date range

Every chart on the page answers to a single range selector: **7d**, **30d**, or **90d**. Switch ranges and every KPI and chart recomputes instantly, including the comparison against the equivalent prior period.

***

## KPIs

| KPI                 | Definition                                          |
| ------------------- | --------------------------------------------------- |
| Total transfers     | Count of transactions in the selected range         |
| Total volume        | Sum of transaction amounts in the selected range    |
| Avg transfer amount | Total volume divided by total transfers             |
| Settled rate        | Share of transactions that reached `Settled` status |

Each KPI shows a delta against the immediately preceding period of the same length, so a 7-day view compares this week to last week, and so on. A KPI with no prior-period activity to compare against shows no delta rather than a misleading percentage. We'd rather show you nothing than show you noise.

***

## Transfers per day

A bar chart of transfer count per day across the selected range. On 90-day views, x-axis labels are thinned out to stay readable; hover any bar for its exact count and volume.

***

## Volume by account

Breaks down transfer volume across every account you own, human and agent accounts alike. When you want to know whether a specific agent is driving spend, this is your answer in one glance, without leaving the dashboard.

***

## Volume by privacy layer

Shows how much of your volume settled at each privacy layer: **Confidential** (the default), **Shielded**, and **Public**. See [Confidential Transfers Explained](/privacy-and-confidential-transfers/confidential-transfers.md) for what each layer actually does on-chain.

***

## Activity heatmap

A day-of-week × hour-of-day grid revealing when your transactions happen. This is where agent behavior becomes visible: a bot that only trades during specific hours lights up its lane, and a scheduled job that's actually running on schedule proves it here.

***

## What stays private

Analytics is computed entirely from your own account's transactions. It never surfaces another user's balances or activity, and it doesn't change what's visible on-chain. It's a lens over data you already own, nothing more, nothing less.

***

## Next

* [Transaction Feed & History](/using-hoodprivate/transaction-history.md)
* [Agent Accounts Overview](/agents-and-automation/agent-accounts-overview.md)


---

# 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.hoodprivate.com/using-hoodprivate/analytics-dashboard.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.
