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

# Network App

> Monitor workers, delegations, and SQD Network economics.

The [Network App](https://network.sqd.dev) is the web interface for SQD Network.
You register workers, delegate tokens, claim rewards, and check network
statistics there.

The dashboard is public. Views that show your own balances and positions require
a connected wallet.

## Dashboard

[network.sqd.dev/dashboard](https://network.sqd.dev/dashboard) needs no wallet.

<Frame>
  <img src="https://mintcdn.com/sqd-2119b3c3/Y359DuPz_FTOqu9Y/en/network/network_app_dashboard.png?fit=max&auto=format&n=Y359DuPz_FTOqu9Y&q=85&s=c36e6e5eecef2e1fcb3533c8c620ede5" alt="SQD Network App dashboard showing workers online, current epoch, worker and delegator APR, total locked value, and the Analytics, Workers, and Portal Pools tabs" width="1600" height="893" data-path="en/network/network_app_dashboard.png" />
</Frame>

The header reports:

| Reading                 | Meaning                                                         |
| ----------------------- | --------------------------------------------------------------- |
| Workers online          | Responsive workers out of the total registered                  |
| Data                    | Total stored across the network                                 |
| Current epoch           | Epoch number and time remaining                                 |
| Worker APR              | Annualized rate for worker operators, based on the last 14 days |
| Delegator APR           | Annualized rate for delegators, based on the last 14 days       |
| Total locked value      | SQD locked across bonds, delegations, and Portal locks          |
| Queries and data served | Volume over 24 hours and 90 days                                |

<Warning>
  Both APR figures are annual rates calculated from the last 14 days of network
  activity, not the return earned during those 14 days. They change with the
  reward pool, the number of active workers, and the amount delegated. The
  screenshot above shows one moment, not current values. The
  [whitepaper](/en/network/whitepaper#rewards-pool) defines the underlying
  365-day rate.
</Warning>

Below the header, charts are grouped under **Network Health**, **Economics**, and
**Usage**: locked value, active workers, rewards, APR, unique operators,
delegations, unique delegators, transfers, active accounts, query count, served
data, and stored data. Each chart has a time-range selector.

The **Portal Pools** tab lists pools with status, APY, TVL, capacity, and
funding.

## Views that need a wallet

| View        | Contents                                                        |
| ----------- | --------------------------------------------------------------- |
| Assets      | SQD balance, locks, and claimable rewards                       |
| Workers     | Register a worker, check its status and version, deregister     |
| Delegations | Delegate to a worker, track it, withdraw after the lock expires |

<Note>
  Connect the wallet that holds your tokens. For workers this is the Primary
  Wallet used at registration, holding SQD directly or through a vesting
  contract.
</Note>

## Tasks by role

**Worker operators.** Check the Workers view after registering to confirm the
node appears and reports the expected version. Jailed workers are flagged there.
See [worker jailing](/en/network/worker#understanding-worker-jailing) for the
causes and recovery time.

**Delegators.** The worker list shows uptime, remaining delegation capacity, and
APR per worker. See [maximizing your
rewards](/en/network/delegate#maximizing-your-rewards) for how to weigh them.

**Portal operators.** Register a peer ID and lock SQD from the app. See [token
requirements and compute
units](/en/portal/self-hosting#token-requirements-and-compute-units) for sizing.

<Card title="Open the Network App" icon="external-link" href="https://network.sqd.dev">
  network.sqd.dev
</Card>


## Related topics

- [FAQ](/en/other/faq.md)
- [SQD Network](/en/network/overview.md)
- [Run a Worker](/en/network/worker.md)
- [Ways to participate](/en/network/participate.md)
- [Changelog](/changelog.md)
