@@ -5,9 +5,9 @@ title: Set Rewards Split
5
5
6
6
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 ) .
7
7
8
- ## Get Current Rewards Split
8
+ ## Get Current AVS Rewards Split
9
9
10
- To obtain the current rewards split, use:
10
+ To obtain the current AVS rewards split, use:
11
11
12
12
` eigenlayer operator get-rewards-split [options] ` with:
13
13
@@ -19,21 +19,38 @@ or `operator-address`.
19
19
20
20
The current split is returned in bips (1000 bips = 10%, 10000 bips = 100%).
21
21
22
- ## Update Rewards Split by AVS
22
+ ## Update AVS Rewards Split
23
23
24
- To update the rewards split by AVS , use:
24
+ To update the AVS rewards split, use:
25
25
26
26
` eigenlayer operator set-rewards-split [options] ` with:
27
27
* ` avs-address ` - AVS address for which to update the Operator split
28
+ * ` operator-address ` - Operator address for which to update the Operator Set split
28
29
* ` operator-split ` - Split to set for the Operator in bips for the specified AVS
29
30
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
31
47
32
- To update the rewards split by Operator Set, use:
48
+ To update the Operator Set rewards split , use:
33
49
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
37
54
* ` operator-split ` - Split to set for the Operator in bips for the specified Operator Set
38
55
39
56
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