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
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,4 +31,9 @@ Incentivizing Early Adopters: This design directly rewards early users. Because
31
31
32
32
Handling Subsequent Deposits: If an existing user makes additional deposits at a later time, those new deposits would likely accrue interest based on the (potentially lower) global interest rate prevailing at the time of the new deposit. The exact mechanics for handling multiple deposits from the same user and their associated rates will be detailed during contract implementation.
33
33
34
-
Conceptual Source of Yield: While the underlying assets in the Vault could theoretically be deployed in various DeFi strategies (e.g., staking, lending, liquidity provision) to generate yield, for this initial version, the "interest" is primarily a function of the rebase mechanism itself, designed to increase token adoption by directly rewarding token holders with more tokens.
34
+
Conceptual Source of Yield: While the underlying assets in the Vault could theoretically be deployed in various DeFi strategies (e.g., staking, lending, liquidity provision) to generate yield, for this initial version, the "interest" is primarily a function of the rebase mechanism itself, designed to increase token adoption by directly rewarding token holders with more tokens.
1. When user deposit and amount and comes back to deposite another amount, their intial interest rate is applied instead of the recent adjusted interest rate. : this gives early adopters insane amount of benefit
39
+
2. Because interest is derived by multiplying with the growth factor and the balanceOf(), it compounds rather than accumulating linearly
0 commit comments