Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blend-whitepaper.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ _Figure 1: Interest rate curve examples for various asset classes where low curv
The Rate Modifier is a reactive value that adjusts the interest rate the pool charges for borrowing the asset to achieve a target utilization rate. The modifier slowly sums the error in utilization over time, compensating for any steady-state error as a result of the user-defined initial interest rates. The value is bounded between _\[0.1, 100]_ to limit the effective interest rate change possible and avoid potential integral windup that could cause instability. The updated modifier is calculated as follows:

$$
Util Rate Error = \Delta seconds * (U_T-U)
Util Rate Error = \Delta seconds * (U-U_T)
$$

$$
Expand Down