Skip to content

Commit 306f10a

Browse files
committed
account: Move commission schedule change to advanced
1 parent d4dfea0 commit 306f10a

1 file changed

Lines changed: 44 additions & 44 deletions

File tree

docs/general/manage-tokens/cli/account.mdx

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -456,50 +456,6 @@ ParaTime: sapphire
456456
Account: eugene
457457
```
458458

459-
## Comission schedule change
460-
461-
Validators can use `account amend-commission-schedule` to add or remove
462-
their commission bounds and rates at consensus layer. Rate bounds can be
463-
defined by using the `--bounds <epoch>/<min_rate>/<max_rate>` parameter.
464-
Actual rates which can be subject to change every epoch can be defined with the
465-
`--rates <epoch>/<rate>` parameter. Rates are specified in milipercents
466-
(100% = 100000m%). The new commission schedule will replace any previous
467-
schedules.
468-
469-
```
470-
$ oasis account amend-commission-schedule --bounds 29000/1000/2000,35000/900/1900 --rates 29000/1500
471-
Unlock your account.
472-
? Passphrase:
473-
You are about to sign the following transaction:
474-
Method: staking.AmendCommissionSchedule
475-
Body:
476-
Amendment:
477-
Rates:
478-
(1) start: epoch 29000
479-
rate: 1.5%
480-
Rate Bounds:
481-
(1) start: epoch 29000
482-
minimum rate: 1.0%
483-
maximum rate: 2.0%
484-
(2) start: epoch 35000
485-
minimum rate: 0.9%
486-
maximum rate: 1.9%
487-
Nonce: 7
488-
Fee:
489-
Amount: 0.0 TEST
490-
Gas limit: 1355
491-
(gas price: 0.0 TEST per gas unit)
492-
493-
Network: testnet
494-
ParaTime: none (consensus layer)
495-
Account: eugene
496-
```
497-
498-
For learn more on commission rates for validators from the node operators point
499-
of view, read the section inside the [Run your node] chapter.
500-
501-
[Run your node]: ../../../node/run-your-node/validator-node/amend-commission-schedule.md
502-
503459
## Delegate and Undelegate stake
504460

505461
To stake your tokens on consensus layer, run `account delegate <amount> <to>`.
@@ -617,6 +573,50 @@ save the transaction to a file and submit it to the network by using the
617573

618574
[`transaction`]: ./transaction.md
619575

576+
## Comission schedule change
577+
578+
Validators can use `account amend-commission-schedule` to add or remove
579+
their commission bounds and rates at consensus layer. Rate bounds can be
580+
defined by using the `--bounds <epoch>/<min_rate>/<max_rate>` parameter.
581+
Actual rates which can be subject to change every epoch can be defined with the
582+
`--rates <epoch>/<rate>` parameter. Rates are specified in milipercents
583+
(100% = 100000m%). The new commission schedule will replace any previous
584+
schedules.
585+
586+
```
587+
$ oasis account amend-commission-schedule --bounds 29000/1000/2000,35000/900/1900 --rates 29000/1500
588+
Unlock your account.
589+
? Passphrase:
590+
You are about to sign the following transaction:
591+
Method: staking.AmendCommissionSchedule
592+
Body:
593+
Amendment:
594+
Rates:
595+
(1) start: epoch 29000
596+
rate: 1.5%
597+
Rate Bounds:
598+
(1) start: epoch 29000
599+
minimum rate: 1.0%
600+
maximum rate: 2.0%
601+
(2) start: epoch 35000
602+
minimum rate: 0.9%
603+
maximum rate: 1.9%
604+
Nonce: 7
605+
Fee:
606+
Amount: 0.0 TEST
607+
Gas limit: 1355
608+
(gas price: 0.0 TEST per gas unit)
609+
610+
Network: testnet
611+
ParaTime: none (consensus layer)
612+
Account: eugene
613+
```
614+
615+
For learn more on commission rates for validators from the node operators point
616+
of view, read the section inside the [Run your node] chapter.
617+
618+
[Run your node]: ../../../node/run-your-node/validator-node/amend-commission-schedule.md
619+
620620
### Burn tokens
621621

622622
`account burn <amount>` command will permanently destroy the amount of tokens

0 commit comments

Comments
 (0)