#Potential Cases
-
Consecutive Feed update + Liquidations + Refund - Base case
-
Only consecutive Liquidations and Refund https://etherscan.io/txs?block=24041695&sort=desc&ps=100&p=2
\
-
Nothing consecutive https://etherscan.io/txs?block=24393007&sort=desc&ps=100&p=2
\
-
Multiple bundles in one block - see example 2
-
What about liquidations that happen before feed update transaction?
#Solution
- Locate the SVR Feed Update
Identify the transaction in the block that updates the SVR Feed. 2. Filter Pre-Update Liquidations
Disregard all liquidation transactions that occur before the SVR Feed update transaction. 3. Match Post-Update Liquidations
For each liquidation transaction that occurs after the SVR Feed update:
- Associate it with the nearest subsequent SVR refund transaction within the same block.
- Handle Unmatched Liquidations
If a post-update liquidation has no subsequent SVR refund transaction in the block, classify it as non-SVR-related.
#Additional questions
- How do you know TokenLogic's dashboard is correct ?
- Any internal documentation you can share regarding SVR bundle detection ?
- SVR V2 ? Aave V4 ?
![SVR TX example [SHARE]](/article_placeholder_dark.png)