Skip to main content
One line per term. Follow links for full guides. Technical scales and contract details are under Developers in the sidebar.

Accounts and balances

TermDefinition
Lending accountOne position container per wallet. It can hold multiple supplied and borrowed assets at once (accounts and risk).
Scaled balanceInternal accounting that grows with interest indexes. Your live balance updates automatically (interest and revenue).
Supply indexPool-level multiplier that turns scaled supply into the token amount you see (interest and revenue).
Borrow indexPool-level multiplier that turns scaled debt into what you owe (interest and revenue).
MarketA listed asset on the shared pool with its own risk settings and price feed (markets).
UtilizationShare of supplied liquidity that is currently borrowed. Higher utilization generally means higher borrow rates (interest and revenue).
Reserve factorPortion of borrow interest that goes to the protocol instead of suppliers (interest and revenue).

Architecture

TermDefinition
Liquidity poolOne shared contract that holds all listed assets and tracks pool-wide totals (markets).
ControllerThe main contract that handles user actions, risk checks, and events (system architecture).
GovernanceAdmin contract that owns the controller and schedules protocol changes on a timelock (governance).
TimelockMandatory waiting period between scheduling and executing governance changes. Mainnet delay is roughly 48 hours (governance).
AccumulatorAddress that receives protocol revenue from borrow fees (interest and revenue).

Risk

TermDefinition
Health factorCollateral value (weighted for liquidation) divided by total debt. Below 1 means liquidatable (health factor).
LTV (loan-to-value)Maximum borrowing power for a collateral asset, set when you supply (risk parameters).
Liquidation thresholdCollateral weight used in the health factor calculation. Always stricter than LTV (risk parameters).
Liquidation bonusExtra collateral paid to liquidators above the debt they repay (liquidations).
Bad debtDebt left over after liquidation that cannot be fully covered by collateral. It is shared across suppliers in the pool (liquidations).

Oracles and safety

TermDefinition
Oracle policyRules for how strictly prices are checked on each type of action (oracles).
Reentry guardSafety lock that blocks certain actions during flash loans, strategy swaps, and Blend migration (security model).

Operations and integrations

TermDefinition
Flash loanSame-transaction borrow that must be repaid with a fee before the transaction ends (flash loans).
Blend migrationOne-step move from an approved Blend pool to an equivalent XOXNO position (Blend migration).
Blend poolA Blend V2 pool address approved by governance for migration (Blend migration).
DeFindexThird-party vault protocol. A reference adapter maps vault deposits to XOXNO supply positions (DeFindex strategy).

Technical scales

TermDefinition
RAYHigh-precision internal scale used for interest indexes and scaled balances (types).
WADScale used for USD values and health factor (types).
BPSBasis points. 10,000 BPS equals 100%, used for LTV, fees, and bonuses (risk parameters).

Next

FAQ

Common questions about supply, borrow, and risk.

Overview

What the protocol does and how it is structured.

Health factor

How to read your number and stay safe.

XOXNO vs Blend

How the two Stellar lending protocols differ.