You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/Starknet/modules/staking/pages/entering-staking.adoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,16 @@ For validators who wish to use a secure hardware wallet, the https://www.ledger.
36
36
.. In the contract interface, locate and select the `approve` function.
37
37
.. Enter the following parameters:
38
38
* 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.
40
41
.. Submit the transaction to execute the approval.
41
42
. 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].
42
43
. In the contract interface, locate and select the `stake` function.
43
44
. Enter the following parameters:
44
45
+
45
46
* In *`reward_address`*, enter the address where the rewards will be sent.
46
47
* 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).
48
49
* In *`pooling_enabled`*, enter `true` if you wish to enable delegation pooling, otherwise enter `false`.
49
50
* 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.
50
51
. Submit the transaction to execute the staking operation.
0 commit comments