# Dashboard Statistics

### What is the Dashboard Statistics&#x20;

Our dashboard provides rollup owners (admins) with vital statistics to monitor and manage their rollups effectively. The key metrics displayed are organized into three main categories:

1. [Balances (Batcher and Challenger)](#id-1.-balances-batcher-and-challenger)
2. [Profitability (Last 30 Days)](#id-2.-profitability-last-30-days)
3. [Transaction Data](#id-3.-transaction-data)

### 1. Balances (Batcher and Challenger)

* **Batcher Balance**:
  * This reflects the amount of ETH that you have allocated to the batcher account, which is responsible for aggregating transactions from the rollup users and submitting them to the Ethereum testnet/mainnet (or settlement layer).
* **Challenger Balance**:
  * This represents the amount of ETH held by the challenger, who monitors the rollup for invalid state transitions or fraud proofs. It’s part of the security mechanism.

***

### **2. Profitability (Last 30 Days)**

* **Revenue**:
  * Revenue is the total fees collected by the rollup service from user transactions over the past 30 days.
* **Cost**:
  * Costs represent the total expenses incurred in maintaining the rollup, primarily due to Data Availability and Settlement layer fees.
* **Profit**:
  * Profit is the difference between revenue and cost over the past 30 days.
  * This gives a direct view of the rollup’s economic viability for the service provider.

***

### **3. Transaction Data**

* **Total Transactions**:
  * This is the total number of user transactions processed by the rollup in the last 1, last 7 and last 30 days.
* **Weekly Change (WoW)**:
  * This metric shows the percentage increase or decrease in transaction volume compared to the previous week.
* **Unique Wallets**:
  * This indicates the number of distinct wallet addresses interacting with the rollup over the last 7 days.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxUkbquvhbY6zYMo11zdh%2Fuploads%2F9hxyAYFcHA964x8z2llr%2Fimage.png?alt=media&#x26;token=d34cfc93-371f-4eac-b825-91cd70705db1" alt=""><figcaption></figcaption></figure>


---

# 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.glitchd.network/glitchd-products/rollup-deployment/dashboard-statistics.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.
