
Definition: A Loan With No Collateral
A flash loan is a type of loan available on certain decentralized finance (DeFi) protocols that allows a borrower to take out funds, sometimes a very large amount, without posting any collateral, on the condition that the loan is borrowed and fully repaid within a single blockchain transaction.
How It Works: All-or-Nothing Execution
Because a blockchain transaction either fully executes or is entirely reverted if any step fails, a flash loan protocol can safely lend without collateral: if the borrower’s code does not repay the loan (plus a small fee) by the end of the transaction, the entire transaction, including the loan disbursement, is undone as if it never happened.

Common Use Cases
Flash loans are commonly used for arbitrage between decentralized exchanges, collateral swaps in lending protocols, and self-liquidation to avoid worse penalty terms, but they have also been used as a tool in several high-profile DeFi exploits that manipulated prices within the same transaction.
| Use Case | How the Flash Loan Is Used | Repayment Source |
|---|---|---|
| Arbitrage | Buy low on one exchange, sell high on another | Profit from the price difference |
| Collateral swap | Repay old loan, withdraw collateral, open new loan | Newly posted collateral |
| Exploit (malicious) | Manipulate a price oracle within the transaction | Funds drained from a vulnerable protocol |
Frequently Asked Questions
Can an individual with no capital use a flash loan to get rich instantly?
In principle a flash loan requires no upfront capital, but it also requires writing and executing smart contract code that reliably profits within the transaction, which in practice demands significant technical skill and carries meaningful execution risk.
Why are flash loans associated with DeFi exploits?
Because a flash loan can provide an enormous amount of temporary capital, malicious actors have used them to briefly manipulate the price of an asset on a vulnerable protocol (often via a poorly designed price oracle) and profit from that manipulation, all within one transaction.
Do flash loans charge interest?
Instead of ongoing interest, flash loan protocols typically charge a flat fee (often a fraction of a percent) on the borrowed amount, which must be included in the repayment for the transaction to succeed.
Are flash loans available on every blockchain?
Flash loans require a blockchain and smart contract platform that supports atomic transactions (all steps succeed or none do), which is common on Ethereum and similar EVM-compatible chains, but the specific availability depends on whether a given DeFi protocol implements the feature.
Key Takeaways
A flash loan lets a borrower access funds without collateral because the entire borrow-use-repay sequence must complete within a single blockchain transaction, or it is reversed entirely. While useful for arbitrage and collateral management, flash loans have also been a tool in notable DeFi exploits. This article is for informational purposes only and does not constitute investment advice.



