Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FlashLender behaviour for ERC20 or ETH #2083

Open
spalladino opened this issue Feb 7, 2020 · 1 comment
Open

Add FlashLender behaviour for ERC20 or ETH #2083

spalladino opened this issue Feb 7, 2020 · 1 comment
Labels
feature New contracts, functions, or helpers.

Comments

@spalladino
Copy link
Contributor

🧐 Motivation
Flash loans are a new DeFi primitive, popularized by Aave, where a borrower can take an arbitrarily large loan as long as they repay it back (with a fee) in the same tx. This provides access to cash for arbitrage or similar tasks, without needing to have that cash in advance.

📝 Details
Our own @Austin-Williams has an initial implementation of the FlashLender base contracts at https://github.com/Austin-Williams/easy-flash-loans.

@abcoathup abcoathup added the feature New contracts, functions, or helpers. label Feb 10, 2020
@frangio
Copy link
Contributor

frangio commented Apr 13, 2021

We added a flash minting module in #2543, but no flash lender yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New contracts, functions, or helpers.
Projects
None yet
Development

No branches or pull requests

3 participants