// Section 13.3 · Operate
Dashboard: Every Node at Once
Every node at once.
// 13.3 · dashboard · the node as the denomination
Goal: show the operator the state of every node they own, and the total claimable, without making them open any of them. Stake, node state, and accrued balances read from NodeRegistryLocker on-chain. Live uptime reads from the coordinator telemetry endpoint, which mirrors what the uptime oracle writes on-chain each day.
Three zones · top wallet bar · node list · reward stream
Node-first framing
// every metric denominates per node · not per task
Locked $PRLX behind each node, read from NodeRegistryLocker. The dashboard totals it across the wallet.
Whether each node is currently online and heartbeating. An online node accrues from the stream; an offline node does not.
Unclaimed $PRLX waiting against each node, plus the total already pulled to the wallet by claim.
Note·On-chain plus live telemetry