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 withdraw
Withdraw
Withdrawing assets will remove the values of all the unfrozen buckets automatically. This is how you should do it:
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 withdraw
Copied!
Staking - Previous
How to unstake
Next - Staking
How to claim rewards
Last modified
2mo ago
Copy link