EtherLite Documentation
  • Welcome to EtherLite
  • About EtherLite
    • Features
    • Advantages
    • Prospective Use Of EtherLite
      • Payment Systems - Fast Finality
      • DeFi Projects
      • Community Inclusion Currencies
      • Derivative Markets
      • Blockchain Gaming Industry
      • NFT Mint and Transfer
      • Secure Voting Systems
      • Governance Mechanism Base for DeFi Projects
    • News & Information
    • Roadmap
  • For Users
    • Wallets
      • Metamask
      • Portis Wallet
    • EtherLite Coin
      • EtherLite Testnet Faucet
    • Explorers
      • BlockScout
    • Governance
    • Claim Reward
  • For Validators
    • About EtherLite Validators
    • Launch a Validator Node
    • Become a Validator
    • How to create EC2
    • How to create RPC
  • For Developers
    • Wallets
    • RPC
    • Remix IDE
  • For Delegators
    • Become a Delegator
Powered by GitBook
On this page

Was this helpful?

  1. For Validators

About EtherLite Validators

The number of EtherLite network participants and cannot exceed the values assigned to the MAX_CANDIDATES and MAX_VALIDATORS parameters. (Max Candidates are 151254 and Max Validators are 50418)

Any arbitrary address with at least DELEGATOR_MIN_STAKE native coins (1000 ETL) can stake their tokens and become a delegator.

The network's operation is divided into staking epochs (STAKING_EPOCH_PERIOD – 1 week with 3 sec of block time). A new staking epoch begins immediately following the termination of the previous epoch.

There is a different validator set in each Staking Epoch to avoid attacks. At the beginning of each staking epoch, the algorithm selects a new validator set from the current list of candidates and creates a snapshot of the current state of the validators' pools. If there are fewer than MAX_VALIDATORS+1 candidates, every candidate becomes a validator. The snapshot is used to calculate the reward amount for validators and delegators when they claim the reward.

An arbitrary address X in the network has to launch its node and put at least the minimum stake in the form of ETL (CANDIDATE_MIN_STAKE is 100,000 ETL) on its own address.

PreviousFor ValidatorsNextLaunch a Validator Node

Last updated 3 years ago

Was this helpful?