// Section 13.5 · Operate
My Nodes: The Live Per-Node View
The live per-node view. The signature surface.
// 13.5 · per-node state · on-chain reads + coordinator telemetry
One card per nodeId. Each card reads on-chain state (stake, accrued, claimed) refreshed per block, and live coordinator telemetry (liveness, intraday uptime) by polling. Daily uptime finalises when the oracle writes it on-chain. The atom is the node.
Card anatomy
// header · uptime · reward weight · liveness · accrued
Per-node fields
// each card reads on-chain state and live telemetry
Actions
// claim anytime · request unstake · withdraw after cooldown
Note·No slashing, ever
Pays the accrued-unclaimed balance to the wallet. Available anytime; O(1). The node keeps running.
Retires the node and starts the 7-day cooldown. The card shows the cooldown countdown.
After cooldown, returns the full principal to the wallet. No slashing, no deductions.
The node states
// from offline through online, accruing, draining, withdrawable