LendQuest is a decentralized finance (DeFi) application that facilitates collateralized peer-to-peer loans on the Ethereum Virtual Machine (EVM). It connects borrowers who need funds with lenders who are looking to invest.
The site is organized into three main sections to manage the full loan lifecycle:
- For Lenders: View all active loan requests that have been posted by borrowers and are awaiting funding.
- Funding: Use the dedicated button to fund an available loan by sending the required principal amount.
- Post Request: Submit a new loan request, defining the principal, interest rate, duration, and locking up the required collateral.
- My Portfolio: Track the status of your posted loans (e.g., Posted, Funded, Repaid).
- Repay/Cancel: Action buttons to repay a funded loan or cancel an unfunded request.
- My Portfolio: Track the status of loans you have funded.
- Seize Collateral: Action button available if a loan becomes overdue, allowing you to claim the borrower's collateral as compensation.
For a quick overview of how the LendQuest platform works, view the demonstration below:
- Technology: HTML, CSS, Vanilla JavaScript, and the Ethers.js library for blockchain interaction.
- Network: Interacts with a smart contract on the Sepolia Testnet.
- Contract Link: View on Etherscan: 0x4d61123C0a113b80d8746CDaf156C50AFA00D1D4
- Access: Requires a Web3 wallet like MetaMask to connect and perform transactions.