Register Operator
Last updated
Last updated
Operators supply the hardware infrastructure, execute the SSV protocol, and ensure the overall health of the SSV network. They set their own fees and earn compensation for providing essential services by managing and maintaining validators on behalf of stakers.
To join the network as an operator a user must the SSV node software, and the operator to the network.
Once an SSV node is running smoothly, the operator must register it on the SSV network to make it visible to validators.
You can register your operator through the SSV network or via a transaction directly to the
While registering your operator you will need to provide the following parameters:
- Generated in the node installation process (base64 format)
- The fee charged by the operator per each managed validator
As an operator, you gain certain privileges and responsibilities within the system. Node Operators are essential to the Multichainz protocol.
They are responsible for staking the users' tokens and generating liquid staking tokens (xETH).
xETH is a token that represents the user's staked ETH, and it can be used to earn interest, provide liquidity, or participate in DeFi applications.
Connect your wallet (containing the owner address) to a Web3-enabled interface that interacts with the MultichainZ contract.
Call the registerOperator
function with the necessary parameters:
Human-readable Name
: A unique name for the node operator, limited to 32 characters.
Controller Address
: An Ethereum address used for managing the node; must be unique and not previously registered.
Owner Address
: The main Ethereum address of the operator's owner.
Reward Addresses
and Ratios
: A list of Ethereum addresses that will receive rewards and their corresponding ratios, which must sum up to 100%.
registerOperator
method and submit the deposit with the above parameters.