From b8a98659bb13b7486dabd18b13c99017abfb8006 Mon Sep 17 00:00:00 2001 From: Barrie Byron Date: Thu, 2 Dec 2021 16:09:40 -0500 Subject: [PATCH] edit for small fixes --- docs/validators/overview.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/validators/overview.md b/docs/validators/overview.md index ffd5d896d65..ad5a2355ac0 100644 --- a/docs/validators/overview.md +++ b/docs/validators/overview.md @@ -6,25 +6,25 @@ order: 1 ## Introduction -The [Cosmos Hub](../README.md) is based on [Tendermint](https://github.com/tendermint/tendermint/tree/master/docs/introduction), which relies on a set of validators that are responsible for committing new blocks in the blockchain. These validators participate in the consensus protocol by broadcasting votes which contain cryptographic signatures signed by each validator's private key. +The [Cosmos Hub](../README.md) is based on [Tendermint](https://github.com/tendermint/tendermint/tree/master/docs/introduction), which relies on a set of validators that are responsible for committing new blocks in the blockchain. These validators participate in the consensus protocol by broadcasting votes that contain cryptographic signatures signed by each validator's private key. -Validator candidates can bond their own Atoms and have Atoms ["delegated"](../delegators/delegator-guide-cli.md), or staked, to them by token holders. The Cosmos Hub will have 125 validators, but over time this will increase to 300 validators according to a predefined schedule. The validators are determined by who has the most stake delegated to them — the top 125 validator candidates with the most stake will become Cosmos validators. +Validator candidates can bond their own ATOM and have ATOM ["delegated"](../delegators/delegator-guide-cli.md), or staked, to them by token holders. The Cosmos Hub has 125 validators, but over time the number of validators will increase to 300 according to a predefined schedule. The validators are determined by who has the most stake delegated to them — the top 125 validator candidates with the most stake are the current Cosmos validators. -Validators and their delegators will earn Atoms as block provisions and tokens as transaction fees through execution of the Tendermint consensus protocol. Initially, transaction fees will be paid in Atoms but in the future, any token in the Cosmos ecosystem will be valid as fee tender if it is whitelisted by governance. Note that validators can set commission on the fees their delegators receive as additional incentive. +Validators and their delegators earn ATOM as block provisions and tokens as transaction fees through execution of the Tendermint consensus protocol. Initially, transaction fees are paid in ATOM but in the future, any token in the Cosmos ecosystem will be valid as fee tender if the token is whitelisted by governance. Note that validators can set commission on the fees their delegators receive as additional incentive. -If validators double sign, are frequently offline or do not participate in governance, their staked Atoms (including Atoms of users that delegated to them) can be slashed. The penalty depends on the severity of the violation. +If validators double sign, are frequently offline, or do not participate in governance, their staked ATOM (including ATOM of users that delegated to them) can be slashed. The penalty depends on the severity of the violation. ## Hardware -There currently exists no appropriate cloud solution for validator key management. This may change in 2018 when cloud SGX becomes more widely available. For this reason, validators must set up a physical operation secured with restricted access. A good starting place, for example, would be co-locating in secure data centers. +For validator key management, validators must set up a physical operation that is secured with restricted access. A good starting place, for example, would be co-locating in secure data centers. -Validators should expect to equip their datacenter location with redundant power, connectivity, and storage backups. Expect to have several redundant networking boxes for fiber, firewall and switching and then small servers with redundant hard drive and failover. Hardware can be on the low end of datacenter gear to start out with. +Validators are expected to equip their datacenter location with redundant power, connectivity, and storage backups. Expect to have several redundant networking boxes for fiber, firewall, and switching and then small servers with redundant hard drive and failover. Hardware can be on the low end of datacenter gear to start out with. -We anticipate that network requirements will be low initially. The current testnet requires minimal resources. Then bandwidth, CPU and memory requirements will rise as the network grows. Large hard drives are recommended for storing years of blockchain history. +Initial network requirements can be low. The current testnet requires minimal resources. Then bandwidth, CPU, and memory requirements rise as the network grows. Large hard drives are recommended for storing years of blockchain history. ## Set Up a Website -Set up a dedicated validator's website and signal your intention to become a validator on our [forum](https://forum.cosmos.network/t/validator-candidates-websites/127/3). This is important since delegators will want to have information about the entity they are delegating their Atoms to. +Set up a dedicated validator's website and signal your intention to become a validator on the Cosmos Forum [Validator Candidates](https://forum.cosmos.network/t/validator-candidates-websites/127/3) site. Posting your validator website is important because delegators want to have information about the entity they are delegating their ATOM to. ## Seek Legal Advice