Skip to content

Commit 865e723

Browse files
authored
docs: non-standard erc20 note (#1236)
**Motivation:** We need to add a note about not using non-standard ERC20 tokens as reward tokens. **Modifications:** Updated RewardsCoordinator docs. **Result:** More clarity.
1 parent 13b4946 commit 865e723

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core/RewardsCoordinator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ The typical user flow is as follows:
2626

2727
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.
2828

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+
2931
#### High-level Concepts
3032

3133
This document is organized according to the following themes (click each to be taken to the relevant section):

0 commit comments

Comments
 (0)