Skip to content

Commit 78a49d3

Browse files
authored
Update README.md
1 parent a76d2ce commit 78a49d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,8 +1045,8 @@ Generally is expected that competent batch managers will build good reputations
10451045

10461046
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:
10471047

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`
10501050

10511051
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.
10521052

0 commit comments

Comments
 (0)