Commit 2e778f6
committed
Changed the mechanism risk manager uses for managing auction surplus
The mechanism previously proposed has two flaws. First, it is hard to
implement and requires a lot of additional bookkeeping in the contract
given that multiple auctions can be open at the same time and all of
them can generate a surplus. Secondly, it might happen that the auction
gets opened for 0.0001 TBTC because the rest was filled by the surplus.
In this scenario, the auction value is much lower than the minimum tBTC
lot size and the auction length set by the governance could make not
sense.1 parent d9c3ed2 commit 2e778f6
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
242 | 251 | | |
243 | 252 | | |
244 | 253 | | |
| |||
0 commit comments