Klever Docs
Search
K

How to claim rewards

Claim rewards from staked assets
You can claim rewards either from Staking (with no delegation) or Allowance (from delegation):
docker run -it --rm --user "$(id -u):$(id -g)" \
-v $(pwd)/wallet:/opt/klever-blockchain \
--network=host \
--entrypoint=/usr/local/bin/operator \
kleverapp/klever-go:latest \
--key-file=./walletKey.pem \
--node=https://node.mainnet.klever.finance \
account claim 0 --id=KLV
[claim_type]: represents the source of the rewards:
StakingClaim = 0; AllowanceClaim = 1;
[id] : KDA ID.