Skip to content

Commit

Permalink
Added min stake info to entering-staking.adoc (#1431)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
natan-granit and LandauRaz authored Nov 25, 2024
1 parent d2991f2 commit 78e5bb0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ For validators who wish to use a secure hardware wallet, the https://www.ledger.
.. In the contract interface, locate and select the `approve` function.
.. Enter the following parameters:
* In *`spender`*, enter the xref:overview.adoc#staking_contract[staking contract's address].
* In *`amount`*, enter the number of STRK tokens you want to stake (note that STRK has 18 decimals).
* 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).
.. Submit the transaction to execute the pre-approval.
.. Submit the transaction to execute the approval.
. 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].
. In the contract interface, locate and select the `stake` function.
. Enter the following parameters:
+
* In *`reward_address`*, enter the address where the rewards will be sent.
* In *`operational_address`*, enter the operational address associated with this stake.
* In *`amount`*, enter the number of STRK tokens you want to stake (note that STRK has 18 decimals).
* 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).
* In *`pooling_enabled`*, enter `true` if you wish to enable delegation pooling, otherwise enter `false`.
* 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.
. Submit the transaction to execute the staking operation.
Expand Down

0 comments on commit 78e5bb0

Please sign in to comment.