Skip to content

Commit c7e0a3e

Browse files
saniksinLandauRaz
andauthored
Minor clarification in staking as validators procedures #1691
* Update staking.adoc * codereview --------- Co-authored-by: Raz Landau <[email protected]>
1 parent 89e1ba4 commit c7e0a3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/architecture/pages/staking.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,11 @@ To invoke onchain contracts, use https://foundry-rs.github.io/starknet-foundry/s
257257

258258
| Staking
259259
| Invoke the staking contract's https://github.com/starkware-libs/starknet-staking/blob/main/docs/spec.md#stake[`stake`^] function
260-
a| * You should make sure you are xref:responsibilities[running a full node and attesting to blocks] before staking
260+
a| * You should make sure you are xref:responsibilities[running a fully synchronized node] before staking.
261261
* You must first approve the transfer of the amount of STRK tokens to be staked to the staking contract by invoking the STRK contract's `approve` function
262262
* `operational_address` should have sufficient funds to pay for attestation transactions
263263
* `amount` should be equal or greater than the xref:protocol[minimum stake for validators] and denominated in FRI (i.e., 1*10^18^ = 1 STRK)
264+
* Attesting to blocks is only possible starting from the epoch following a successful stake
264265

265266
| Initializing or updating commission
266267
| Invoke the staking contract's https://github.com/starkware-libs/starknet-staking/blob/main/docs/spec.md#set_commission[`set_commission`^] function

0 commit comments

Comments
 (0)