Skip to main content

// Section 13.3 · Operate

Dashboard: Every Node at Once

2 min13.3Operate
// 3 of 10 · console

Every node at once.

// 13.3 · dashboard · the node as the denomination

Every metric on this page is denominated per node: stake, uptime, reward weight, accrued $PRLX.

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

// WALLET · 3 NODES0x1f3a…
// CLAIMABLE1,204.6 PRLX
// STATUSLIVE · ACCRUING
// MY NODES · 3
node 4217tier 3 (2.5x) · 100,000 stakedONLINE
uptime 24h · 99.6%accrued · 612.4 PRLX
node 4218tier 1 (1.0x) · 50,000 stakedONLINE
uptime 24h · 99.9%accrued · 122.8 PRLX
// PORTFOLIO TOTALS
nodes3
PRLX staked300,000
PRLX claimed to date8,204.0
// DAILY POOL · LAST 7 DAYSyour share of the pool per day

Node-first framing

// every metric denominates per node · not per task

// STAKEPer node, on-chain

Locked $PRLX behind each node, read from NodeRegistryLocker. The dashboard totals it across the wallet.

// UPTIMEVerified, 24h rolling

Whether each node is currently online and heartbeating. An online node accrues from the stream; an offline node does not.

// ACCRUEDClaimable / claimed

Unclaimed $PRLX waiting against each node, plus the total already pulled to the wallet by claim.

Note·On-chain plus live telemetry

Stake, node state, and accrued balances read from NodeRegistryLocker on-chain. Live uptime reads from the coordinator's per-node telemetry endpoint; the accrued figure ticks per-second between reads. No surface refers to tasks or sub-tasks.