mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-07-30 17:59:01 -04:00
Create euler.md
This commit is contained in:
parent
5a6ed4b391
commit
43d100cc70
1 changed files with 24 additions and 0 deletions
24
MEV_strategies/liquidations/euler.md
Normal file
24
MEV_strategies/liquidations/euler.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
## euler
|
||||
|
||||
<br>
|
||||
|
||||
### tl; dr
|
||||
|
||||
<br>
|
||||
|
||||
* protocols with larger amounts of bad debt usually suffer oracle attacks (e.g. mango markets). euler tries to improve existing liquidation mechanism to prevent bad debt.
|
||||
* euler presents optimizations on liquidations through debt tokens (dTokens) and suply tokens (eTokens), and offering sliding and muliplying discounts to liquidators (dutch auction)
|
||||
* it calculates health scores using risk-adjusted metrics for collateralized assets, by adjusting them against their market value to a more conservative risk-adjusted one.
|
||||
* once a user healthy's score has flagged for liquidation, anyone can transfer dTokens and eTokens to their own account, buying both their collateral and debit.
|
||||
* **soft liquidation**: only enough collateral and debt are transferred under liquidation to return to a healthy score.
|
||||
* mev resistance comes from the multipliers euler offers to liquidators with deposits in their account.
|
||||
|
||||
<br>
|
||||
|
||||
----
|
||||
|
||||
### resources
|
||||
|
||||
<br>
|
||||
|
||||
* [inovative liquidation, by euler](https://www.euler.finance/blog/eulers-innovative-liquidation-engine)
|
Loading…
Add table
Add a link
Reference in a new issue