-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Liquidations for unknown tokens might be delayed or never happen.
Static token prices from JSON file with manual updates required --> Unknown tokens fall back to a fixed gas price limit
Graphinator is the last line of defense for protocol solvency, Reliability over Optimization. A simpler, more aggressive liquidation strategy may be safer than complex value-based calculations.
Over optimising liquidation logic (value-based gas pricing) can create gaps where critical liquidations are missed.
Create an option to ignore value-based gas pricing and that should be the default. value-based should only be used with a proper support (PIC, 3Ps, Punishment/Rewards) in place
Acceptance Criteria
Generated by Zenhub AI
- Scenario: Token Price Dependency Issue
- Given the issue is about token price dependency causing liquidation delays or none at all for unknown tokens
- When a user calls the GraphQL mutation with input parameters
- Then the mutation should return acceptance criteria addressing the issue, including suggestions to simplify and optimize liquidation strategies, and make value-based gas pricing an optional feature.
Reactions are currently unavailable