mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-02 06:46:13 -04:00
Update and rename flashloans/README.md to liquidations/flashloans/README.md
This commit is contained in:
parent
449ad4191a
commit
f1f3173f43
1 changed files with 0 additions and 1 deletions
39
liquidations/flashloans/README.md
Normal file
39
liquidations/flashloans/README.md
Normal file
|
@ -0,0 +1,39 @@
|
|||
|
||||
## flashloans
|
||||
|
||||
<br>
|
||||
|
||||
### 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>
|
||||
|
||||
---
|
||||
|
||||
### in this dir
|
||||
|
||||
<br>
|
||||
|
||||
* [smart contracts](smart_contracts)
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### resources
|
||||
|
||||
<br>
|
||||
|
||||
* [flashloans dashboard, by eigeinphi](https://eigenphi.io/mev/ethereum/flashloan)
|
||||
* [flashloans from dYdX margin trading, by eigenphi](https://medium.com/coinmonks/get-everything-for-nothing-how-to-use-flash-loans-to-launch-an-arbitrage-d8520827cbfe)
|
||||
* [taking undercollaterized loans, by samczsun](https://samczsun.com/taking-undercollateralized-loans-for-fun-and-for-profit/)
|
||||
* [tfusd flashloan writeup](https://github.com/Jonah246/tfusd-flashloan-attack-write-up)
|
||||
* [defi hacks: flashloans](https://wooded-meter-1d8.notion.site/0e85e02c5ed34df3855ea9f3ca40f53b?v=22e5e2c506ef4caeb40b4f78e23517ee)
|
||||
* [flashloan-rs rust crate](https://crates.io/crates/flashloan-rs)
|
||||
* [flashloan monitor](https://tools.blocksec.com/flashloan/eth)
|
||||
* [code for flashmint arb](https://github.com/fifikobayashi/FlashMintArbitrage)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue