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
  • To claim CL rewards without waiting for Stader to transfer them to the claim vault, follow these steps:
  • To claim CL rewards after Stader has transferred them to the claim vault, follow these steps:
  1. Node Operator
  2. Permissioned node operator
  3. ETHx rewards for permissioned node operators

Claim CL rewards

After activating your validator, it takes around 2-3 days for CL rewards to show up on the CLI. When you run an Ethereum validator, the CL rewards are regularly sent to your validator through a process called "skimming". The frequency of skimming depends on the number of activated validators on the Beacon Chain. If you have multiple validators on your node, you have to claim the CL rewards separately for each one.

Stader node helps you save gas cost Claiming CL rewards for each validator can result in high gas costs for node operators. To reduce this expense, the Stader node has a default feature that transfers the CL rewards for your validators to a claim vault when it reaches 0.15 ETH. This allows node operators to claim the CL rewards for all their validators in a single transaction from the claim vault to their operator reward address.

To claim CL rewards without waiting for Stader to transfer them to the claim vault, follow these steps:

Step 1: Check CL the rewards accrued for your validators using the validator status command: ~/bin/stader-permissioned-cli validator status

Step 2: Send your rewards to the Claim vault using the command. Please don’t forget to replace <Validator Public Key> with the Validator Public Key of your operator: ~/bin/stader-permissioned-cli validator send-cl-rewards --validator-pub-key <validator public key>

Step 3: Claim your CL rewards from the claim vault using the following command: ~/bin/stader-permissioned-cli node claim-rewards

To claim CL rewards after Stader has transferred them to the claim vault, follow these steps:

Step 1: Claim your CL rewards from the claim vault using the following command. ~/bin/stader-permissioned-cli node claim-rewards

PreviousETHx rewards for permissioned node operatorsNextClaim EL rewards

Last updated 1 year ago