Skip to content

Commit 0998bd3

Browse files
committed
fix links
1 parent 51e6f5c commit 0998bd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/validators/overview.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ import { currentParams } from '@site/docs/governance/current-parameters.js';
1010

1111
The Cosmos Hub is based on [CometBFT](https://docs.cometbft.com/v0.37/introduction/what-is-cometbft) that 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.
1212

13-
Validator candidates can bond their own ATOM and have ATOM ["delegated"](../delegators/delegator-guide-cli), or staked, to them by token holders. The Cosmos Hub has <Var children={currentParams.staking.MaxValidators} /> validators, see Proposal <Var children={currentParams.proposals.numberOfValidatorsProp} />, but over time the number of validators can be increased with governance proposals. The validators are determined by the total number of ATOM tokens delegated to them — the top <Var children={currentParams.staking.MaxValidators} /> validator candidates with the most voting power are the current Cosmos validators.
13+
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 <Var children={currentParams.staking.MaxValidators} /> validators, see Proposal <Var children={currentParams.proposals.numberOfValidatorsProp} />, but over time the number of validators can be increased with governance proposals. The validators are determined by the total number of ATOM tokens delegated to them — the top <Var children={currentParams.staking.MaxValidators} /> validator candidates with the most voting power are the current Cosmos validators.
1414

1515
Validators and their delegators earn ATOM as block provisions and tokens as transaction fees through execution of the Tendermint consensus protocol. Note that validators can set a commission percentage on the fees their delegators receive as additional incentive. You can find an overview of all current validators and their voting power on [Mintscan](https://www.mintscan.io/cosmos/validators).
1616

17-
If validators double sign or are offline for an [extended period](./validator-faq#what-are-the-slashing-conditions), their staked ATOM (including ATOM of users that delegated to them) can be slashed. The penalty depends on the severity of the violation.
17+
If validators double sign or are offline for an [extended period](./validator-faq.md#what-are-the-slashing-conditions), their staked ATOM (including ATOM of users that delegated to them) can be slashed. The penalty depends on the severity of the violation.
1818

1919
## Hardware
2020

2121
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.
2222

2323
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.
2424

25-
You can find the minimum hardware requirements on the instructions for [joining the Cosmos Hub mainnet](../hub-tutorials/join-mainnet). As the network grows, bandwidth, CPU, and memory requirements rise. Large hard drives are recommended for storing years of blockchain history, as well as significant RAM to process the increasing amount of transactions.
25+
You can find the minimum hardware requirements on the instructions for [joining the Cosmos Hub mainnet](../hub-tutorials/join-mainnet.md). As the network grows, bandwidth, CPU, and memory requirements rise. Large hard drives are recommended for storing years of blockchain history, as well as significant RAM to process the increasing amount of transactions.
2626

2727
## Create a Validator Website
2828

0 commit comments

Comments
 (0)