mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-08-02 19:26:26 -04:00
Update aave.md
This commit is contained in:
parent
2db35bad34
commit
2ebc9dafd5
1 changed files with 15 additions and 0 deletions
|
@ -12,10 +12,25 @@
|
|||
|
||||
<br>
|
||||
|
||||
### tl; dr aave v3
|
||||
|
||||
<br>
|
||||
|
||||
* **portal**: allows flow of liquidity between aave v3 markets across different networks (governance-approved bridges can burn atokens while minting them on the destination network)
|
||||
* **emode**: the high-efficiency mode allows borrowers to extract the highest borrowing power out of their collateral when supplied + borrowed assets are price-correlated (e.g. both are derivatives of the same underlying asset).
|
||||
* **isolation mode**: new assets can be listed as isolated so borrowers cannot supply other assets as collateral (but can capture yield) but only approved stablecoins.
|
||||
* **siloed borrowing** allows assets with risky manipulatable oracles to be listed as a single borrow asset.
|
||||
* **multiple rewards** per token.
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
---
|
||||
|
||||
### resources
|
||||
|
||||
<br>
|
||||
|
||||
* [liquidations, by aave protocol](https://docs.aave.com/developers/guides/liquidations)
|
||||
* [aave v2 whitepaper](https://github.com/aave/protocol-v2/blob/master/aave-v2-whitepaper.pdf)
|
||||
* [aave v3 docs](https://docs.aave.com/developers/getting-started/readme)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue