How It Works
  Borrowers
- Enter loan amount (USDC), APR %, and term.
 - App shows required WBTC at the current LTV cap.
 - Create a loan request (WBTC is locked).
 - When a lender funds it, you receive USDC.
 - Repay principal + interest + protocol fee → WBTC returns to you.
 
Lenders
- Browse open requests and fund the ones you like.
 - On repayment, you receive principal + interest; a flat protocol fee goes to the treasury.
 
This mock saves everything in your browser (localStorage). In production, wallet actions interact with smart contracts on-chain.
Mock Settings