Node Operator Contract
The Node Operator Contract handles all the operations related to Node Operators including node operator registration, addition to clusters, and updation of operator details. This is an UUPS upgradeable contract that allows Nexus Network to add more functionalities for the node operators, including a performance scoring mechanism. It has the following functionalities:
Register SSV Operator: This function registers a new SSV node operator with Nexus Network
Parameters:
_operator_id: Operator ID for the node operator as registered with the SSV network
_pub_key: Operator public key for the node operator as registered with the SSV network
_ip_address: DKG IP address for node operator that Nexus Network can use
name: Name of the node operator
Update SSV operator IP: This function updates the DKG IP for the node operator registered with Nexus
Add cluster: This function creates a new cluster by adding specific node operators, that can be used by rollups to start staking
Last updated