This guide covers all essential operations for managing a Shibarium validator node, including changing owner/signer, staking, commission management, claiming rewards, and key commands.

Change the Owner Address

1

Access the StakingNFT contract

2

Connect to Web3 and login with the current owner address

3

Use the `safeTransferFrom` function

  • from (address): current owner address
  • to (address): new owner address
  • tokenId: validator ID
4

Sign and submit the transaction

Ensure you have enough ETH for gas. After confirmation, your validator NFT is transferred to the new owner.
5

Verify the change

Log in to the staking dashboard with the new owner address.

Change the Signer Address

1

Log in to the staking dashboard with Node 1 address

2

Edit Profile and update Signer's address and public key

  • Signer’s address: Node 2 address
  • Signer’s public key: Get from Node 2 using:
    heimdalld show-account
    
3

Save changes

Node 1 remains the owner, Node 2 becomes the signer.
Limited spots for new validators. New validators can only join when an active validator unbonds.

Stake Tokens

Set Commission Rate

  • Set commission during initial staking.
  • Commission can be 0% to 100% of rewards.

Change Commission Rate

1

Log in to the staking dashboard with owner address

2

Edit Profile and update the Commission field

Enter your new commission rate.
3

Confirm and sign the transaction

Commission is updated after a cooldown of 80 checkpoints.
Inform the community when changing your commission rate.

Claim Validator Rewards

  • Earn rewards for performing validator duties.
  • Use the dashboard to:
    • Withdraw Reward: Transfers rewards to your wallet.
    • Restake Reward: Increases your staked amount.
  • Dashboard updates after 12 block confirmations.

Common Operations