Stader - ETHx
  • Introduction
    • Explore ETHx
    • ETHx Tech blogs
    • ETHx Governance
  • Launch Incentives
    • ETHx Stakers
    • ETHx Node Operators
      • ETHx Boosted Commission
      • 13000 $SD top-up pool
      • $65000 Reward pool for AVADO user
  • ETHx Staking
    • Guides
    • FAQs
  • Node Operator
    • Staking on Ethereum
      • What is Ethereum staking?
      • ETH staking rewards and penalties
      • Solo-staking vs ETHx
    • Permissionless node operator
      • Responsibilities of a node operator
      • Pre-requisite
      • Node registration and adding validators
        • Step 1: Hardware and platform
          • DIY kit
          • Cloud services
          • VPS services
          • AVADO
          • Allnodes
        • Step 2: Download Stader node
        • Step 3: Install Stader node
        • Step 4: Configure Stader services
          • Step 4.1 Network selection
          • Step 4.2 ETH client configuration
          • Step 4.3 ETH1 - Execution client selection
          • Step 4.4 ETH2 - Consensus client selection
          • Step 4.5 Add a graffiti
          • Step 4.6 Add checkpoint URL
          • Step 4.7 Enable Doppelganger protection
          • Step 4.8 Add fallback clients
          • Step 4.9 Enable monitoring
          • Step 4.10 MEV Boost
          • Confirmation and configuration settings
        • Step 5: Execution and Consensus client sync
        • Step 6: Wallet setup
        • Step 7: Register your node on the Stader network
        • Step 8: Deposit SD collateral
        • Step 9: Deposit ETH bond
        • Validator States
      • ETHx rewards for permissionless node operators
        • Socializing Pool
        • SD rewards
        • Claim CL rewards
        • Claim EL and SD rewards
      • Node Monitoring
      • Node Migration
      • Validator exits and node termination
      • Latest update
      • CLI Command sheet
    • Permissioned node operator
      • Pre-requisite for permissioned node operators
      • Web3Signer setup guide
      • Node registration and adding validators
        • Step 1: Download Stader node
        • Step 2: Install Stader node
        • Step 3: Configure and start Stader services
        • Step 4: Wallet setup
        • Step 5: Set the fee recipient of your validator client to Stader socializing pool
        • Step 6: Check Docker and node status
        • Step 7: Operator address whitelisting
        • Step 8: Register you node on the Stader network
        • Step 9: Add validators to your node
        • Step 10: Check your node and validator status
      • ETHx rewards for permissioned node operators
        • Claim CL rewards
        • Claim EL rewards
      • Node Migration
      • Latest update
    • FAQs
  • Smart Contracts
  • Oracles
  • ETHx Security
    • Immunefi Bug Bounty
    • Audit Reports
    • Public Repositories
  • ETHx Integration
  • Connect with us
Powered by GitBook
On this page
  • Check rewards status
  • If you have opted IN for Socializing pool
  • If you have opted OUT of Socializing pool
  • Rewards cycle and Merkle tree​ for Socializing pools
  1. Node Operator
  2. Permissionless node operator
  3. ETHx rewards for permissionless node operators

Claim EL and SD rewards

Check rewards status

Check the EL and SD rewards for you node using the node status command: ~/bin/stader-cli node status

  • SD rewards will be visible on the CLI after the first Merkle tree is created for your node. The Merkle tree is created every 28 days.

  • If you have Opted In for Socializing Pool, then EL rewards will be visible after the first Merkle tree is created for your node. The Merkle tree is created every 28 days.

  • If you have Opted out of Socializing Pool, then fee recipient rewards will be visible depends on the blocks you have proposed. This is not predictable and completely randomized. A validator may propose a block once in ~2 months

  • Your EL and SD rewards will be claimed in the Operator Reward Address. The Opt-In and Opt-Out of socializing pool will have a cool-off period of 56 days. i.e you will have to wait for 56 days to Opt-Out of the Socializing pool once you Opt-In and vice versa.

If you have opted IN for Socializing pool

Claim your EL and SD rewards together by following the belwo mentioned steps

  • Step 1: Check your SD and EL rewards unclaimed cycles using the command: ~/bin/stader-cli node claim-sp-rewards

  • Step 2: Please specify the cycle numbers for which you want to claim the rewards.

  • Step 3: Please confirm the entered cycle numbers, and your rewards will be claimed to your operator reward address.

If you have opted OUT of Socializing pool

Claim your EL and SD rewards separately by following the below mentioned steps

Claim SD rewards

  • Step 1: Check your SD rewards unclaimed cycles using the command: ~/bin/stader-cli node claim-sp-rewards

  • Step 2: Please specify the cycle numbers for which you want to claim the rewards.

  • Step 3: Please confirm the entered cycle numbers, and your rewards will be claimed to your operator reward address.

Claim EL rewards (Fee Recipient)

Stader node helps you save gas cost Stader node has a default feature that transfers the unclaimed EL(Fee Recipient) rewards for your node to a claim vault when it reaches 0.15 ETH. This movement of rewards is done once a month. This allows node operators to claim the EL(Fee Recipient) rewards for their node in a single transaction from the claim vault to their operator reward address.

To claim EL(Fee Recipient) rewards without waiting for Stader to transfer them to the claim vault, follow these steps:

  • Step 1: Check EL(Fee Recipient) rewards accrued for your node using the node status command: ~/bin/stader-cli node status

  • Step 2: Send your EL(Fee Recipient) rewards to the Claim vault using the command: ~/bin/stader-cli node send-el-rewards

  • Step 3: Claim your EL(Fee Recipient) rewards from the claim vault using the following command. ~/bin/stader-cli node claim-rewards

To claim EL(Fee Recipient) rewards after Stader has transferred them to the claim vault, follow these steps:

  • Step 1: Claim your EL(Fee Recipient) rewards from the claim vault using the following command. ~/bin/stader-cli node claim-rewards

On the Stader network, a merkle tree is created on regular intervals for the Stader node Socializing pool rewards. Currently, a new cycle occurs every 28 days. During each reward cycle, Stader node generates a merkle tree representing the state of node operators on the Stader network. This tree determines the SD and Socializing pool ETH rewards for each node operator during that specific cycle.

After a merkle tree is created, the ETHx smart contracts transfer SD tokens and the entire ETH balance from the socializing pool to the Stader vault. Node operators can then check the number of SD and ETH rewards they earned for a particular cycle and claim them. Each reward cycle is independent, meaning the rewards earned in one interval don't affect the earnings in subsequent cycles.

Node operators have the flexibility to claim rewards for one cycle, multiple cycles, or all at once. Node operators can accumulate rewards for as long as they want without a fixed time interval to claim them. The rewards will always be available and provide the same amount of SD and ETH regardless of when they are claimed.

PreviousClaim CL rewardsNextNode Monitoring

Last updated 1 year ago

Rewards cycle and Merkle tree for Socializing pools

​