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
Ben Weintraub, Brendan Sanderson, Guy, Brean, deadmanwalking
Summary
When $\Delta B_{\overline{t-1}} < 0$, change Soil issued at gm to be the minimum of (1) $-\Delta B$ calculated using the instantaneous reserves from Multi Flow and (2) $-\Delta B_{\overline{t-1}}$.
Problem
Beanstalk occasionally overissues Soil at gm because Soil issuance below peg is solely based on $-\Delta B_{\overline{t-1}}$.
Beanstalk can read inter-block MEV manipulation resistant instantaneous reserves for whitelisted Well LP tokens via Multi Flow, but does not yet use these values to determine Soil issuance below peg.
Context
Consider an example where Beanstalk is at -300k deltaB for the first 58 minutes of a Season. At the 58th minute, i.e., 10 blocks before the next gm call, a Farmer buys and Sows 200k Beans, bringing the current deltaB to -100k.
Assuming no other trades in the final 2 minutes of the Season, the Soil issued at gm will be slightly less than 300k, despite Beanstalk only needing 100k Beans to be bought to return to peg. Before Multi Flow, this was necessary for sufficient manipulation resistance.
Solution
When $\Delta B_{\overline{t-1}} < 0$, change Soil issued at gm to be the minimum of (1) $-\Delta B$ calculated using the instantaneous reserves from Multi Flow and (2) $-\Delta B_{\overline{t-1}}$.
Intuition
In general, Beanstalk does not need to be particularly aggressive when issuing Soil. Beanstalk does not want to issue debt if it doesn't have to. Therefore, accounting for the instantaneous reserves in Multi Flow when below peg is appropriate.
Specification
TBD.
The text was updated successfully, but these errors were encountered:
RFC: Soil Issuance Update
Authors
Ben Weintraub, Brendan Sanderson, Guy, Brean, deadmanwalking
Summary
When$\Delta B_{\overline{t-1}} < 0$ , change Soil issued at $-\Delta B$ calculated using the instantaneous reserves from Multi Flow and (2) $-\Delta B_{\overline{t-1}}$ .
gm
to be the minimum of (1)Problem
Beanstalk occasionally overissues Soil at$-\Delta B_{\overline{t-1}}$ .
gm
because Soil issuance below peg is solely based onBeanstalk can read inter-block MEV manipulation resistant instantaneous reserves for whitelisted Well LP tokens via Multi Flow, but does not yet use these values to determine Soil issuance below peg.
Context
Consider an example where Beanstalk is at -300k deltaB for the first 58 minutes of a Season. At the 58th minute, i.e., 10 blocks before the next
gm
call, a Farmer buys and Sows 200k Beans, bringing the current deltaB to -100k.Assuming no other trades in the final 2 minutes of the Season, the Soil issued at
gm
will be slightly less than 300k, despite Beanstalk only needing 100k Beans to be bought to return to peg. Before Multi Flow, this was necessary for sufficient manipulation resistance.Solution
When$\Delta B_{\overline{t-1}} < 0$ , change Soil issued at $-\Delta B$ calculated using the instantaneous reserves from Multi Flow and (2) $-\Delta B_{\overline{t-1}}$ .
gm
to be the minimum of (1)Intuition
In general, Beanstalk does not need to be particularly aggressive when issuing Soil. Beanstalk does not want to issue debt if it doesn't have to. Therefore, accounting for the instantaneous reserves in Multi Flow when below peg is appropriate.
Specification
TBD.
The text was updated successfully, but these errors were encountered: