diff --git a/docs/protocol/validators.md b/docs/protocol/validators.md index fe1b156..98c99ab 100644 --- a/docs/protocol/validators.md +++ b/docs/protocol/validators.md @@ -4,6 +4,6 @@ sidebar_position: 5 # Validators The Jackal Validators are secure web servers, dedicated machines that participate in the consensus protocol by broadcasting cryptographic signatures, or votes, to agree upon the next block. Voting power is determined by the amount of staking tokens delegated by non-validators and bonded as collateral to earn a reward. These non-validators, or delegators, incur the risk of getting punished (slashed) if the delegate validator gets hacked or violates the protocol. -__TODO: Validator Setup__ +To set up a validator and become a contributing part of the network, read the installation instructions [here](/docs/nodes/installation) diff --git a/src/pages/index.js b/src/pages/index.js index 104b260..4af671d 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -71,6 +71,26 @@ function HomepageHeader() { +