Skip to content

A pooled liquidity contract for participating in the upcoming MKR auction at a "backstop" price of 1 MKR per 100 Dai.

License

Notifications You must be signed in to change notification settings

dharma-eng/dai-backstop-syndicate

Repository files navigation

DAI Backstop Syndicate

Build Status License: CC0-1.0

Backstop Syndicate for MakerDAO

Abstract

A Community Effort to Ensure a Successful Auction of MKR

Context

On Thursday, 12 March, the price of ETH fell precipitously. The price decline caused many vaults in the Multi-Collateral Dai system to become undercollateralized. Many of these undercollateralized loans were liquidated as expected. However, due to a combination of market panic, network congestion, an issue with the price oracle, and attention deficits, some of the vaults were liquidated in exchange for zero DAI. As a result, the Multi-Collateral Dai system currently has a negative surplus. To eliminate this negative surplus, MakerDAO plans to sell MKR tokens in exchange for DAI in a real-time auction to begin on Thursday 19 March.

We have established a pooled auction contract that gives syndicate participants a way to participate in the auction process should the price of MKR (denominated in Dai) fall to 100 DAI / MKR. Anyone can trigger an auction using pooled funds at the given price once the auctions begin, and all participants in the pool will then be able to redeem the tokens they minted by supplying Dai for the equivalent Dai / MKR blend held by the pool.

This contract is not designed to provide liquidity for liquidations during flaps (exchanging MKR for DAI the other direction) or flips (exchanging DAI for a vault's collateral). This contract is designed to signal community support for MKR and act as a buyer of last resort during the upcoming MKR auction.

Technical Implementation

The DaiBackstopSyndicate smart contract allows anyone to indicate support for the backstop by depositing Dai with the enlist function. This mints an ERC20 token called "DBSv1-100" to represent the share of pooled funds owned by the depositor. Anyone is free to enlist to the syndicate until the pool performs the first bid. This first bid is triggered automatically once MKR auctions reach a price point below 100 DAI/MKR. The syndicate will participate in all auctions until the Dai pool is exhausted. A holder of the ERC20 "DBSv1-100" pool token can call defect at anytime to withdraw a proportional amount of the pool's remaining Dai and MKR. There is also a single function, controlled by an owner, called ceaseFire that halts all new auctions and deposits (withdrawals are of course never "halted", though you may not be able to withdraw if the Dai is currently being used for an auction).

Deployed Contract

backstopsyndicate.eth => 0x00000000938F41360a846490409500d08919856C (Dai Backstop Syndicate v1-100)

Group Chat

Telegram

Acknowledgements

Thank you to the following community members for contributions to this tool.

@0age | @thegostep | @PhABC | @epheph | @samczsun | @scott-l-e-w-i-s | @Neablis | @graemecode | @sambacha | @banteg

About

A pooled liquidity contract for participating in the upcoming MKR auction at a "backstop" price of 1 MKR per 100 Dai.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published