Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auction starts after the hour to give liquidator time to liquidate all vaults #6949

Closed
rowgraus opened this issue Feb 8, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request vaults_triage DO NOT USE

Comments

@rowgraus
Copy link

rowgraus commented Feb 8, 2023

What is the Problem Being Solved?

The liquidator auction should take in all of the vaults which have been liquidated prior to its start. The processing of those liquidations to hand off to the liquidator will take an unknown amount of time.

Description of the Design

There is no robust way for the auction to confirm that it has received all vaults subject to liquidation - in particular since in the future the liquidator may receive vaults from multiple vault managers or even assets from other sources.

Initial design is to delay the start of the auction for several minutes to allow time for vault liquidations to process. Making this delay a governed parameter would allow adjustments by the economic committee if any issues are seen in production

Security Considerations

Scaling Considerations

Test Plan

@rowgraus rowgraus added the enhancement New feature or request label Feb 8, 2023
@rowgraus rowgraus added this to the Vaults Functional Testing milestone Feb 8, 2023
@ivanlei ivanlei added the vaults_triage DO NOT USE label Feb 13, 2023
@Chris-Hibbert
Copy link
Contributor

The current version of the PR (#7000) has a governed parameter AuctionStartDelay that says how long after the nominal auction starting time to wait to allow the vaults to liquidate starting at the nominal time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vaults_triage DO NOT USE
Projects
None yet
Development

No branches or pull requests

3 participants