# HSSN Explorer Overview

## Introduction

The Hypergrid Shared State Network (HSSN) is a Cosmos-based network that operates between the Grid and the Solana Base Layer. It manages state for all communications, including inter-grid interactions and periodic synchronization of block data from the grid as a rollup to the Solana base layer.

To monitor the HSSN's operations, a dedicated dashboard has been provisioned.&#x20;

{% hint style="info" %}
You can access the HSSN Explorer dashboard at: <https://explorer-hssn.hypergrid.dev/>
{% endhint %}

{% embed url="<https://drive.google.com/file/d/13y-B5pgrdlKZ5HvMqUvviO-uPJCg_ike/view?usp=sharing>" %}

## Dashboard Pages

### 1. Home Page

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

The Home page provides an overview of the entire HSSN:

* Latest Block Height
* Latest Block Time
* Network Name (currently "hypergridssn")
* Number of Validators
* Connection diagram showing communication flow between grids and Solana through the HSSN

### 2. Grids Page

Displays all nodes in the HSSN:

* Name
* Role (Solana, HSSN, Sonic Grid, or Grid)
* RPC interface
* Public key
* Data account
* Start time

### 3. Syncs Page

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

Shows synchronization data between Grid nodes and Solana:

* ID
* Grid name
* Account information
* Slot number
* Transaction hash
* Creator account

### 4. Blocks Page

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

Presents blockchain information within the HSSN:

* Block tab: Height, App Hash, Number of transactions, Creation time
* Transactions tab: TX Hash, Result, Messages, Height, Time

<figure><img src="/files/dFCim4et7loAVlZHl914" alt=""><figcaption><p>Transactions Tab</p></figcaption></figure>

### 5. Validators Page

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

Provides information about HSSN validators:

* Validator name
* Status
* Voting power

### 6. Shared Accounts Page

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

Lists communication status information within the HSSN:

* Address
* Source node
* Slot
* Account info
* Creator
* Version

### 7. Fee Page

Displays fee bills and settlement records:

* Grid Block Fee tab: Original transaction fee records
* Fee Settlement tab: Periodic settlement records based on fee bills

<figure><img src="/files/2vwx2oWoGjPfpEBvlLBR" alt=""><figcaption><p>Fee Page</p></figcaption></figure>

<figure><img src="/files/VFYt2t99jK1dkQHwD4j9" alt=""><figcaption><p>Fee Settlement Page</p></figcaption></figure>

## Relationship to Other Components

The HSSN Dashboard provides crucial insights into the operations of the HSSN, which plays a central role in the Grid ecosystem. It offers visibility into:

* Communication between Grids
* Synchronization with the Solana Base Layer
* Gas fee calculations and settlements

By providing this comprehensive view, the explorer dashboard enhances transparency and facilitates efficient management of the entire Grid ecosystem.


---

# 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.sonicsvm.org/architecture/hypergrid-framework/hssn-explorer-overview.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.
