ClayStack Docs
  • Get Started
    • Introduction
    • What is Liquid Restaking
    • How to ReStake with ClayStack
    • What is csETH?
    • Modular Architecture
      • DVT Layer
      • MEV Layer
      • Restaking Layer
      • VFP
      • Oracle
    • Node Operators
      • Overview
      • SSV Guide
      • Obol Guide
    • Deployed Contracts
  • Rewards
    • CLAY & EigenLayer Points
    • Referral Program
  • Governance
    • CLAY Token
  • Resources
    • Security
    • Litepaper
    • Community
    • FAQs
    • Guides
      • Restake
      • Mint csETH via LSDs
  • MATIC
    • csMATIC
      • Architecture
      • Autobalancer
      • csMATIC
      • Deployed Contracts
      • FAQs
      • Fees
      • Limits
      • Overview
      • csMATIC (Polygon)
      • Rewards
      • contracts
        • ClayManager.sol
        • ClayMatic.sol
        • CsToken.sol
        • RoleManager.sol
        • TimeLock.sol
Powered by GitBook
On this page
  • Step 1: Verify Whitelisting in SSV
  • Step 2: Set Up Your SSV Node
  • Step 3: Register with ClayStack's Node Management Dashboard
  • Step 4: SSV Node Settings
  • Step 5: Review the Service-Level Agreement (SLA)
  • Node Registration Guide
  1. Get Started
  2. Node Operators

SSV Guide

PreviousOverviewNextObol Guide

Last updated 1 year ago

To onboard your node with ClayStack during the whitelist SSV mainnet phase, follow the steps outlined below. Upon successfully completing the preceding steps, your nodes will become eligible to receive delegations from the ClayStack pool. For SSV nodes, rewards payment is in ETH, which can be withdrawn through ClayStack's Node Management Dashboard.

Step 1: Verify Whitelisting in SSV

Ensure that you have received operator whitelist status by registering directly through SSV.

Step 2: Set Up Your SSV Node

  1. Set up your client .

  2. Enable MEV Boost in your client and SSV node .

    NOTE:

    a. List of Claystack recommended MEV relays for the Ethereum Mainnet network.

    * Aestus 
    * Agnostic Gnosis 
    * BloXroute Max Profit 
    * Manifold 
    * Ultra Sound

    b. Use Claystack NodeManager as Fee recipient.

     "claystack_nodeManager": "0x349405b80C8bAfd74DA9d4308F3c7b60B4Bf10E5"
  3. Register your SSV node with SSV contracts .

  4. You will need your operator ID to register the node with ClayStack.

Step 3: Register with ClayStack's Node Management Dashboard

Register your operator ID on ClayStack's Node Management Dashboard. Make sure to use the same owner account as in SSV for successful verification. Rewards will be claimed using this address exclusively.

https://app.claystack.com/nodes

Step 4: SSV Node Settings

For the new SSV node, ensure the following conditions are set:

Step 4.1 Add ClayStack to the Whitelist

Add ClayStack's node management contract to the whitelist. This can be accomplished by calling the setOperatorWhitelist function on the SSVNetwork.sol smart contract. You can also trigger the transaction directly from ClayStack's dashboard.

For testnet:

"claystack_goerli": "0xF686837140B19113b598e7EC32a6405E61bc0FaB"

For mainnet:


"claystack_mainnet": "0x87393BE8ac323F2E63520A6184e5A8A9CC9fC051"

Step 4.2 Set 0% SSV Fees

Set your SSV node fee to zero. Node operator fees will be paid in ETH to the node operator, and you can claim rewards using the ClayStack Node Operator Admin Dashboard.

  • First, call declareOperatorFee

  • Execute executeOperatorFee

Step 4.3 Active Node

Ensure your node is active and ready for inclusion in a validation cluster.

Step 5: Review the Service-Level Agreement (SLA)

ClayStack will provide you with a Service-Level Agreement (SLA). To proceed with delegation, both parties must agree to the terms outlined in the SLA. Carefully review the SLA and its conditions, confirming your acceptance with ClayStack.

Node Registration Guide

Visit the ClayStack Admin Dashboard website and connect using your admin wallet.

Select the SSV network from the options.

The dashboard displays all your registered operators. To register a new operator, click on "Register a Node."

Register the node using the SSV node operator ID.

Whitelist ClayStack for registered node

Installation Guide
MEV Configuration
Registration