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
Unrealized interest ($\Omega$) is excluded from both directions. This ensures that the share price reflects only realized value — it remains stable when a loan is issued and increases only when the borrower actually repays interest.
211
211
@@ -285,13 +285,13 @@ First, the requested asset amount ($\Delta_{assets\_requested}$) is converted in
This calculated $\Delta_{shares}$ amount is **rounded to the nearest whole number**.
288
+
This calculated $\Delta_{shares}$ amount is **rounded down (floor)**to the nearest whole number.
289
289
290
-
Next, the rounded number of shares from Step 1 is used to calculate the final asset payout ($\Delta_{assets\_out}$), using the same logic as a redemption.
290
+
Next, the floored number of shares from Step 1 is used to calculate the final asset payout ($\Delta_{assets\_out}$), using the same logic as a redemption.
0 commit comments