@@ -51,7 +51,7 @@ actions:
5151
5252- ** Block production** , i.e. the way multiple blocks candidates are produced, and
5353- ** Block finality** , i.e. the way only one block out of many candidates is selected and added to
54- the canonical chain (see [ this] ( learn-consensus.md/ #probabilistic-vs-provable-finality ) article
54+ the canonical chain (see [ this] ( ./ learn-consensus.md#probabilistic-vs-provable-finality) article
5555 for more information about finality).
5656
5757Proof-of-Work (PoW) and Proof-of-Stake (PoS) are well-known mechanisms used to reach consensus in a
@@ -84,10 +84,11 @@ to get rewarded, and the PoS network rewards good behavior and punishes bad beha
8484
8585## Nominated Proof-of-Stake (NPoS)
8686
87- Polkadot implements [ Nominated Proof-of-Stake (NPoS)] ( learn-consensus.md/#nominated-proof-of-stake ) ,
88- a relatively novel and sophisticated mechanism to select the validators who are allowed to
89- participate in its [ consensus] ( learn-consensus.md ) protocol. NPoS encourages token holders to
90- participate as ** nominators** .
87+ Polkadot implements
88+ [ Nominated Proof-of-Stake (NPoS)] ( ./learn-consensus.md#nominated-proof-of-stake ) , a relatively novel
89+ and sophisticated mechanism to select the validators who are allowed to participate in its
90+ [ consensus] ( learn-consensus.md ) protocol. NPoS encourages token holders to participate as
91+ ** nominators** .
9192
9293Any potential validators can indicate their intention to be a validator candidate. Their candidacies
9394are made public to all nominators, and a nominator, in turn, submits a
@@ -192,8 +193,8 @@ contribute to the economic security of the network will be nominators, thus here
192193role of nominators. However, it is worth mentioning that validators do most of the heavy lifting:
193194they run the validator nodes and manage
194195[ session keys] ( https://research.web3.foundation/Polkadot/security/keys/session ) , produce new block
195- candidates in [ BABE] ( learn-consensus.md/ #block-production-babe ) , vote and come to consensus in
196- [ GRANDPA] ( learn-consensus.md/ #finality-gadget-grandpa ) , validate the state transition function of
196+ candidates in [ BABE] ( ./ learn-consensus.md#block-production-babe) , vote and come to consensus in
197+ [ GRANDPA] ( ./ learn-consensus.md#finality-gadget-grandpa) , validate the state transition function of
197198parachains, and possibly some other responsibilities regarding data availability and
198199[ XCM] ( learn-xcm.md ) . For more information, you can take a look at the
199200[ validator docs] ( learn-validator.md ) to understand what you need to do as a validator. If you want
@@ -349,7 +350,7 @@ the higher its vulnerability for hacks or scams. So, if one uses a key for multi
349350blockchain network, it is likely that the account can get compromised. Note that the damage linked
350351to stolen private keys is different depending on the type of account derivation. In the case of soft
351352derivation, all derived accounts are compromised. More information about account derivation can be
352- found [ here] ( .. /learn/learn-accounts .md/ #derivation-paths ) .
353+ found [ here] ( ./learn-account-advanced .md#derivation-paths ) .
353354
354355::: info
355356
@@ -451,7 +452,7 @@ automatically check if you qualify. For more information, visit the
451452- Low barrier of entry through [ Nomination Pools] ( learn-nomination-pools.md ) .
452453- Can choose [ multiple validators] ( ../general/chain-state-values.md#maximum-votes-per-nominator )
453454 which can help to decentralize the network through the sophisticated
454- [ NPoS system] ( learn-consensus.md/ #nominated-proof-of-stake )
455+ [ NPoS system] ( ./ learn-consensus.md#nominated-proof-of-stake)
455456- 85% of inflation/year of the tokens is primarily intended for staking rewards. Check the
456457 [ inflation] ( learn-staking-advanced.md#inflation ) section on the Wiki for more information.
457458
0 commit comments