Update README.md

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-07 16:59:55 -08:00 committed by GitHub
parent 434b7b7207
commit 0de99a939d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,10 @@
### tl; dr ### tl; dr
<br>
* 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.
<br> <br>
@ -12,6 +16,7 @@
### in this dir ### in this dir
<br>
* [smart contracts](smart_contracts) * [smart contracts](smart_contracts)
* [protocols](protocols) * [protocols](protocols)