Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit c0e44b6

Browse files
Docs: Set realistic stake warm-up expectations for validators (#12436)
(cherry picked from commit 215bbe8) Co-authored-by: Trent Nelson <trent@solana.com>
1 parent 41ca59e commit c0e44b6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/src/running-validator/validator-stake.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,11 @@ Learn more about [transaction fees here](../implemented-proposals/transaction-fe
7878

7979
## Validator Stake Warm-up
8080

81-
Stakes need to warm up, and warmup increments are applied at Epoch boundaries,
82-
so it can take an hour or more for stake to come fully online.
81+
To combat various attacks on consensus, new stake delegations are subject to
82+
a [warm-up](/staking/stake-accounts#delegation-warmup-and-cooldown)
83+
period.
8384

84-
To monitor your validator during its warmup period:
85+
Monitor a validator's stake during warmup by:
8586

8687
- View your vote account:`solana vote-account ~/vote-account-keypair.json` This displays the current state of all the votes the validator has submitted to the network.
8788
- View your stake account, the delegation preference and details of your stake:`solana stake-account ~/validator-stake-keypair.json`

0 commit comments

Comments
 (0)