Skip to content

Commit 1d40619

Browse files
committed
Added Operator Set split commands
1 parent fb6cd09 commit 1d40619

File tree

1 file changed

+26
-9
lines changed

1 file changed

+26
-9
lines changed

docs/operators/howto/confirgurerewards/set-rewards-split.md

+26-9
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ title: Set Rewards Split
55

66
The default Operator split for rewards is 10%. [The Operator split can be varied by AVS or by Operator Set](../../../eigenlayer/concepts/rewards/rewards-split.md).
77

8-
## Get Current Rewards Split
8+
## Get Current AVS Rewards Split
99

10-
To obtain the current rewards split, use:
10+
To obtain the current AVS rewards split, use:
1111

1212
`eigenlayer operator get-rewards-split [options]` with:
1313

@@ -19,21 +19,38 @@ or `operator-address`.
1919

2020
The current split is returned in bips (1000 bips = 10%, 10000 bips = 100%).
2121

22-
## Update Rewards Split by AVS
22+
## Update AVS Rewards Split
2323

24-
To update the rewards split by AVS, use:
24+
To update the AVS rewards split, use:
2525

2626
`eigenlayer operator set-rewards-split [options]` with:
2727
* `avs-address` - AVS address for which to update the Operator split
28+
* `operator-address` - Operator address for which to update the Operator Set split
2829
* `operator-split` - Split to set for the Operator in bips for the specified AVS
2930

30-
## Update Rewards Split by Operator Set
31+
Changes to the Rewards split take effect after a 7-day activation delay. Only one split can be pending. That is, any pending
32+
Rewards split must be completed before setting a new Rewards split.
33+
34+
## Get Current Operator Set Rewards Split
35+
36+
To obtain the current Operator Set rewards split, use:
37+
38+
`eigenlayer operator get-operatorset-split [options]` with:
39+
40+
* `avs-address` - AVS address for which to get the operator split
41+
* `operator-address` - Operator address for which to get the operator split
42+
* `operatorset-id` - Operator Set ID for which to get the split
43+
44+
The current split is returned in bips (1000 bips = 10%, 10000 bips = 100%).
45+
46+
## Update Operator Set Rewards Split
3147

32-
To update the rewards split by Operator Set, use:
48+
To update the Operator Set rewards split, use:
3349

34-
`eigenlayer operator set-rewards-split [options]` with
35-
* `avs-address` - AVS address for which to update the operator split
36-
* TODO - add option to specify Operator Set. Question in Slack.
50+
`eigenlayer operator set-operatorset-split [options]` with
51+
* `avs-address` - AVS address for which to update the Operator Set split
52+
* `operator-address` - Operator address for which to update the Operator Set split
53+
* `operatorset-id` - Operator Set ID for which to update the split
3754
* `operator-split` - Split to set for the Operator in bips for the specified Operator Set
3855

3956
Changes to the Rewards split take effect after a 7-day activation delay. Only one split can be pending. That is, any pending

0 commit comments

Comments
 (0)