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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1045,8 +1045,8 @@ Generally is expected that competent batch managers will build good reputations
1045
1045
1046
1046
Troves in a batch are subject to additional collateral ratio constraints involving the branch level `BCR` constant. This constant acts as a buffer on top of the MCR. Specifically:
1047
1047
1048
-
- A Trove opened into or added to a batch must satisfy `CR > MCR + BCR` when it joins the batch
1049
-
- A debt or collateral adjustment on a Trove inside a batch must result in `CR > MCR + BCR`
1048
+
- A Trove opened into or added to a batch must satisfy `CR >= MCR + BCR` when it joins the batch
1049
+
- A debt or collateral adjustment on a Trove inside a batch must result in `CR >= MCR + BCR`
1050
1050
1051
1051
The purpose of the `BCR` is to ensure that a batch Trove cannot be added to or adjusted in a batch and then immediately liquidated after a premature adjustment fee brings its `CR < MCR`. The `BCR` buffer ensures that a significant price drop must occur in between opening/adjusting the batch Trove and the premature adjustment fee.
0 commit comments