How To Unstake Tokens
Last updated
Withdraw tokens from the stake to active state for your account.
Install the currently supported version of cleos.
Ensure the reference system contracts from cyberway.contracts repository is deployed and used to manage system resources.
Unstake 100 CYBER tokens for alice account:
$ cleos push action cyber.stake withdraw alice "100.0000 CYBER"or using "system withdraw" operation:
Tokens are withdrawn immediately without any delay. After this operation is completed, the alice stake will decrease by 100 CYBER tokens and her active tokens will be credited to the alice account balance.
Last updated
$ cleos system withdraw alice "100.0000 CYBER"