Skip to main content

// Section 13.1 · Operate

The Console, in One Paragraph

1 min13.1Operate

A web application where a node operator connects a wallet, stakes $PRLX to register a node (calls registerNode), watches each node's verified uptime, sees accrued rewards, and claims them (claim). It is the on-chain half of being an operator: the wallet signs stake, claim, and unstake. It does not run compute and cannot attach a machine: that is the Node CLI's job (Part XIV). The two are halves of one role, not either / or. The unit of interaction is the node; the unit of telemetry is per-node uptime and accrued reward.