Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdapper committed Mar 13, 2023
1 parent 9d60af0 commit 2ab176c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ Note: Users have to approve their collateral aToken to the contract so it can
At the end of `Unwind.unwind` transaction all the remainder collateral and debt
token assets are returned back to the user.

---

A similar contract and script can also be written for levering up. Maybe something for
future if I find some personal use for that case. New users can also just use something
like DefiSaver or InstaDapp DSAs to open/close levered positions. I personally needed
this script for an existing position on an EOA.

---

This repo can serve as a good example of how to integrate and utilize flashloans
securely with relevant checks on callbacks, forge FFI in scripts, and also generally
how you can use forge scripts to orchestrate actions from your EOAs too.
Expand Down

0 comments on commit 2ab176c

Please sign in to comment.