Node State Map
Understanding and managing your Node's state.
The Node State Map provides a visual representation of your RSS3 Node's operational state, enabling easy monitoring and management of its performance.
To view your Node's state information, visit the Explorer page at https://explorer.rss3.io/nodes/{your_node_address}
.
To view your Node's detailed state map, visit the Explorer page at https://explorer.rss3.io/nodes/{your_node_address}?info-tab=stage
.
The overall state of a Node is determined by two key factors: its current state and its current stage. Different combinations of statees and stages are represented by unique icons on the map.
A Node can have one of two main states:
online
: The Node is functioning normally.offline
: The Node is currently unavailable.
For online Nodes, there are three possible stages:
healthy
: When the Node is ready to serve requests.initializing
: When the Node has begun indexing data, but not yet finished.exiting
: When the Node is exiting at the end of the current epoch, but it still remains available.
For offline Nodes, there are six possible stages:
unhealthy
: When the Node is unreachable.registered
: When a Node's deposit meets the minimum requirement. It will progress automatically after starting.outdated
: When Node's version does not meet the minimum requirement. It will progress after upgrading.exited
: When the Node has gracefully exited.slashing
(to be continued): When the Node's demotion count has reached the threshold, and the operator can appeal within 3 epochs.slashed
(to be continued): When the Node has been slashed and prevented from serving requests until the operator manually restore the Node.
Nodes in the Online, Initializing, Slashing or Exiting stages are eligible to provide services and receive rewards. Nodes in other stages are ineligible.
In the following situations, operators need to take action:
- When the Node is in the
unhealthy
stage: After fixing the issue, you need to click theREINITIALIZE
button on the Explorer Node State Map page to restore the Node. - When the Node is in the
registered
,Outdated
,Initializing
, orHealthy
stage: The operator can choose to click theEXIT
button to exit. Except for Nodes in theHealthy
stage which will automatically exit in the next epoch, Nodes in other stages will immediately enter theexited
stage. - When the Node is in the
exited
stage: The operator can choose to click theREGISTER
button to restore the Node to theregistered
stage, thereby re-entering the network.