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

[Solvency] - Optimization Cooldown Period for Liquidations #240

Open
ngmachado opened this issue Jun 6, 2023 · 0 comments
Open

[Solvency] - Optimization Cooldown Period for Liquidations #240

ngmachado opened this issue Jun 6, 2023 · 0 comments
Assignees
Labels
Team: Protocol Protocol Core, Sentinel, Peripherals, Protocol Infrastructure Tools & DevOps Type: Enhancement New feature or request

Comments

@ngmachado
Copy link
Collaborator

Currently, indexing and maintaining operations are unrelated to the Sentinel balance.

It is essential to keep track of the entire state. However, we can introduce an optimisation to improve efficiency.
This optimization involves implementing a cooldown period for liquidations when an insufficient balance is detected. By introducing a backoff linear algorithm, we can retry the operation at increasing intervals, such as 5 minutes, 10 minutes, 60 minutes, and so on. While this approach reduces the number of RPC calls, it may extend the time required for recovering operations.

@ngmachado ngmachado added the Team: Protocol Protocol Core, Sentinel, Peripherals, Protocol Infrastructure Tools & DevOps label Jun 6, 2023
@hellwolf hellwolf transferred this issue from superfluid-finance/protocol-monorepo Aug 24, 2023
@hellwolf hellwolf added the Type: Enhancement New feature or request label Oct 9, 2023
@ngmachado ngmachado self-assigned this Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team: Protocol Protocol Core, Sentinel, Peripherals, Protocol Infrastructure Tools & DevOps Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants