You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Motivation:**
We need to add a note about not using non-standard ERC20 tokens as
reward tokens.
**Modifications:**
Updated RewardsCoordinator docs.
**Result:**
More clarity.
Copy file name to clipboardExpand all lines: docs/core/RewardsCoordinator.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ The typical user flow is as follows:
26
26
27
27
This entire flow will repeat periodically as AVSs submit rewards submissions, `DistributionRoots` are submitted, and Stakers/Operators claim their accumulated earnings. Note that `DistributionRoots` contain *cumulative earnings*, meaning Stakers/Operators aren't required to claim against every root - simply claiming against the most recent root will claim anything not yet claimed.
28
28
29
+
**NOTE: Use caution when using reward tokens that do not strictly conform to ERC20 standards. Please DYOR if your token falls outside of ERC20 norms.** Specific things to look out for include (but are not limited to): exotic rebasing tokens, fee-on-transfer tokens, tokens that support reentrant behavior (like ERC-777), and other nonstandard ERC20 derivatives.
30
+
29
31
#### High-level Concepts
30
32
31
33
This document is organized according to the following themes (click each to be taken to the relevant section):
0 commit comments