Skip to content

Commit d9bed0e

Browse files
committed
Add README
1 parent 0677919 commit d9bed0e

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Dss Flappers
22

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.
420

521
### Splitter
622

0 commit comments

Comments
 (0)