Skip to main content

Non-Margin DeFi Loans for Dummies

This post explains what non-margin loans are, how they work on-chain, why both borrowers and lenders want them, and why the addressable market is far larger than most people in DeFi realize.

Non-Margin DeFi Loans for Dummies

DeFi lending, as it exists today, is built almost entirely around margin loans. Protocols like Aave, Compound, and Maker all follow the same core pattern: you deposit collateral, borrow against it, and if the market drops far enough, your collateral gets liquidated automatically. This model serves one use case well — leveraged traders who want capital efficiency and are willing to actively manage their liquidation risk.

But there is a much larger class of borrowers that DeFi completely ignores: people who want to borrow against what they own without the risk of losing their collateral on a bad Tuesday. These borrowers don't need leverage. They need liquidity. And they need a loan structure where their collateral is only at risk if they fail to pay — not because the market had a rough week.

That loan structure already exists. It's called a non-margin loan. It is, in fact, the most common loan structure in the world. Your mortgage is a non-margin loan. A pawn shop loan is a non-margin loan. The model is everywhere in traditional finance. It's just almost completely absent from DeFi.

This post explains what non-margin loans are, how they work on-chain, why both borrowers and lenders want them, and why the addressable market is far larger than most people in DeFi realize.

What Is a Non-Margin Loan?

A non-margin loan is simple: the borrower's collateral is only seized if they default — meaning they miss too many payments or fail to repay at the end of the loan term. The market price of the collateral is irrelevant during the life of the loan. It can drop 50% and nothing happens, as long as the borrower keeps making payments on schedule.

NOTE
You won't find the term "non-margin" in traditional finance textbooks because I coined it. TradFi describes these loans by their specific collateral type (e.g., mortgage, pawn loan, gold loan, car loan, etc) rather than by the structural feature they all share: the absence of margin calls. "Non-margin" names the shared structure that unites every loan where collateral is only seized on borrower default, not on market movement. To solve a problem, you first have to name it.

These loans have two defining characteristics:

  1. They are fixed-term, with a defined start date, end date, and payment schedule agreed upon before the loan begins.
  2. They are negotiated peer-to-peer, meaning the borrower and lender agree on the loan-to-value ratio, interest rate, term length, and payment frequency directly.

IMPORTANT
Non-margin loans can also be under-collateralized, but that typically requires either a robust on-chain reputation system or a hybrid model where lenders perform traditional background checks before funding an on-chain loan. This post focuses specifically on over-collateralized non-margin loans — the model that works fully on-chain and fully peer-to-peer with no external trust assumptions.

To understand what makes these loans different, it helps to compare it directly with the margin loans that dominate DeFi today:

On-chain, the mechanics look like this:

  1. The lender deposits the principal (typically stablecoins) into a smart contract.
  2. The borrower then claims the principal by locking the required collateral in the same transaction. This is atomic: the collateral lock and principal transfer happen simultaneously or not at all. Neither party has to trust the other.
  3. The borrower makes periodic payments according to the agreed schedule.
  4. At term end, the borrower repays the remaining principal and the smart contract releases the collateral. If the borrower misses payments or fails to repay, the smart contract programmatically transfers custody of the collateral to the lender.

No oracles triggering liquidations. No margin calls. The smart contract enforces the agreement.

Why Would a Borrower Want This?

Two reasons, and they're both about the same thing: predictability.

The first is that cashflow is scarcer than equity for most borrowers. The bottleneck for a typical borrower isn't how much collateral they have — it's how much they can afford in periodic payments. Say you hold $100k in BTC. You could collateralize most of it, but if your monthly income only supports $1,500 in loan payments, the interest rate matters far more to you than the LTV. What you actually want is the lowest possible payment on the amount you need to borrow.

Non-margin loans let you make exactly this trade-off. By offering a lower LTV (i.e., 30% instead of 70%) you represent less risk to the lender, and you can negotiate a lower interest rate in return. You're trading equity headroom for lower payments. This is how every negotiated loan in traditional finance works, and it is totally absent from DeFi today. Margin loan protocols charge the same variable rate whether you borrow at 20% LTV or 80% LTV. There is no mechanism for a conservative borrower to negotiate down their cost of borrowing by offering more collateral per dollar of principal.

The second reason is protection from market volatility. With a margin loan, a 30% BTC crash can wipe out your collateral even if you've never missed a payment and can comfortably service the loan for years. Non-margin loans remove this risk entirely. Your collateral stays locked and untouched as long as you keep making payments. For borrowers who are long-term holders and just need liquidity, this is vastly preferable to a structure where a flash crash can undo everything.

Why Would a Lender Accept This?

The first and most important reason is predictable cashflow. With margin loans, the lender's income stream is erratic. The borrower might close the position in a day or hold it for six months, and the interest rate fluctuates constantly. If liquidation happens, the lender gets their principal back but the income stream suddenly stops. You can't plan around this, and you can't build on top of it.

Non-margin loans have fixed terms and periodic payments. The lender knows exactly what they will earn and when they will earn it.

The second reason is that LTV, set conservatively upfront, provides robust protection without needing margin calls. Consider a 3-month loan at 30% LTV on BTC. For the lender to take a loss, the price of BTC would need to drop more than 70% within three months. Shorter terms and lower LTVs are the lender's primary risk management tools, and they're chosen before the loan starts.

This gets at a broader philosophical point about how risk-management should work in lending. To understand it, you need to know what "recourse" means in a loan. A recourse loan gives the lender the legal right to pursue the borrower for any remaining balance after seizing collateral. It was originally used for unsecured loans, where the lender has no collateral at all and their only protection is the ability to chase the borrower through the courts. A non-recourse loan is the opposite: if the borrower defaults, the lender takes the collateral, and the relationship ends. No legal pursuit, and no deficiency judgment.

With those terms in hand, the distinction becomes clear:

  • Margin loans and recourse loans use reactive risk-management: problems are dealt with after they occur, through automated liquidation or court enforcement.
  • Fixed-term non-recourse loans use proactive risk-management: the lender chooses their risk exposure upfront through LTV, term length, and rate. If a protracted bear market violates the LTV and the borrower walks away, that is the lender's fault for not managing their risk with shorter terms or lower LTVs.

Lending should not be risk-free! Lenders make judgment calls, price risk, and occasionally take losses. But properly managing risk should mean they make more money than they lose over time. Lending is a numbers game.

IMPORTANT
It's worth noting here that recourse loans are abused in TradFi. For over-collateralized loans, recourse has no systemic justification. Think about it from first-principles: the collateral already protects the lender. Adding recourse on top shifts all risk onto the borrower. In traditional finance, lenders attach recourse to over-collateralized loans because their market position means borrowers have no alternative. All the other lenders in the area also use recourse loans. It's a lender cartel abusing borrowers...

The third reason — and possibly the most consequential — is securitization. Predictable payment schedules enable loan-backed securities and tranches, which are structured finance products built entirely around cashflow.

Lenders who originate non-margin loans and package them into securities will earn more than margin lenders. They aren't just collecting interest — they are manufacturing cashflow-generating instruments that can be sold to investors at a premium. And these loan bonds will have strong demand on secondary markets precisely because they produce cashflow. Cashflow is scarcer than equity for most people and institutions, so instruments that predictably generate it are structurally more liquid and more valuable than instruments that don't.

Margin loans have no incentive to create loan-backed securities because they have no predictable cashflow for investors to enjoy. You can't sell a bond backed by a loan that might be repaid tomorrow or in six months at an unknown variable rate. Non-margin loans aren't just a lending product — they are the foundation for an entire fixed-income layer in DeFi that currently doesn't exist, and the profit motive to build it is already there.

"But Crypto Is Too Volatile for This"

This is the objection you hear most often, and it reflects a fundamental misunderstanding about how non-margin loans work. The assumption is that non-margin loans require stable collateral. They don't. They require appropriately priced collateral.

Consider the volatility spectrum. A mortgage is a non-margin loan backed by real estate, which has an annualized volatility of roughly 5–6%. Because the collateral is so stable, borrowers get high LTVs (often 80% or more) and low interest rates. A gold-backed loan is also a non-margin loan, but gold has an annualized volatility of roughly 15%, so the LTV is lower and the interest rate is higher. Securities-backed non-margin loans follow the same pattern — the S&P 500 has a long-run annualized volatility of about 15–17%, producing similar terms to gold.

Bitcoin's annualized volatility has historically been in the range of 60–80%. It's higher than traditional assets, which means the terms adjust accordingly: lower LTVs (20–50%), higher interest rates, and shorter terms. But the model itself is identical. The structure doesn't break — the parameters change.

The mistake most DeFi people make is benchmarking crypto non-margin loans against securities-backed non-margin loans in the first world and concluding there's no demand. This misses the point entirely. First-world borrowers have stable collateral — real estate — that gets them better terms, so of course they prefer to use it! That is why non-margin lending against gold and securities is a relatively small market in developed countries. It has nothing to do with the viability of the model and everything to do with the availability of alternatives.

The right comparison is emerging markets, where borrowers don't have stable collateral and use whatever they can.

The Hidden Demand

