Klever Finance
Search…
Klever Finance
Klever Blockchain
Introduction
System requirements
How to create a wallet
How to run a node
How to stop a node
How to backup DB folder
How to restart a node
How to Upgrade node (docker image version)
How to send using CLI
Become a Validator
Become a validator
Staking
How to stake
How to unstake
How to withdraw
How to claim rewards
Delegation
How to delegate to others
How to undelegate
About our Technology
Entities
Consensus
Chronology
Producers
Fees
Network
Staking and Rewards
KLV and KDA
Powered By
GitBook
How to claim rewards
Claim rewards from staked assets
You can claim rewards either from Staking (with no delegation) or Allowance (from delegation):
1
docker run -it --rm --user "$(id -u):$(id -g)" \
2
-v $(pwd)/wallet:/opt/klever-blockchain \
3
--network=host \
4
--entrypoint=/usr/local/bin/operator \
5
kleverapp/klever-go-testnet:latest \
6
--key-file=./walletKey.pem \
7
--node=https://node.testnet.klever.finance \
8
account claim 0 --id=KLV
Copied!
[claim_type]: represents the source of the rewards:
StakingClaim = 0; AllowanceClaim = 1;
[id] : KDA ID.
Staking - Previous
How to withdraw
Next - Delegation
How to delegate to others
Last modified
2mo ago
Copy link