solana/stake-o-matic
Dan Albert 1a7413d8c9
Update validator_list.rs
2020-12-01 13:48:36 -07:00
..
src Update validator_list.rs 2020-12-01 13:48:36 -07:00
.gitignore Update .gitignore 2020-05-20 23:59:41 -07:00
Cargo.toml Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
README.md updated stake-o-matic base and bonus amounts (#11879) 2020-08-27 11:38:06 -07:00
stake-o-matic.sh Add stake-o-matic.sh 2020-05-20 22:30:09 -07:00

README.md

Effortlessly Manage Cluster Stakes

The testnet and mainnet-beta clusters currently have a large population of validators that need to be staked by a central authority.

Staking Criteria

  1. All non-delinquent validators receive 50,000 SOL stake
  2. Additionally, non-deliquent validators that have produced a block in 75% of their slots in the previous epoch receive bonus stake of 500,000 SOL

A validator that is delinquent for more than 24 hours will have all stake removed. However stake-o-matic has no memory, so if the same validator resolves their delinquency then they will be re-staked again

Validator Whitelist

To be eligible for staking, a validator's identity pubkey must be added to a YAML whitelist file.

Stake Account Management

Stake-o-matic will split the individual validator stake accounts from a master stake account, and must be given the authorized staker keypair for the master stake account.