Collateral
Collateral is an asset or claim pledged under rules that let a creditor restrict, seize, or sell it when an obligation becomes unsafe or unpaid.
Category: LendingSplit balance category cue
System record
Start with the economic purpose, participants, resources, and entitlements before studying implementation detail.
Why it exists
Collateral reduces expected lender loss by giving the credit system a defined source of recoverable value when the borrower cannot or will not repay.
Traditional-finance analogy
Secured-loan collateral is the closest comparison recorded for this concept.
Where the analogy stops
- DeFi collateral can be valued and seized by smart contracts and liquidators without a court process, but depends on oracles, liquidity, token behavior, and transaction execution.
- Overcollateralization lowers some credit risk but does not guarantee that collateral can be sold before its value falls below debt and liquidation costs.
Main actors
- ActorBorrower or collateral provider
- ActorLender or lending pool
- ActorOracle
- ActorLiquidator or auction participant
- ActorGovernance or risk administrator
Assets and claims
Assets — controlled or transformed resources
Assets are resources the mechanism moves, holds, values, or transforms.
- AssetPledged collateral asset
- AssetBorrowed asset
Claims — entitlements and corresponding dependencies
Claims are rights to value, repayment, redemption, control, or another party's performance; each depends on an obligation or system that must honor it.
- ClaimCreditor's seizure or priority right
- ClaimBorrower's residual claim after debt and costs are settled
Collateral is pledged value that a creditor can restrict, seize, or sell under defined conditions when debt becomes unsafe or unpaid.
Why it exists
Section titled “Why it exists”An unknown borrower may have little enforceable promise outside the protocol. Collateral gives the lending system a recoverable asset and gives the borrower an incentive to repay. Its protection depends on value, custody, price data, liquidity, seizure rights, and execution speed—not just the deposit amount.
Traditional-finance analogy
Section titled “Traditional-finance analogy”Secured-loan collateral is the direct analogy. DeFi can value and seize assets through contracts and permissionless liquidators rather than a court process. That speed adds dependence on oracles, market depth, token behavior, gas, transaction ordering, governance, and software correctness.
Direct and layered collateral
Section titled “Direct and layered collateral”| Collateral form | Classification | What is pledged | Additional dependency |
|---|---|---|---|
| Native network asset | Direct asset | Protocol-controlled ledger unit | Network and market liquidity |
| Wrapped asset | Redeemable claim | Redemption right plus token | Wrapper, custodian, bridge, or conversion |
| LP or vault position | Pooled share | Claim on pooled or managed assets | Share accounting, strategy, and withdrawal |
| Staking or yield-bearing token | Pooled share or redeemable claim | Claim on staked or invested assets | Validator, slashing, rate, and redemption |
| Real-world-asset token | Debt claim, pooled share, or redeemable claim | Contractual or beneficial claim | Issuer, custodian, law, valuation, and payment |
Use the asset-versus-claim diagnostic before assigning a price or haircut. A claim can fail even when its referenced asset retains value.
Step-by-step collateral lifecycle
Section titled “Step-by-step collateral lifecycle”- Identify an eligible asset or claim and every dependency behind its value and transferability.
- Normalize its price and apply the protocol’s haircut, cap, or collateral factor.
- Deposit and encumber the position so the borrower cannot remove value needed to support debt.
- Extend borrowing capacity under the maximum-LTV or equivalent risk-increasing constraint.
- Revalue collateral and debt as prices, interest, eligibility, and governance parameters change.
- Repay and release residual collateral, or liquidate by repaying debt and transferring or selling pledged value.
- Allocate any unrecovered shortfall through explicit reserve, backstop, and supplier-loss rules.
Actors and state changes
Section titled “Actors and state changes”The borrower supplies and encumbers collateral. The pool or creditor receives a seizure right. An oracle supplies valuation information. A liquidator repays debt and receives or sells collateral. Governance chooses eligibility, caps, factors, bonuses, and price sources.
| Event | Borrower control | Creditor right |
|---|---|---|
| Deposit and enable | Asset becomes encumbered | Borrowing capacity increases under a haircut |
| Price change | Token amount is unchanged | Recoverable reference value changes |
| Repay | Debt falls | Required encumbrance falls |
| Liquidate | Collateral is transferred or sold | Debt is repaid or reduced |
| Close | Residual collateral becomes withdrawable | Seizure right ends |
Capital flow occurs at deposit, seizure, sale, and release. Claim flow records the borrower’s residual ownership, the creditor’s conditional seizure right, and any tokenized collateral entitlement. Information flow is price, eligibility, and risk parameters. Return flow is absent from collateral itself unless a separate strategy or issuer pays it. Control flow identifies custody, oracle, admin, freeze, and upgrade powers. Risk flow reaches the borrower through seizure and the lender or supplier through any unrecovered shortfall.
Return source and loss allocation
Section titled “Return source and loss allocation”Collateral does not pay lender interest unless it separately earns a return. Borrowers pay interest. A yield-bearing collateral token adds another payer and risk path. Borrowers take the first loss through seized collateral; reserves, backstops, or suppliers absorb only the residual according to explicit priority.
Engineer or auditor lens
Section titled “Engineer or auditor lens”Test identity, decimals, price units, freshness, caps, eligibility, haircuts, correlation, depegs, zero prices, transfer restrictions, rebases, wrappers, donations, withdrawal locks, seizure, rounding, and release after repayment. Never credit collateral that cannot actually be transferred or sold under stress.
Compound III’s collateral and borrowing documentation shows one implementation with separate borrow and liquidation collateral factors. It does not establish factors, custody, or loss behavior for other protocols. The documentation was reviewed 2026-08-10.
Common misunderstandings
Section titled “Common misunderstandings”- “Collateral value equals token balance.” Price, haircut, eligibility, and claim dependencies change credited value.
- “Overcollateralized means solvent.” A fast price gap or failed liquidation can erase the buffer.
- “Collateral is locked forever.” Repayment normally releases the borrower’s residual claim under the protocol rules.
Next quantify leverage with loan-to-value.
Machine-readable model
Key equations
Canonical expressions come from the structured concept record. KaTeX renders the notation, while the plain-text expression and variable table keep its meaning and units inspectable without JavaScript. Read the narrative above for the model's domain, assumptions, and rounding rules.
This concept does not require one canonical equation. Its mechanism and state transitions remain the authoritative explanation; do not invent a formula merely to make the topic look quantitative.
Assurance contract
Security properties
These structured statements define desired behavior. Their stable IDs can bind tests, invariants, specifications, audit findings, or proof results without turning descriptive review advice into an assurance claim.
Desired · not evaluated: No test, audit, or proof result is implied until scoped evidence is linked to this property.
Only authorized collateral is credited and each amount is valued with the selected price, units, haircut, and freshness rule
Encumbered collateral cannot be withdrawn while required to support debt
Seizure transfers no more collateral than debt repayment, incentive, fees, and rounding permit
Repayment and closure release the borrower's residual collateral exactly once
Knowledge check
Quiz
Answer in your own words, then open the model answer.
What problem does Collateral exist to address?
Model answer
Collateral reduces expected lender loss by giving the credit system a defined source of recoverable value when the borrower cannot or will not repay.