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

# Insights

Insights turns raw payment records into a picture of how money actually moves through your accounts — yours and your agents' alike. Private data, genuine signal.

***

## The range selector

One control governs the entire page: **7d**, **30d**, or **90d**. Change it and every figure and chart recalculates, comparison against the matching earlier period included.

***

## Headline figures

| Figure              | How it's derived                  |
| ------------------- | --------------------------------- |
| Total transfers     | Payments counted within the range |
| Total volume        | Sum of those payments             |
| Avg transfer amount | Volume divided by count           |
| Settled rate        | Proportion that reached `Settled` |

Each carries a delta against the immediately preceding window of equal length, so a 7-day view holds this week against last. Where there is no prior activity to compare, the delta is omitted rather than invented. A blank beats a misleading percentage.

***

## Transfers per day

Payment count per day, as bars, across whatever range is selected. Ninety-day views thin their axis labels to stay readable; hovering a bar gives you its exact count and volume.

***

## Volume by account

Splits volume across every account you control, human and agent together. When the question is whether one particular agent is responsible for a spike in spend, this answers it without leaving the page.

***

## Volume by privacy layer

How much volume settled at each layer: **Confidential** (the default), **Shielded**, and **Public**. [Encrypted Amounts](/privacy/encrypted-amounts.md) covers what each does on-chain.

***

## Activity heatmap

Day of week against hour of day, shaded by activity. Agent behavior is what this exposes best: a bot restricted to certain hours lights up its lane, and a scheduled job that is genuinely running on schedule demonstrates it here.

***

## Scope

Everything on this page derives from your own accounts' payments. It never reaches another user's activity, and it changes nothing about what the chain exposes. A lens over records you already hold — no more than that.

***

## Continue

* [Activity Feed](/everyday-use/activity-feed.md)
* [Agent Wallets](/agents/agent-wallets.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.mansafi.xyz/everyday-use/insights.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.
