From 0de99a939d1c15afdd9d953d269811ae91e1cd5f 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:59:55 -0800
Subject: [PATCH] Update README.md
---
flashloans/README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/flashloans/README.md b/flashloans/README.md
index d90e4db..840c9fc 100644
--- a/flashloans/README.md
+++ b/flashloans/README.md
@@ -5,6 +5,10 @@
### tl; dr
+
+
+* flashloans allow the borrowing of any available amount of assets without any collateral, as long as the liquidity is returned to the protocol within one block tx.
+* flashloans can be requested through smart contracts that execute the steps to borrow nad pay the loan (+ interest fees) withing the same tx.
@@ -12,6 +16,7 @@
### in this dir
+
* [smart contracts](smart_contracts)
* [protocols](protocols)