> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mrdn.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Analytics

> Understand payment performance and trends

Analytics helps you understand payment performance across time, receivers, and
products. Use it to spot trends and measure throughput at a glance.

<img src="https://mintcdn.com/meridian-11ea0994/2brRoqqaERcL3h3-/images/analytics-dashboard.jpg?fit=max&auto=format&n=2brRoqqaERcL3h3-&q=85&s=3600d07bac28c8da496f6c24ca52c80f" alt="Command Centre analytics dashboard" style={{ width: "100%", borderRadius: "0.5rem" }} width="2934" height="1658" data-path="images/analytics-dashboard.jpg" />

## Metrics and calculations

Below is every metric shown in Analytics and how it is calculated for the
selected time range.

### Overview

* **Total transactions**: Count of all transactions in the time range.
* **Total volume**: Sum of transaction amounts in the time range.
* **Average transaction value**: Average of transaction amounts in the time
  range.
* **Success rate**: `(settledTransactions / totalTransactions) × 100`, where
  “settled” means `status = SETTLED`.
* **Volume trend %**: Percentage change in total volume vs the previous period
  of the same length (previous period ends one day before the current start).

### Breakdowns

* **By status**: Count and percentage of total transactions per status.
  `percentage = (statusCount / totalTransactions) × 100`.
* **By network**: Count, volume, and percentage of total transactions per
  network. `percentage = (networkCount / totalTransactions) × 100`.
* **Daily**: Count and volume aggregated per day, with missing days shown as 0.
* **Hourly distribution**: Count and volume aggregated per hour of day.
* **Weekly trends**: Count and volume aggregated per week.

## What you can analyze

* **Volume and totals** by time range.
* **Top receivers** by activity.
* **Success vs refund rates** for operational health.
