From d72ccf9042f69331b54856a85a303e4774b132e1 Mon Sep 17 00:00:00 2001 From: Taylor Brent Date: Fri, 6 Sep 2024 19:36:03 -0400 Subject: [PATCH] nit: backing buffer --- docs/deployment-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment-variables.md b/docs/deployment-variables.md index 5566c0c2e..a61df5544 100644 --- a/docs/deployment-variables.md +++ b/docs/deployment-variables.md @@ -104,9 +104,9 @@ Dimension: `{1}` The backing buffer is a percentage value that describes how much extra collateral to hold as backing in the BackingManager. It is important for preventing RSR seizure during normal rebalancing. -As a result, too low a backing buffer can result in RSR seizure during normal rebalancing. While unpleasant, the stronger reason to avoid this is to prevent situations where RSR stakers are incentivized to unstake before rebalancing proposals in order to avoid paying their fair share. The backing buffer should be set high enough to prevent this outcome. +Too low a backing buffer can result in RSR seizure during normal rebalancing. While unpleasant, the stronger reason to avoid this is to prevent situations where RSR stakers are incentivized to unstake before rebalancing proposals in order to avoid paying their fair share. The backing buffer should be set high enough to prevent this outcome. -On the other hand, too high a backing buffer (as a function of the blended collateral yield) can cause RToken and RSR staker yields to drop during large supply increases as new issuance creates an additional debt burden that must be filled in with new appreciation. In general the amount of time this takes is short, but when an RToken grows fast enough it can outpace and result in no revenue being recognized for a while. +On the other hand, too high a backing buffer can cause RToken and RSR staker yields to drop during large supply increases as new issuance creates additional debt burdens that must be filled in with new appreciation. In general the amount of time this takes is short, but when an RToken grows fast enough it can outpace and result in no revenue being recognized for a while. Note: It is not important to consider the backing buffer for _default_ scenarios, only governance-led rebalances.