fee
, which will be allocated to him/her from the stake pool reward in the future. An unreasonably high fee
may reduce the number of users voting for the validator. On the contrary, an unreasonably low fee
may not compensate for the validator's costs for node maintenance. Therefore, the validator should be most responsible for setting the commission.fee
, the validator can use the following cleos
command:account
— validator account.token_code
— token symbol that make up the reward.fee
— the amount of the commission indicated with an accuracy of hundredths of a percent. This parameter takes values "0-10000". The "0" value corresponds to "0 %", and "10000" corresponds to "100 %". fee
by alice
validator:cleos
command to configure the proxy level to zero:account
— validator account.level
— the proxy level to be set. This parameters must always remain as "0". alice
:cleos
command to activate the validator key:account
— validator to which the public key is set.token_code
— staked token code.signing_key
— public key (validator’s signature) to be set. alice
validator, which she will use when signing blocks:alice
as a validator candidate:cleos
command:user account
— the name of the account that delegates the steak (or part of the stake) to the proxy account.proxy account
— proxy account to which tokens are delegated.quantity CYBER
— the number of staked tokens that the proxy account can use when voting. bob
proxy account by the alice
user:cleos
command:user account
— the name of the account for which the proxy account level is setlevel
— proxy level to be setactive key
— the active key of the useralice
name:user account
— the name of the account that transfers tokens to the steak.quantity CYBER
— the number of tokens being transferred. alice
:account
— account name that converts CYBER Stake tokens to CYBER.unstake quantity
— number of tokens being converted. alice
converts 100 CYBER Stake tokens into CYBER tokens.