Solis Network
  • The Solis Network
    • Design Rationale
    • Proof of Work (PoW)
    • Proof of Stake (PoS)
    • Delegated proof of stake (DPoS)?
  • Growth Strategy
  • Solis Networks Governance
    • Actors in Solis DPoS
    • Election of top 11 signers
    • Disqualification of Current Signer
    • Block Production and Rewards
    • Requirements for the Actors
    • Hardware Requirements for Signers
  • Solis Improvement Proposal Terms and Process
    • Flow to turn (AIP) into Network Proposal
    • Process of Signers Cast Vote
    • List of Network Proposals
  • Network Economics
    • Transaction Block Parameters
  • Solis Network Bridge
    • Bridge Specification and Requirements
    • Overview of Solis Network Bridge
    • Pack (Header & body)
    • Pack Process
  • Future Development
  • Project Founder
Powered by GitBook
On this page
  1. Solis Networks Governance

Election of top 11 signers

PreviousActors in Solis DPoSNextDisqualification of Current Signer

Last updated 2 years ago

Definition of block terms:

  1. Genesis block - first block of the chain.

  2. Election block - every epoch block minus 10 is known as election block, this block will announce new 11 Signers and Elected Delegators for next round.

  3. Maintenance block - 11 blocks from election block to next epoch block are known as maintenance block. Relayer will collect 11 signatures from each maintenance block and notify smart contracts about new 11 signers.

  4. Epoch block - maintain and record signers, candidates and delegators, disqualification will be removed from list. Besides that, it also records the finality of proposal value.

Example of Election Process

In mainnet and testnet, 1 Epoch equals 1440 blocks.

  1. Every 1440th block is the epoch block.

  2. Every epoch block minus 10 is known as the election block. E.g. First election block is the 1430th block.

  3. If any candidates are not being qualified at 1440th block, they can still be qualified prior to the next election block.

  4. Elected Delegators will be announced at 1430th block from the top 100 valid delegators. If any delegators not being elected as Elected Delegator after 10 Epoch, their delegator status will be automatically removed.

  5. New 11 Signers will be announced at 1430th block.

  6. Both new 11 Signers and Elected Delegators are recorded at 1440th block.

  7. New 11Signers will be assumed execution roles at 1441st block.

  8. No replacement for the qualified Elected Delegators until the next election block.