Skip to content

Commit 6111c2a

Browse files
Staking operator removal (claiming-rewards.adoc) (#1386)
* Update claiming-rewards.adoc Got rid of operator contract * Update claiming-rewards.adoc --------- Co-authored-by: Raz Landau <[email protected]>
1 parent f59d953 commit 6111c2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/Starknet/modules/staking/pages/claiming-rewards.adoc

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

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

6-
Staking rewards on Starknet accumulate over time as your staked STRK tokens contribute to network security. To claim these rewards, you need to interact with the operator contract (if you are a validator) or the specific delegation pooling contract associated with the validator you have staked with (if you are a delegator) and execute the appropriate functions.
6+
Staking rewards on Starknet accumulate over time as your staked STRK tokens contribute to network security. To claim these rewards, you need to interact with the staking contract (if you are a validator) or the specific delegation pooling contract associated with the validator you have staked with (if you are a delegator) and execute the appropriate functions.
77

88
.Prerequisites
99

@@ -14,7 +14,7 @@ Staking rewards on Starknet accumulate over time as your staked STRK tokens cont
1414

1515
. Using a Starknet block explorer, navigate to the appropriate contract:
1616
+
17-
* For validators: Navigate to the operator contract.
17+
* For validators: Navigate to the staking contract.
1818
* For delegators: Navigate to the delegation pooling contract associated with the validator you have staked with.
1919
. In the contract interface, locate and select the `claim_rewards` function.
2020
. Enter the following parameters:
@@ -27,4 +27,4 @@ Staking rewards on Starknet accumulate over time as your staked STRK tokens cont
2727
Ensure that the address entered is either the validator's or delegator's main address or their respective reward address. If the address is not authorized, the function will fail.
2828
====
2929

30-
Once the transaction is successful, the rewards will be transferred to the designated reward address associated with the staked tokens.
30+
Once the transaction is successful, the rewards will be transferred to the designated reward address associated with the staked tokens.

0 commit comments

Comments
 (0)