How To Delegate Resources
Goal
Before you begin
Steps
$ cleos push action cyber.stake delegateuse '[alice, bob, "10.0000 CYBER"]' -p alice@activeUseful links
Last updated
Delegate resource for an 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.
alice delegates 100 tokens to bob. This operation is signed by the alice's active key:
$ cleos push action cyber.stake delegateuse '[alice, bob, "10.0000 CYBER"]' -p alice@activeor using specialized cleos system command delegatebw:
Note The (RAM, NET, CPU, Storage) resources are not directly delegated. Instead of resources, their total cost is delegated — number of staked tokens.
Last updated
$ cleos system delegatebw alice bob "100.0000 CYBER"