How NFT Lending Works: Using NFTs as Loan Collateral
NFT lending lets holders borrow against their NFTs without selling. Learn how peer-to-peer and pool-based protocols price collateral and handle liquidations.
NFT lending is the practice of borrowing cryptocurrency by pledging a non-fungible token as collateral, letting an NFT holder access liquidity without selling the asset — the loan is repaid with interest, or the lender takes the NFT if the borrower defaults.
Unlike fungible tokens such as ETH or USDC, NFTs aren't interchangeable, which makes them awkward collateral. A lending protocol can't simply reference a deep, liquid order book to determine a fair price the way it would for a token like ETH held in a typical DeFi lending market. NFT lending platforms have developed two broad approaches to solve this problem.
Peer-to-peer NFT lending
In a peer-to-peer (P2P) model, a borrower lists an NFT and proposes loan terms — amount, duration, interest rate. Lenders browse listings and choose to fund the ones they find attractive, effectively agreeing to a private, bilateral loan collateralized by that specific NFT.
Key features of P2P lending:
- Custom terms: each loan is individually negotiated or matched against lender-set parameters, so terms vary loan to loan.
- No shared price oracle needed: because a human lender evaluates and accepts the specific NFT, the protocol doesn't need to algorithmically price it in real time.
- Escrow, not liquidation logic: the NFT sits in a smart contract escrow for the loan term. If the borrower repays, the NFT returns. If not, the NFT transfers directly to the lender — there's no forced-sale auction.
- Slower and less capital-efficient: a borrower may wait for a lender to accept, and if no one wants that particular NFT, no loan happens.
Pool-based NFT lending
Pool-based (sometimes called peer-to-pool) protocols work more like a traditional money market. Lenders deposit stablecoins or ETH into a shared pool. Borrowers deposit an eligible NFT and instantly draw a loan against it, calculated using a floor-price-based valuation — typically referencing a collection's floor price with a conservative discount, or an oracle aggregating recent trades.
Because the pool needs continuous solvency, these protocols set a loan-to-value (LTV) ratio, often in the 30–60% range for NFTs, well below the LTVs common in fungible-asset lending, to buffer against a collection's price swinging sharply between the loan's issuance and repayment.
Liquidation mechanics
Liquidation risk in NFT lending mirrors the mechanics of DeFi lending more broadly, but with NFT-specific wrinkles:
- Health factor monitoring: as the referenced floor price falls, or interest accrues, the loan's health factor deteriorates. Cross a threshold and the position becomes eligible for liquidation.
- Auction-based liquidation: because an NFT can't be split or sold instantly at a known price the way a fungible token can, many pool-based protocols run a Dutch auction or fixed-duration English auction to sell the seized NFT, with proceeds covering the debt and any surplus returned to the original borrower.
- Illiquidity risk: if a collection's trading volume dries up during the auction window, the protocol may fail to recover the full loan value, leaving bad debt that the protocol's insurance fund or lenders absorb.
- Grace periods: some protocols give borrowers a short window to repay or add collateral before the NFT is listed for liquidation, reducing accidental forced sales during brief price dips.
Comparing the two models
| Factor | Peer-to-peer | Pool-based |
|---|---|---|
| Speed | Slower — needs a matching lender | Instant, if collateral is eligible |
| Pricing | Negotiated per loan | Algorithmic, floor-price driven |
| Liquidation | Direct transfer to lender on default | Auction process on-chain |
| Collection support | Any NFT a lender will accept | Limited to whitelisted, liquid collections |
| Capital efficiency | Lower | Higher, but riskier for the pool |
Risks specific to NFT collateral
NFT-backed loans carry risks beyond standard crypto lending. Floor prices can be manipulated by wash trading or a handful of large holders listing at an artificially low price, which can trigger unwarranted liquidations. Thin trading volume means an auction might close well below the recent floor, creating losses for lenders. And smart contract risk applies just as it does to any smart contract-based protocol — a bug in the escrow or auction logic can result in permanent loss of the NFT or the loan proceeds.
Borrowers should also weigh opportunity cost: pledging an NFT locks it up, meaning it can't be sold or used elsewhere (in a game or for staking rewards, for instance) until the loan closes.
Bottom line
NFT lending gives holders liquidity without a forced sale, but the collateral's illiquidity and price volatility make both borrowing and lending riskier than fungible-asset DeFi lending. Peer-to-peer models suit unique, high-value NFTs where a human lender can assess fair value; pool-based models suit liquid, floor-price-driven collections where speed matters more than customization. Whichever model you use, check the wallet tools you'll need to track collateral health and never pledge an NFT you can't afford to lose to a liquidation auction.
Related articles
This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.