Skip to content

Commit 78e5bb0

Browse files
Added min stake info to entering-staking.adoc (#1431)
* Added min stake info to entering-staking.adoc * Update entering-staking.adoc * Update entering-staking.adoc * Update entering-staking.adoc * Update entering-staking.adoc --------- Co-authored-by: Raz Landau <[email protected]>
1 parent d2991f2 commit 78e5bb0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/Starknet/modules/staking/pages/entering-staking.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,16 @@ For validators who wish to use a secure hardware wallet, the https://www.ledger.
3636
.. In the contract interface, locate and select the `approve` function.
3737
.. Enter the following parameters:
3838
* In *`spender`*, enter the xref:overview.adoc#staking_contract[staking contract's address].
39-
* In *`amount`*, enter the number of STRK tokens you want to stake (note that STRK has 18 decimals).
39+
* In *`amount`*, enter the number of STRK tokens you want to stake (note the xref:overview.adoc#economic_parameters[minimum stake for validators] and that STRK has 18 decimals).
40+
.. Submit the transaction to execute the pre-approval.
4041
.. Submit the transaction to execute the approval.
4142
. Using a Starknet block explorer such as https://starkscan.co[Starkscan] or https://voyager.online[Voyager], navigate to the staking contract by searching for xref:overview.adoc#staking_contract[its address].
4243
. In the contract interface, locate and select the `stake` function.
4344
. Enter the following parameters:
4445
+
4546
* In *`reward_address`*, enter the address where the rewards will be sent.
4647
* In *`operational_address`*, enter the operational address associated with this stake.
47-
* In *`amount`*, enter the number of STRK tokens you want to stake (note that STRK has 18 decimals).
48+
* In *`amount`*, enter the number of STRK tokens you want to stake (note the xref:overview.adoc#economic_parameters[minimum stake for validators] and that STRK has 18 decimals).
4849
* In *`pooling_enabled`*, enter `true` if you wish to enable delegation pooling, otherwise enter `false`.
4950
* In *`commission`*, enter the commission rate for any delegated staking. The rate should be entered as a percentage with precision, where 10000 represents 100%. For example, to set a 5% commission, you would enter 500.
5051
. Submit the transaction to execute the staking operation.

0 commit comments

Comments
 (0)