The global pawn service market — one of the oldest financial services in the world — is estimated at approximately $40 billion as of 2024. That's roughly half the current size of all crypto value locked in DeFi today ($85 billion). And it runs on exactly the model described above: over-collateralized, non-recourse, fixed-term, non-margin loans negotiated between a borrower and a lender. And there is also no KYC required from a credit risk perspective because the collateral is what protects the lender. Industry estimates suggest that 28% of the world's 1.7 billion unbanked adults rely on these non-margin loans for short-term liquidity.

This market exists because of three conditions that are pervasive in developing economies:

  1. Borrowers don't have stable collateral. They don't have real estate equity or securities portfolios — they pledge whatever they have, regardless of how volatile or idiosyncratic the asset is. Jewelry, electronics, tools, motorcycles — anything with resale value.
  2. There are no reliable court systems to enforce loan agreements. Research from the World Bank shows that court enforcement of a contract can take upwards of four years with costs sometimes exceeding 80% of the claim value. Non-recourse is the practical default because lenders can't chase borrowers for deficiency even if they wanted to.

KYC is unnecessary for the economic model to function. The over-collateralization protects the lender from default. KYC may still matter for regulatory compliance depending on jurisdiction, but it is not needed for the loan to work.

The problem with this market is that it's massively constrained. Pawn shops require physical storefronts, local capital, and physical storage of collateral. Operating expenses are enormous and get passed directly to borrowers. Now consider what happens when you run the same model on-chain:

That's an order of magnitude improvement in cost for borrowers who currently have no better option. The model is identical. The infrastructure and available collateral is what changes.

Removing geographic and capital constraints from a $40 billion market while simultaneously offering drastically better collateral creates the conditions for rapid scale. The demand isn't hypothetical. It's proven by the existence of the pawn market itself. The infrastructure is what's missing, and that's what blockchain provides.

IMPORTANT
This is not an argument for moving the $40 billion pawn market on-chain. The pawn market is just a reference point for demand. If the off-chain pawn market can reach $40 billion despite being heavily constrained, what can the unconstrained version of this model reach on-chain?

The Virtuous Cycle

There's one more thing that makes the non-margin model structurally important for crypto, and it's the argument that should change how you think about collateral volatility altogether.

Margin loans are procyclical. Prices drop, collateral gets liquidated, liquidations push prices down further, which triggers more liquidations. Everyone in DeFi has lived through this. The October 10, 2025 crash — crypto's largest liquidation event — saw over $19 billion in leveraged positions liquidated within 24 hours, with roughly 70% of the damage occurring in a 40-minute window (source). The OECD found a positive relationship between liquidation volumes and post-liquidation price volatility across major decentralized exchanges. Margin loans don't just respond to volatility — they amplify it.

Non-margin loans break this cycle. Collateral locked in a non-margin loan doesn't get dumped onto the market during a downturn. The collateral stays locked regardless of what the market does, and it can only move to the lender if the borrower stops paying. This means that the more supply sits in non-margin loans, the less supply is available to be panic-sold during crashes.

Over time, this creates a virtuous cycle. Grassroots adoption of non-margin lending dampens collateral volatility because more supply is locked and insulated from market-driven selling pressure. Lower volatility makes the collateral more suitable for lending against (i.e., better LTVs, lower rates, longer terms) which attracts more risk-averse lenders and borrowers, which locks up more supply, which dampens volatility further.

This reframes the "crypto is too volatile for real lending" objection entirely. The non-margin loan model itself is part of the solution to the volatility problem.

DeFi Solved the Wrong Lending Problem

DeFi optimized for margin loans that serve leveraged traders — a relatively small market. Meanwhile, the much larger market — people who need to borrow against what they own without the risk of market-driven liquidation — went completely unserved.

Non-margin loans aren't exotic. They are the most common loan structure in the world. Mortgages, pawn loans, gold loans, car title loans — all non-margin. The demand isn't hypothetical. It's $40 billion in pawn shops alone, constrained by geography and capital. Crypto removes both constraints and collapses operating costs, cutting required borrower APRs by an order of magnitude.

And unlike margin loans, non-margin loans generate the predictable cashflow that structured finance requires. They create the raw material for loan-backed securities, tranches, and a fixed-income layer that DeFi has never had. For lenders, that means more profit than margin lending can offer. For borrowers, it means cheaper, safer loans. For crypto as an asset class, it means a structural reduction in volatility. (To read more about this, see The Layered Architecture of Credit.)

The building blocks are all here. The question is who builds it first.





radial blurry background

Evolving the future

Where the world sees broken systems, we see opportunity. Input Output Group was created to rebuild trust with science, purpose, and scale. Our mission has never been about chasing short-term wins. From the beginning, it has been about designing systems that endure.

radial image