Skip to content

Commit adaa8b4

Browse files
Update public/content/developers/docs/consensus-mechanisms/pos/rewards-and-penalties/index.md
Co-authored-by: Paul Wackerow <[email protected]>
1 parent cb99a90 commit adaa8b4

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/consensus-mechanisms/pos/rewards-and-penalties

1 file changed

+1
-1
lines changed

public/content/developers/docs/consensus-mechanisms/pos/rewards-and-penalties/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the in-protocol incentives in proof-of-stake Ethereum.
44
lang: en
55
---
66

7-
Ethereum is secured using its native cryptocurrency, ether (ETH). Node operators that wish to participate in validating blocks and identifying the head of the chain, deposit ether into a [deposit smart contract](https://etherscan.io/address/0x00000000219ab540356cbb839cbe05303d7705fa) on Ethereum. They are then paid in ether to run validator software that checks the validity of new blocks received over the peer-to-peer network and apply the fork-choice algorithm to identify the head of the chain.
7+
Ethereum is secured using its native cryptocurrency, ether (ETH). Node operators that wish to participate in validating blocks and identifying the head of the chain, deposit ether into the [deposit contract](/staking/deposit-contract/) on Ethereum. They are then paid in ether to run validator software that checks the validity of new blocks received over the peer-to-peer network and apply the fork-choice algorithm to identify the head of the chain.
88

99
There are two primary roles for a validator: 1) checking new blocks and “attesting” to them if they are valid, 2) proposing new blocks when selected at random from the total validator pool. If the validator fails to do either of these tasks when asked they miss out on an ether payout. Validators are also sometimes tasked with signature aggregation and participating in sync committees.
1010

0 commit comments

Comments
 (0)