Skip to content

Commit 0fc6a7c

Browse files
authored
Added rewards v2.2 types (#255)
1 parent 9fdf44c commit 0fc6a7c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/eigenlayer/concepts/rewards/rewards-concept.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,24 @@ Operator fees can be varied by Operator Set for more granular reward fee structu
3030

3131
## Rewards submission, calculation, and distribution
3232

33+
## Rewards v2.2
34+
35+
[EigenLayer Improvement Proposal-014: Rewards v2.2](https://github.com/eigenfoundation/ELIPs/blob/main/ELIPs/ELIP-014.md) adds rewards mechanisms that enable:
36+
37+
* Unique stake weighted rewards
38+
39+
AVSs can distribute rewards based on allocated unique stake in Operator Sets. Supports both retroactive and future
40+
commitments (max of 2 years).
41+
42+
* Total stake weighted rewards
43+
44+
AVSs can distribute rewards based on total delegated stake in Operator Sets. Supports both retroactive and future
45+
commitments (max of 2 years).
46+
47+
The Rewards v2.2 rewards mechanisms enable predictable, multi-period incentive structures.
48+
49+
## Submission, calculation, and distribution
50+
3351
Rewards are submitted, calculated, and distributed as follows:
3452

3553
1. [AVSs submit rewards submissions to Operators and Stakers](../../developers/howto/build/submit-rewards-submissions.md).

0 commit comments

Comments
 (0)