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)