-
Notifications
You must be signed in to change notification settings - Fork 281
Validator
quan8 edited this page Jan 6, 2022
·
2 revisions
Validator has exactly one role in DAG aBFT Lachesis consensus - it creates and signs DAG vertices (events). Check out consensus algorithm.
Aside consensus algorithm, validator and delegators can also vote in the governance contract.
When a epoch starts, validators group for the epoch are decided and their stakes are fixed for the entire epoch. After an epoch gets sealed, a new validators group will be calculated based on the validators list given at the end of the sealed epoch.
Learn more about Epochs.