# Network Charts

These are the charts/graphs showing the change of metrics related to the status and progress of the Züs Blockchain Network, like the number of transactions, blocks and the average transaction fees.

### Transactions

<figure><img src="https://2414485336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUGN3Vu2Hi1voQQLrIVGO%2Fuploads%2FvJPSvvsieLasEu9NxOEs%2Fimage.png?alt=media&#x26;token=180aef01-cd2b-4b89-bf1e-5e7eea06c64a" alt=""><figcaption><p>Fig1: Transactions Count</p></figcaption></figure>

This graph shows the growth of the number of transaction over time. Transactions are the building unit of the blocks of the Züs Blockchain.

### Total Allocations

<figure><img src="https://2414485336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUGN3Vu2Hi1voQQLrIVGO%2Fuploads%2F8xukA1WGnRfpIBPii9wj%2Fimage.png?alt=media&#x26;token=63b37a75-0555-40ce-bacc-51edd9837037" alt=""><figcaption><p>Fig2: Total Allocation </p></figcaption></figure>

This graph shows the growth of the number of allocations created by the users of the Züs system over time.

### Network-wide Quality Score

<figure><img src="https://2414485336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUGN3Vu2Hi1voQQLrIVGO%2Fuploads%2FY5E0UgxfB8RIDkE5gonZ%2Fimage.png?alt=media&#x26;token=52490ebe-68bc-4db4-9123-3415c2651cf9" alt=""><figcaption><p>Fig3: Network-wide quality score</p></figcaption></figure>

This graph shows the growth of the overall Quality Of Service (QoS) metric of the blobber, known as the Quality Score, which is the percentage of the passed challenges by all the blobbers from all the challenges generated for all the blobbers of the system.

### Unique Addresses

<figure><img src="https://2414485336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUGN3Vu2Hi1voQQLrIVGO%2Fuploads%2FZAA7AubHOt270QDnlxXa%2Fimage.png?alt=media&#x26;token=ebde3edc-7ac1-4262-8b47-b1553ec3beb6" alt=""><figcaption><p>Fig4: Unique Addresses</p></figcaption></figure>

This graph shows the growth of the number of addresses appeared in all the transactions of the system with time. These addresses can be user wallets' addresses, providers wallets' addresses or smart contract addresses. This gives an indicator of the number of users who have used the system.

### Block Count Chart

<figure><img src="https://2414485336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUGN3Vu2Hi1voQQLrIVGO%2Fuploads%2FdXj4H9LxT489p58c20js%2Fimage.png?alt=media&#x26;token=22452946-3e2b-4143-aa74-8ff14bcf3162" alt=""><figcaption><p>Fig5: Block Count Chart</p></figcaption></figure>

This graph shows the growth of the number of blocks added to the blockchain over the time.

### Daily Avg Transaction Fee

<figure><img src="https://2414485336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUGN3Vu2Hi1voQQLrIVGO%2Fuploads%2FT15ZYJFvDVGJQZk8j1Ry%2Fimage.png?alt=media&#x26;token=5c8e1f58-9018-49ec-aa12-9686b5af869f" alt=""><figcaption><p>Fig6: Daily Avg Transaction Fees graph</p></figcaption></figure>

This graph shows the change in the average transaction fees daily. This is calculated based on the transactions executed in that day. Transaction Fees (or Gas Fees) are a common term in the blockchain terminology, which expresses a deducted amount from the wallet of the issuer of the transaction, in order to compensate the computational work done by the network to execute the transaction.


---

# 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.zus.network/zus-docs/webapps/atlus/charts-page/network-charts.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.
