[Solvency] - Optimization Cooldown Period for Liquidations #240
Labels
Team: Protocol
Protocol Core, Sentinel, Peripherals, Protocol Infrastructure Tools & DevOps
Type: Enhancement
New feature or request
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.
The text was updated successfully, but these errors were encountered: