From 1fdca7345d383d57b23259bf6b5598c835a37fc4 Mon Sep 17 00:00:00 2001
From: apo77yon <126520850+apo77yon@users.noreply.github.com>
Date: Wed, 22 Mar 2023 22:40:15 -0700
Subject: [PATCH] Create README.MD
---
MEV_and_trading/lending/protocols/README.MD | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 MEV_and_trading/lending/protocols/README.MD
diff --git a/MEV_and_trading/lending/protocols/README.MD b/MEV_and_trading/lending/protocols/README.MD
new file mode 100644
index 0000000..af8e57a
--- /dev/null
+++ b/MEV_and_trading/lending/protocols/README.MD
@@ -0,0 +1,17 @@
+## protocols
+
+
+
+* [aave](aave.md)
+* [compound](compound.md)
+* [silo](silo.md)
+
+
+
+----
+
+### resources
+
+
+
+* [comparisons of flashloans on ethereum](https://github.com/go-outside-labs/blockchain-science-rs/tree/main/foundry-flashloans)