dss-flash icon indicating copy to clipboard operation
dss-flash copied to clipboard

MakerDAO Flash Mint Module

Results 4 dss-flash issues
Sort by recently updated
recently updated
newest added

1. Potentially limited usefulness when DAI supply is near the global debt ceiling. If a flash loan is taken that causes `debt` to exceed `Line`, this means that the receiver...

### Emergency Shutdown behavior Flash mints should be disabled after the `End.thaw()` phase, because they would allow creating Dai that's unaccounted for. This additional Dai could be used to purchase...

I [drafted a module](https://github.com/albertocuestacanada/DssJoinLender/blob/f9aa78abe73ed6333a7b88407ae1c90d6432f30e/src/DssJoinLender.sol) that can flash lend collateral held in the `Join` contracts. It could be merged with `flash.sol` to provide the additional functionality. If the borrower specifies the...