> For the complete documentation index, see [llms.txt](https://docs-old.zus.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-old.zus.network/products/atlus/dashboard-overview.md).

# Dashboard Overview

Here is an overview of the Atlus Explorer dashboard homepage:

<figure><img src="/files/FllqHPhYzVXPg6f2J1kP" alt=""><figcaption></figcaption></figure>

### Navigation bar

The top section of the Atlus homepage features a navigation bar, which is highlighted by a black box in the screenshot below.

<figure><img src="/files/CkuAIZk4bBIKVvQim8Bh" alt=""><figcaption></figcaption></figure>

Within this Atlus navigation bar, you will find the following options for redirection:

* [Service Providers ](/products/atlus/service-providers.md)
* [Charts](/products/atlus/charts.md)
* [Blockchain](/products/atlus/blockchain.md)
* [Server Map](/products/atlus/server-map.md)

### Search Bar&#x20;

The Atlus search bar is a powerful tool that facilitates the retrieval of detailed information regarding Züs network transactions. It enables searches based on various parameters, including block, allocation ID, round number, transaction hash, and block hash. Please refer to the screenshot below the search bar is highlighted in black box in screenshot below .

<figure><img src="/files/NTdsw3NQ5I1pTDaR6vT2" alt=""><figcaption></figcaption></figure>

### Network Stats

The Atlus Explorer's homepage presents essential statistics pertaining to the Züs network. These statistics include:

<figure><img src="/files/LfWsqN2dsNgE2XUrsZ6T" alt=""><figcaption></figcaption></figure>

These statistics include:

* Total Staked Storage: The volume of storage staked in exchange for ZCN.
* Storage Cost: The cost associated with storing files on the Züs storage network (measured in $/TB/year).
* Current ZCN Price: The current value of the ZCN token in USD.
* Total Value Locked: The total number of ZCN tokens locked.

### ZCN vs USD

Furthermore, the Atlus Explorer Dashboard provides a detailed breakdown of ZCN's price in relation to USD over various time intervals.

<div><figure><img src="/files/GzQ64s3ublQmjwyTYrRC" alt=""><figcaption><p>ZCN vs USD</p></figcaption></figure> <figure><img src="/files/GSnKGFcEo7cgrYzV1GD6" alt=""><figcaption></figcaption></figure></div>

### Top Blobbers

As you scroll down on the Atlus dashboard, you'll discover a list of the leading blobbers that offer storage services on the Züs Cloud Network.

<figure><img src="/files/eaQBXFMg2V8bQu7R2l95" alt=""><figcaption><p>Top Blobbers</p></figcaption></figure>


---

# 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-old.zus.network/products/atlus/dashboard-overview.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.
