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: bsip-0071.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,14 @@ At this moment, the system should accept the fact that the smartcoin will possib
46
46
In my view, a good way to handle bad debt need to follow below principles:
47
47
48
48
1. Do not punish good traders who have managed to maintain their collateral ratio well.
49
-
2. Do not stop the smartcoin features, including borrowing, margin call and force settlement, and all these operations should refer to the same price.
49
+
2. Do not stop the smartcoin features, including borrowing, margin call and force settlement.
50
50
3. Ensure the debt positions/margin call orders be settled in the order from lower CR to higher CR.
51
51
52
52
In above mentioned 5 solutions, only "5. Prevent Global Settlement" fulfills all 3 principles.
53
53
54
54
Partial GS is another attractive solution: it is similar to Global Settlement but differs in that (a) only takes over the bad debt positions and moves them to a settlement pool without touching the debt positions with CR>1, and (b) users can issue force settlement from the pool, from the margin call orders, or from the good debt position depending on which has the lowest CR.
55
55
56
-
The problem of Partial GS is that borrowing and force settlement may refer to different prices which will lead to obvious confusion and unfairness.
56
+
The problem of Partial GS is that it does not resolve itself automatically when the price recovers.
57
57
58
58
The "Prevent Global Settlement" solution adopts a new idea to handle bad debt: while bad debt appears, the smartcoin will be devaluated at a ratio of the lowest CR from among the bad debt positions, yet all the smartcoin trading features, including borrowing, margin call and force settlement, will all switch to refer to GS price to ensure the continuity and fairness of all the features.
59
59
@@ -89,6 +89,10 @@ FP<sub>M</sub> is still used for determining if a debt position is margin called
89
89
90
90
# Discussion
91
91
92
+
## settlement_price / feed_price
93
+
94
+
Some may perceive it as confusing or unfair that borrowing and force settlement may refer to different prices. However, in a period where the least collateralized short position has insufficient collateral in terms of FP_m, it would be dangerous to use the resulting settlement_price for borrowing as well, because that would allow creation of short positions that are undercollateralized from the start.
95
+
92
96
## Least collateralized short
93
97
94
98
Two variants for the *call execution price* have been discussed.
0 commit comments