lollychain
Lending & Borrowing·July 29, 2026·9 min read

Is Flash Loan Arbitrage Still Profitable in DeFi?

On June 14, 2023, an arbitrage bot borrowed $200 million in DAI through MakerDAO's zero-fee DssFlash contract, executed a multi-hop trade across several liquidity pools in a single block, and emerged with a net profit of $3.24.

Is Flash Loan Arbitrage Still Profitable in DeFi?

The transaction was structurally flawless — every step of the atomic sequence executed, the loan was repaid, and the wallet walked away solvent. What the trace revealed, however, was something more revealing than any individual profit line: the binding constraint in flash loans arbitrage has shifted entirely. Capital availability is no longer scarce; the constraints are now computational cost, mempool visibility, and the architecture of the competitive landscape itself.

This essay examines where that shift leaves the strategy — who is still extracting economic rent from atomic arbitrage, under what conditions the math works, and what the broader trajectory of the market suggests about future capital alignment across decentralized lending protocols.

The Economics of Atomic Arbitrage: Why Success Rates Are Low

Flash loans derive their economic function from the atomicity of blockchain transactions: a borrower must call, execute, and repay within the same block. If any step fails, the entire transaction reverts, and the lender's principal remains untouched. This property eliminates default risk from the lending side — but it does not eliminate risk from the arbitrageur's side. It merely relocates risk into the domain of execution cost.

The numbers make this relocation concrete. A late-2025 case study of an arbitrage bot called FlashArb scanned 2.4 million potential opportunities over its operational period. After filtering for gas feasibility, only 0.006% of those opportunities translated into actually profitable trades. The underlying reality is straightforward: arbitrage edges between decentralized exchanges are now narrow enough that they frequently exist on paper but evaporate once transaction fees are applied.

The 0.006% conversion rate is not a failure of the strategy; it is the steady-state equilibrium of a market where price discrepancies are nearly always smaller than the cost of resolving them.

This is the architectural truth of flash loans arbitrage in 2026. The strategy has matured from a capital-gated activity into a throughput-gated activity. Bots with faster execution, better routing, and lower operational overhead capture the residual edge; bots without those advantages generate reverted transactions and gas burn.

The Hidden Cost of Failure: Gas Fees and Reverted Transactions

Because atomic transactions either succeed entirely or revert entirely, an arbitrageur who attempts an unprofitable trade still pays for the computational work performed before failure. The lender is protected by the revert, but the initiator's wallet is exposed to gas consumption regardless of outcome.

The FlashArb case study illustrates this with unusual clarity. Over the bot's operational window, 1,247 transactions were submitted. Of those, 892 arbitrages (71.5%) succeeded and 355 (28.5%) reverted. Gross profit from successful transactions reached $47,320. Successful gas costs consumed $12,180, and failed gas costs consumed another $8,400. Net profit landed at $24,640.

MetricValue
Transactions submitted1,247
Successful arbitrages892 (71.5%)
Reverted transactions355 (28.5%)
Gross profit$47,320
Successful gas costs$12,180
Failed gas costs$8,400
Net profit$24,640

The asymmetry is the structural lesson: the 28.5% revert rate imposed an $8,400 tax on the strategy, equal to roughly 35% of gross profit. Optimized bots that compress their gas footprint to the 180,000–220,000 unit range have a materially different economic profile than competitors consuming 350,000–500,000 units per transaction. At peak network congestion, a single revert can exceed $200 in gas cost — more than the entire net profit of the MakerDAO trade described above.

This is why the popular framing of flash loans as "free money" no longer holds. The capital is free; the execution is not.

Protocol Fee Dynamics: Aave vs. Zero-Fee Alternatives

The fee structure of the lending protocol itself is the second lever in the arbitrageur's cost model, and the divergence between protocols has become increasingly architecturally significant.

Aave V3, currently the dominant money market for flash loan deployment, charges 0.05% per flash loan — a reduction from the 0.09% charged in V2. On a $200 million loan, that fee amounts to $100,000. For trades where the residual edge is measured in basis points, a five-figure fee per attempt is the difference between profitability and structural loss.

By contrast, Balancer (both V2 and V3), MakerDAO's DssFlash contract, and Euler offer flash loans at 0%. Each protocol has made a deliberate design choice to forgo fee revenue on these transactions, treating flash loans as infrastructure rather than as a revenue line.

ProtocolFlash Loan FeeNotes
Aave V20.09%Legacy deployment
Aave V30.05%Current dominant venue
Balancer V2 / V30%Vault-based design
MakerDAO DssFlash0%Used in the $200M / $3.24 trade
Euler0%Modular lending design

The capital alignment here is worth tracing. Protocols that monetize flash loans at 0.05–0.09% are capturing rent from the MEV supply chain. Protocols that forgo the fee are pricing flash loans as a public good, embedding them into the broader composability stack. Neither model is incorrect, but the choice changes the kind of arbitrageur each venue attracts. Zero-fee venues concentrate the most competitive flows — bots whose edge is measured in single-digit basis points and whose gas optimization is highly refined. Aave retains its fee structure in part because it serves a broader lending market where flash loans are a secondary product, not the primary use case.

For an arbitrageur, the choice of venue is no longer a neutral infrastructure decision. It is a strategic commitment to a particular competitive tier.

