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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
# Dss Flappers
2
2
3
-
Implementations of MakerDAO surplus auctions, triggered on `vow.flap`.
3
+
Implementations of MakerDAO surplus auctions, triggered on `vow.flap` or via new `kicker.flap`.
4
+
5
+
### Kicker
6
+
7
+
Implements a Splitter/Flapper calling function that replaces `Vow.flap` and can be called even when `Vat.dai(Vow) < Vat.sin(Vow)`.
8
+
The triggering threshold is assumed to be carefully set up and controlled by governance, ensuring there is enough surplus secured (in the Vow based surplus buffer or elsewhere).
9
+
10
+
Configurable Parameters:
11
+
*`kbump` - Fixed lot size (`RAD` precision)
12
+
*`khump` - Flap threshold (`RAD` precision, signed integer value).
13
+
14
+
Note: It is assumed that the `Flop` auctions mechanism is disabled and remain in that state. As otherwise it could collide with the above mechanism.
15
+
Currently this is done through the configuration of `Vow.sump` as max uint256 (aka infinity).
16
+
17
+
Note 2: Rate limiting is ensured via the `Splitter`.
18
+
19
+
Note 3: Stop functionality is implemented via the `Splitter.cage` function.
0 commit comments