Morpho Blue (Base)
1Structure
What kind of credit this is. Attributes, not scores — one column per structural property, factual values only, each with the contract, document or filing establishing it. Nothing here is ranked or weighted.
Oracle dependency what price the loan depends on, if any | single Morpho Blue core 0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb — MarketParams.oracle. A market is an immutable tuple (loanToken, collateralToken, oracle, irm, lltv) fixed at createMarket(); exactly one oracle, not upgradeable, not shared across markets. |
Liquidation what happens when collateral falls | threshold Morpho Blue core 0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb — liquidate() is permitted once a position's LTV exceeds its market's LLTV. The incentive factor is a deterministic function of LLTV, not a governance parameter. |
Term whether the loan has an end date | open-ended Morpho Blue core 0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb — borrow()/repay() carry no maturity argument; a position persists until repaid or liquidated. |
Rate certainty whether the rate can move after origination | variable Morpho Blue core 0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb — MarketParams.irm (AdaptiveCurveIRM). The borrow rate is recomputed from utilisation on every accrueInterest(); nothing is fixed at origination. |
Rate mechanism how the rate is set | algorithmic (utilisation) Morpho Blue core 0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb — MarketParams.irm. Rate is a function of utilisation: algorithmic_utilisation per v1 §8.2. |
Custody who holds the collateral | protocol-custodial Morpho Blue core 0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb — a singleton holding all supplied and collateral assets; supplyCollateral() transfers to the contract and the borrower holds no key over it. |
Collateral what secures the borrowing | BTC representations (3 in scope): cbBTC, LBTC, uniBTC, and 0 single-market others credit_venues.metadata->btc_representations, resolved by address in R1 and re-verified per market. Permissionless venue, so the universe is curated rather than symbol-matched: Pendle PT, Curve LP receipts, other-venue receipts, look-alikes and test tokens are excluded on address. aEthWBTC is excluded specifically because it resolves to the Aave v3 WBTC aToken and would count the same underlying twice. |
Recourse whether liability stops at the collateral | non-recourse Morpho Blue core 0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb — a borrower's liability is bounded by the seized collateral. Where a liquidation leaves debt uncovered the shortfall is realised against that market's suppliers as bad debt, not pursued against the borrower. |
2Rates
What it costs to borrow here, and what it pays to lend, both sides never conflated. Rates are normalised to a continuously compounded annual figure so venues quoting four different ways are comparable.
3Quantity
Collateral locked and debt outstanding, and the origination, repayment and net flow behind them.
4Composition
Who owes it and on what terms: LTV distribution, how long positions actually reside, position-size concentration, and liquidation incidence by origination-LTV cohort.
5Markets
The individual markets this venue runs in scope. A venue is usually a family — one row per (collateral representation, debt asset, chain).
6The interest-rate model, plotted
Specific to how this venue sets its rate — algorithmic (utilisation). Every venue of the same mechanism class gets the same panel.
