Skip to content

Question: How POS consensus for polygon edge works? #458

Answered by Kourin1996
Kvenessa asked this question in Q&A
Discussion options

You must be logged in to vote

@Kvenessa

Please note our PoS is under development. There would be some functions to be added into PoS.
Currently, Staking contract maintains a validator set and an account that has staked enough amount into the contract will be a validator. The validator set will not update in the consensus layer after immediately the validator set in the contract changed. The consensus layer fetches validator set from the Staking contract every epoch (every 100000 blocks as default) and set it to own validator set.

then I'd like to answer your questions:

  1. Currently it's same to PoA's one. Block producer changes every block or round and the block producer is selected in order from the current validator set.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Kvenessa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants