Change the Owner Address
Access the StakingNFT contract
- Shibarium: StakingNFT on Etherscan
- Puppynet: StakingNFT on Sepolia Etherscan
Connect to Web3 and login with the current owner address
Use the `safeTransferFrom` function
- from (address): current owner address
- to (address): new owner address
- tokenId: validator ID
Sign and submit the transaction
Verify the change
Change the Signer Address
Log in to the staking dashboard with Node 1 address
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:
Save changes
Stake Tokens
Initial Staking
Initial Staking
Access the validator dashboard and log in with your wallet (owner address)
Select 'Become a Validator' and set up your node
Enter validator details, commission rate, and staking amount
Stake Now and confirm transactions
Add Stake
Add Stake
Access the validator dashboard and log in with your wallet (owner address)
Select 'Add more Stake', enter amount, and confirm
Set Commission Rate
- Set commission during initial staking.
- Commission can be 0% to 100% of rewards.
Change Commission Rate
Log in to the staking dashboard with owner address
Edit Profile and update the Commission field
Confirm and sign the transaction
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
Check Validator Account
Check Validator Account
Show Private Key
Show Private Key
Check Balance
Check Balance
Top Up Heimdall Fee
Top Up Heimdall Fee
- Go to Etherscan StakeManagerProxy
- Use
topUpForFee
method:- user: Validator’s signer address
- heimdallFee: Minimum 1 BONE
- Sign and submit the transaction.