Skip to content

Commit 5946692

Browse files
authored
Update increasing-staking.adoc (#1384)
Got rid of the Operator
1 parent 603dac9 commit 5946692

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
:description: How to increase your stake on Starknet by interacting directly with the staking or delegation pooling contracts.
55

6-
The staking and pooling contracts allow validators and delegators to increase their existing stake. Validators use the `increase_stake` function, which is called from the operator contract, while delegators use the `add_to_delegation_pool` function, which is called from the delegation pooling contract. These functions add the specified amount of STRK tokens to the current stake, recalculate rewards before the staked amount is updated, and update the total staked amount.
6+
The staking and pooling contracts allow validators and delegators to increase their existing stake. Validators use the `increase_stake` function, which is called from the Staking contract, while delegators use the `add_to_delegation_pool` function, which is called from the delegation pooling contract. These functions add the specified amount of STRK tokens to the current stake, recalculate rewards before the staked amount is updated, and update the total staked amount.
77

88
.Prerequisites
99

@@ -14,9 +14,9 @@ The staking and pooling contracts allow validators and delegators to increase th
1414
.Procedure
1515
. Pre-approve the STRK ERC20 contract for the transfer of tokens from your address to the relevant contract:
1616
+
17-
* Validators: Pre-approve the staking contract (and *not* the operator contract) for the transfer of tokens from your address.
17+
* Validators: Pre-approve the staking contract for the transfer of tokens from your address.
1818
* Delegators: Pre-approve the delegation pooling contract for the transfer of tokens from your address.
19-
. Using a Starknet block explorer, navigate to the relevant contract (operator contract for validators, delegation pooling contract for delegators).
19+
. Using a Starknet block explorer, navigate to the relevant contract (Staking contract for validators, delegation pooling contract for delegators).
2020
. In the contract interface, locate and select the `increase_stake` function (for validators) or the `add_to_delegation_pool` function (for delegators).
2121
. Enter the following parameters:
2222
+

0 commit comments

Comments
 (0)