What it is
Most DeFi lending requires borrowers to post collateral worth more than the loan itself (overcollateralization), so the protocol can seize it if the borrower defaults. Undercollateralized lending relaxes this: borrowers get loans backed by little or no crypto collateral, with the shortfall covered instead by off-chain credit assessment, legal agreements, reputation systems, or a separate pool of capital willing to absorb losses first.
How it works
- A borrower — often an institution, a fintech, or a real-world business rather than an anonymous wallet — applies for a credit line, going through underwriting that may include KYC, financial statements, or an off-chain legal agreement.
- A backer (sometimes called a delegate, underwriter, or guarantor) vouches for the borrower by assessing their creditworthiness and often staking their own reputation or capital as a signal of confidence.
- Depositors supply the actual loan capital into a pool, expecting a yield in return; this capital is what actually gets lent out undercollateralized.
- The smart contract disburses funds to the borrower according to the agreed terms (amount, rate, repayment schedule), often with an off-chain legal contract enforceable in court as the real backstop, since on-chain collateral alone can't cover a default.
- The borrower repays principal and interest over time, flowing back to depositors (and often a cut to the underwriter for their assessment work).
- If the borrower defaults, on-chain enforcement is limited — recourse typically depends on legal action, a first-loss capital buffer absorbing the loss, or the underwriter's reputation and stake being penalized.
Why designers use it
- Unlocks lending use cases collateral-heavy DeFi can't serve: working capital for businesses, real-world credit, or borrowers without large crypto holdings.
- Lets depositors earn yield from real economic activity rather than purely from crypto-native leverage and speculation.
- Delegates credit risk assessment to parties with domain expertise (underwriters), rather than requiring the protocol itself to evaluate every borrower.
- Expands the addressable market for on-chain credit beyond crypto-native, over-collateralized borrowers.
Failure modes
- Underwriter moral hazard: if the underwriter's own capital at risk is small relative to the loans they approve, they're incentivized to approve risky borrowers to earn fees while depositors bear most of the downside.
- Correlated defaults: because loans are often to a small number of institutional borrowers, a single borrower's failure (or a shared macro shock) can wipe out a large share of the pool at once, unlike a diversified pool of many small overcollateralized loans.
- Weak on-chain enforcement: without sufficient collateral, recovering funds from a defaulting borrower depends on off-chain legal process, which is slow, jurisdiction-dependent, and sometimes unenforceable against opaque or offshore entities.
- Opacity to depositors: depositors often can't independently verify a borrower's real financial health and rely entirely on the underwriter's and protocol's disclosures, creating information asymmetry.
- Liquidity mismatch: depositor funds are often locked for the loan's term, but depositors may expect on-demand withdrawals, creating a run risk if too many try to exit at once.
What to check before using it
- Verify the underwriter has meaningful skin in the game (first-loss capital, reputation stake) proportional to the risk they're approving.
- Understand what legal recourse actually exists on default, and whether it's been tested, not just theoretical.
- Check concentration risk: how much of the pool is exposed to a single borrower or correlated borrower group.
- Confirm depositors have clear, honest disclosure of loan terms, borrower identity (to the extent possible), and default history.
- Model liquidity: can depositors withdraw on their expected timeline, or is capital locked for the full loan term?