crvUSD is the most technically sophisticated collateralized stablecoin in DeFi — revolutionary not for being a stablecoin (there are dozens) but for reinventing the liquidation mechanism that has historically destroyed borrower positions during volatile price action. The LLAMMA (Lending-Liquidating AMM Algorithm) works by spreading a collateral position across a range of prices rather than having a single liquidation threshold. As collateral price drops, the AMM automatically and gradually converts collateral to crvUSD rather than waiting for a price floor and then executing a sudden full liquidation. If the price recovers, collateral is bought back. The result: positions smoothly adjust to price changes rather than experiencing cliff-edge liquidations. For borrowers, this means surviving 20–30% price dips without losing their entire position — something traditional DAI, USDC-based lending, and Compound liquidations cannot provide.
Background: The Liquidation Problem crvUSD Solves
Traditional CDP (collateral debt position) liquidations work like this:
Aave/Compound/MakerDAO model:
- Borrow with ETH as collateral
- Price drops toward liquidation threshold (e.g., ETH drops -25%)
- Automated liquidators (“keepers”) detect the position approaching threshold
- Keepers submit a single transaction that liquidates the entire position: sell collateral → repay debt → profit from liquidation bonus
- Borrower receives nothing or a small remainder
Problems:
- All-or-nothing for borrowers: price drops -26% → entire position gone
- Cascading liquidations: many positions hit threshold simultaneously → mass sell → price drops further → more liquidations
- Liquidation bots front-run each other: MEV-extracting liquidation bots increase gas costs
- Protocol design creates cliff-edge: correct liquidation threshold is a single number; being 1% below it = death
- No benefit from price recovery: position already liquidated; can’t recover even if price bounces
LLAMMA: Continuous Liquidation
LLAMMA (Lending-Liquidating AMM Algorithm) is Michael Egorov’s (Curve founder) invention for gradual, reversible liquidation:
Core Concept: Price Bands
Instead of a single liquidation price, LLAMMA divides the collateral position across bands — a range of price intervals:
Example: Borrow crvUSD against ETH with 10 bands from $3,000–$2,500:
- Band 10 ($3,000–$2,900): 10% of collateral in this band
- Band 9 ($2,900–$2,800): 10% of collateral
- Band 8 ($2,800–$2,700): 10% of collateral
- … continuing to Band 1 ($2,600–$2,500): 10% of collateral
As ETH price moves through bands:
- Price drops from $3,000 into Band 10 ($2,900) → LLAMMA automatically sells some ETH → buys crvUSD
- Price continues dropping through bands → more ETH converted to crvUSD
- By the time price hits $2,500 (bottom of Band 1) → position is largely crvUSD
If price recovers:
- Price rises from $2,700 back through bands → LLAMMA buys ETH back with crvUSD reserves
- Position gradually restored to ETH collateral
The “Soft Liquidation” State
When ETH price enters the borrower’s band range, LLAMMA begins converting collateral. This is called “soft liquidation”:
- Borrower’s collateral mix shifts from pure ETH → ETH + crvUSD
- Borrower remains solvent as long as total value of mixed collateral exceeds debt
- Borrower cannot be hard-liquidated while in soft liquidation (no liquidation bot needed)
- Cost of soft liquidation: The ETH→crvUSD→ETH cycles create arbitrage friction; borrower pays small conversion fees during volatility
Hard liquidation (still possible): Only triggered if position falls so far that collateral value drops below debt value — essentially when position is fully converted to crvUSD and price still drops below the bottom band.
crvUSD Architecture
The protocol is built around the following components.
Lending Markets
crvUSD can be minted against approved collateral types:
- wstETH (wrapped staked ETH from Lido)
- wBTC (wrapped Bitcoin)
- sfrxETH (Frax staked ETH)
- ETH (wETH)
- Additional collateral types voted in by Curve governance
Each collateral type has its own LLAMMA market with independent parameters (number of bands, LTV, interest rate).
Interest Rate Model
crvUSD uses a dynamic interest rate governed by PegKeepers — smart contracts that monitor the $1 peg:
PegKeepers:
- Monitor crvUSD price in Curve pools
- If crvUSD > $1 (demand high): PegKeepers mint crvUSD into Curve pools → increases supply → price down
- If crvUSD < $1 (excess supply): PegKeepers withdraw crvUSD from pools → decreases supply → price up
Rate adjustment:
- crvUSD above peg → interest rate lowered (cheaper to borrow → more minting → more supply)
- crvUSD below peg → interest rate raised (expensive to borrow → less minting → supply decreases)
This creates an automated monetary policy that stabilizes crvUSD without requiring constant governance votes.
Risk Profile vs. Other Stablecoins
| crvUSD | DAI (Maker) | LUSD (Liquity) | GHO (Aave) | |
|---|---|---|---|---|
| Liquidation model | Gradual LLAMMA | Instant | Instant (soft buffer only) | Instant |
| Peg mechanism | PegKeepers (dynamic rate) | PSM (USDC peg) | Stability pool | Stability pool |
| Collateral types | wETH, wBTC, LSTs | ETH, wBTC, RWA | ETH only | Aave collateral |
| Min collateral ratio | ~85% LTV | Varies per vault | 110% | Varies |
| Self-custody | Yes | Yes | Yes | Yes |
Market Data and Adoption
crvUSD supply: Reached $200M+ circulating at peak; stabilized around $100–150M
Protocol revenue: crvUSD interest payments are significant revenue source for Curve DAO
CRV holders: crvUSD revenue distributed to veCRV lockers; incentivizes CRV locking
Integration: Available in Curve pools, accepted in some DeFi protocols as collateral
Social Media Sentiment
crvUSD is the most technically admired stablecoin design among advanced DeFi researchers. The LLAMMA mechanism is genuinely novel — Egorov’s insight that liquidations can be AMM-driven (gradual, reversible) rather than keeper-driven (instant, catastrophic) is considered one of the most important DeFi innovations of 2023. Borrowers who experienced the 2022 bear market with Aave/Compound liquidations are particularly appreciative of soft liquidations. The main criticism: the soft liquidation mechanism imposes ongoing costs during volatility (even if price recovers, borrower paid conversion fees), making crvUSD sub-optimal for borrowers who expect high-volatility collateral and a quick recovery. The PegKeeper monetary policy is elegant but novel, creating some uncertainty about behavior under extreme stress. Curve’s brand associations (the Egorov loan controversy of 2023, where the founder borrowed large sums against CRV) created temporary reputational risk for crvUSD, but the protocol itself operated correctly throughout.
Last updated: 2026-04
How to Borrow crvUSD
- Acquire ETH, wstETH, or wBTC:
- Store safely:
- Visit crvusd.curve.fi → create loan → mint crvUSD
- Monitor your band position; avoid soft liquidation by managing LTV
Related Terms
Sources
Egorov, M. (2023). crvUSD Whitepaper: Stablecoin with Lending-Liquidating AMM Algorithm (LLAMMA). Curve Finance Technical Paper.
Klages-Mundt, A., & Minca, A. (2022). While Stability Lasts: A Stochastic Model of Noncustodial Stablecoins. arXiv:2004.01304.
Adams, H. (2021). Constant Function Market Makers: Multi-Asset Reserves and Censorship Resistance. arXiv:2103.14769.
Leshner, R., & Hayes, G. (2020). Compound: The Money Market Protocol. Compound Finance Technical Paper.
Moin, A., Sekniqi, K., & Sirer, E.G. (2020). SoK: A Classification Framework for Stablecoin Designs. Financial Cryptography 2020.