Validator Staking
Steps on becoming a validator
Last updated
Was this helpful?
Steps on becoming a validator
Last updated
Was this helpful?
Get some hardware: You need to to stake.
Generate your validator address and save it for later use in the contract.
Prepare at least 10 KUB in your wallet (Metamask is recommended).
Go to contract on KUB Scan.
Connect your wallet to KUB Scan, then go to the tab.
Scroll down to function No.15 named stake, then place your following input including:
signer_(address) -> your validator address which is retrieved from the validator node
delegation_(bool) -> false
value(KUB) -> at least 10 KUB in native KUB unit (For example 10)
Click the Write button on the right side of the function.
After writing your contract function, please check your validator ID. Here are the steps on how to check your .
Congratulations. You are successfully a solo node.
Get some hardware: You need to to stake.
Generate your validator address and save it for later use in the contract.
Prepare at least 100,000 KUB in your wallet (Metamask is recommended).
Go to contract on KUB Scan.
Connect your wallet to KUB Scan, then go to the tab.
Scroll down to the 15th function named stake, then place your following input including:
signer_(address) -> your validator address which is retrieved from the validator node
delegation_(bool) -> true
value(KUB) -> at least 100,000 KUB in native KUB unit (For example 100,000)
Click the Write button on the right side of the function.
After writing your contract function, please check your validator ID. Here are the steps on how to check your .
Congratulations. You are successfully a pool node.