Update aave.md

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-07 16:38:58 -08:00 committed by GitHub
parent 2db35bad34
commit 2ebc9dafd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)