Security Notice: FlashBank has not been externally audited yet.View our detailed line-by-line security analysis β†’

FlashBank.net

Instructions & Stats

Trustless Flash LoansZero Permanent Risk

The world's first immutable flash loan network where your ETH stays in your wallet. Earn from MEV opportunities with microsecond risk exposure.

How FlashBank Works

A revolutionary approach where your ETH stays in your wallet while earning from flash loans

1. Keep Your ETH

Your ETH stays in your wallet. You approve FlashBank to temporarily use it for flash loans.

2. Smart Selection

When a flash loan needs ETH, FlashBank pulls from wallets with amounts closest to the loan size.

3. Earn & Return

Only ETH that gets lent receives profits. Your original ETH is returned immediately after the flash loan.

For ETH Holders (Lenders)

Zero Permanent Risk

Your ETH only leaves wallet during flash loan execution - typically microseconds

Capital Efficiency

Your ETH can earn yield elsewhere while still participating in flash loans

Fair Participation

Only ETH that gets lent receives profits - no free-riding from inactive participants

Full Control

Pause, resume, or adjust your participation anytime with simple approvals

For MEV Traders (Borrowers)

Lower Borrowing Costs

Competitive fees compared to traditional protocols

Higher Profits

Lower borrowing costs mean higher net returns on arbitrage opportunities

No Capital Required

Access flash loans without upfront capital - use committed liquidity instead

Immutable & Trustless

Contract cannot be changed or rug-pulled, providing maximum security

Network Statistics

0 ETH
Total Committed Liquidity
0 ETH
Total Profits Generated
0
Active Participants
0.02%
Flash Loan Fee

πŸ“š Instructions & Statistics

Complete guide to using FlashBank and real-time statistics for each supported network

How to Borrow with FlashBank (for MEV/Arb bots)

1) Deploy a borrower contract

Implement executeFlashLoan(uint256 amount, uint256 fee, bytes data) and return true on success.

Show minimal interfaces
interface IL2FlashLoan { function executeFlashLoan(uint256 amount, uint256 fee, bytes calldata data) external returns (bool); }
interface IFlashBank { function flashLoan(uint256 amount, bytes calldata data) external; }

2) Start a loan

From your EOA/script, call your borrower's entrypoint that internally calls flashLoan.

Show ethers v6 script snippet
await borrower.start(ethers.parseEther("10"), "0x");

3) Repay inside callback

  • Minimum: 0.01 ETH; Maximum: 10,000 ETH (and cannot exceed available liquidity)
  • Fee: 0.02% of amount (fee = (amount * 2) / 10000)
  • Repay amount + fee to FlashBank before returning from executeFlashLoan

4) Strategy tips

  • Encode DEX routes/pools into data for use in your strategy.
  • Return false (or revert) if the strategy fails; funds auto-return to providers.
  • Optimise gas; your EOA funds the transaction.
More: Lender Guide (Provide Liquidity)

Approve Access: Allow FlashBank to temporarily use your ETH during flash loans. Your ETH remains in your wallet.

Set/Change Limit: Optionally cap the maximum amount FlashBank can pull from you. Use 0 to pause; choose Unlimited for hands‑off participation.

Pause/Resume: Temporarily stop and later resume participation without losing your previous preference.

Claim Profits: Withdraw accumulated profits anytime.

Network Statistics

πŸ”Ά Ethereum

Switch
Total Committed:
0.00 ETH
Active Providers:
0
Total Profits:
0.00 ETH
Flash Loan Fee:
0.02%

πŸ”΄ Base

Switch
Total Committed:
0.00 ETH
Active Providers:
0
Total Profits:
0.00 ETH
Flash Loan Fee:
0.02%

πŸ”· Arbitrum

Switch
Total Committed:
0.00 ETH
Active Providers:
0
Total Profits:
0.00 ETH
Flash Loan Fee:
0.02%

πŸ§ͺ Sepolia

Current
Total Committed:
0 ETH
Active Providers:
0
Total Profits:
0 ETH
Flash Loan Fee:
0.02%

Why Choose FlashBank?

Zero Permanent Risk

ETH only leaves wallet during flash loan execution

Competitive Returns

Earn from flash loan fees with capital efficiency

Full Control

Pause, resume, or withdraw anytime

Wallet Connection Help

ConnectKit automatically detects and supports modern wallets:

🎯 Modern Wallets

Keplr, Vultisig, MetaMask, and more

Auto-detected by ConnectKit

πŸ’Ό Coinbase Wallet

Mobile app or browser extension

πŸ“± Mobile Wallets

Trust, Rainbow, Ledger, and more

Via WalletConnect (optional setup)

πŸ”§ Seamless Experience

Modern wallet connection without manual detection