The MEV Battlefield: Private Relays and Frontrunning Defense

The third layer of the modern flash loans arbitrage stack is transaction routing — specifically, whether the trade is broadcast to the public mempool or submitted privately to a relay. This is where the structural shift becomes most pronounced.

A trade submitted to the public mempool is visible to every other participant in the network before it is included in a block. Searchers running MEV infrastructure can detect the trade, calculate its likely price impact, and submit their own transactions ahead of it — sandwich attacks are the canonical example. For a flash loan arbitrageur, broadcasting to the public mempool means the trade has effectively already lost before it has begun.

The response, now standard among serious operators, is to submit transactions privately through relays like Flashbots or bloXroute. These relays coordinate directly with block builders, allowing the transaction to be included without ever appearing in the public mempool. The trade becomes invisible to competing searchers until it has already executed.

This routing choice has reshaped the structure of competition. The public mempool is no longer a viable venue for atomic arbitrage of meaningful size; it functions primarily as a hunting ground for bots that themselves are being hunted. Private relays, in turn, have created a tiered ecosystem in which the operators with the best relay relationships, the lowest-latency infrastructure, and the most accurate simulation environments extract most of the residual economic rent.

The arbitrageur who broadcasts to the public mempool in 2026 is not competing with other arbitrageurs; they are donating to them.

The implication extends beyond individual profitability. The migration of flash loan arbitrage into private relay infrastructure has reduced the amount of MEV that returns to validators through the public mempool and concentrated it among a smaller set of sophisticated operators. This is a liquidity fragmentation story, but one operating at the level of transaction visibility rather than at the level of trading venues.

Market Outlook: Scaling Flash Loan Strategies Through 2035

The structural shift toward relay-coordinated arbitrage coincides with a projected expansion of the underlying market. Estimates place the global flash loans market at $10.31 billion in 2025, with a compound annual growth rate of 21.4% through 2035, when the market is projected to reach $71.7 billion.

That trajectory is consistent with the broader pattern of DeFi lending: as total value locked in money market protocols expands, and as the number of composable venues grows, the surface area for atomic arbitrage expands proportionally. More liquidity pools, more oracle configurations, more lending markets — each new venue is a potential source of mispricing that an arbitrageur can resolve.

But scale does not translate automatically into profitability. The same 0.006% opportunity conversion rate observed in the FlashArb study is likely to compress further as additional operators enter the market. The historical pattern in MEV-driven strategies is that total volume grows while per-operator margins narrow; the pie expands, but the slices become thinner.

The architectural question this raises concerns the alignment between protocol design and arbitrageur incentive. Protocols that price flash loans at zero are subsidizing a competitive market whose equilibrium profit per operator approaches zero. Protocols that charge meaningful fees are capturing rent but reducing the activity level on their venue. Neither model has demonstrated sustained superiority. The market is, in effect, running two parallel experiments in fee design, and the results of both will shape how money market protocols think about flash loan architecture over the next decade.

What the Architecture Reveals

The question of whether flash loans arbitrage is profitable cannot be answered with a single number, because the strategy now operates across multiple architectural layers — lending protocol design, transaction routing, gas optimization, and mempool visibility — each of which has its own competitive dynamics.

What the case studies make clear is that the binding constraints have moved. The 0.006% opportunity conversion rate, the 28.5% revert rate, and the $200+ gas cost of a single failed transaction are not anomalies. They are the steady-state operating environment of a market that has matured beyond its capital-gated origins. Profitability is no longer a function of access to flash loan capital; it is a function of operational sophistication, infrastructure relationships, and the ability to convert theoretical edges into atomic execution.

For the broader DeFi lending ecosystem, the implication is that flash loans are increasingly functioning as infrastructure rather than as a profit center. The protocols that treat them as a public good attract the most competitive flows; the protocols that monetize them most aggressively preserve a revenue line at the cost of competitive depth. The network alignment question — who should bear the cost of atomic arbitrage, and who should capture its rents — remains unresolved, and the answer will likely determine how money market protocols design their next-generation lending primitives.

The deeper question, and the one worth sitting with, is whether the trajectory of atomic arbitrage points toward a market in which economic rent is captured by a small set of infrastructure operators, or toward one in which composability forces fee structures toward zero across the entire stack. Both paths are architecturally coherent; the DeFi lending market has not yet decided which one it is building.

FAQ

Is flash loan arbitrage still profitable?
It remains profitable, but only for operators with high-level infrastructure, low-latency execution, and optimized gas usage. Success is no longer about capital access, as the market has matured into a highly competitive environment where margins are extremely thin.
Why do so many flash loan arbitrage transactions fail?
Arbitrage edges are often smaller than the transaction fees required to resolve them. Additionally, high network congestion can cause gas costs for a single failed transaction to exceed the potential profit of the trade.
Why should I use private relays instead of the public mempool?
Submitting to the public mempool makes your trade visible to other searchers, who can then frontrun or sandwich your transaction. Private relays allow you to coordinate directly with block builders to keep your trade invisible until it is executed.
Does the flash loan fee of a protocol matter?
Yes, the fee structure is a critical factor in an arbitrageur's cost model. Protocols like Aave charge fees that can turn a potential profit into a loss, whereas zero-fee protocols like Balancer or MakerDAO attract more competitive, high-frequency trading flows.

By Marshall Galloway