From 2ebc9dafd5623f2d5735708073d6e334afd26594 Mon Sep 17 00:00:00 2001
From: "dr. mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Tue, 7 Feb 2023 16:38:58 -0800
Subject: [PATCH] Update aave.md
---
liquidations/aave.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/liquidations/aave.md b/liquidations/aave.md
index d3eb212..99fe76e 100644
--- a/liquidations/aave.md
+++ b/liquidations/aave.md
@@ -12,10 +12,25 @@
+### tl; dr aave v3
+
+
+
+* **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.
+
+
+
+
---
### resources
+
+
* [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)