Net asset value
Net asset value is the value of a product's recognized assets minus its recognized liabilities at a stated valuation time and in a stated reporting unit.
Category: Products and vaultsContainer outline category cue
System record
Start with the economic purpose, participants, resources, and entitlements before studying implementation detail.
Why it exists
NAV gives depositors, managers, and integrators a common balance-sheet measure for pricing shares, measuring performance, applying fees, and recognizing losses.
Traditional-finance analogy
Fund net asset value is the closest comparison recorded for this concept.
Where the analogy stops
- On-chain NAV may update continuously, only on reports, or through manipulable spot prices rather than under a regulated periodic valuation process.
- Contract balances alone can omit debt, pending withdrawals, accrued fees, inaccessible assets, unrealized loss, or off-chain legal and custody dependencies.
Main actors
- ActorProduct or vault
- ActorShareholder or depositor
- ActorValuation oracle or reporter
- ActorStrategy manager or accountant
- ActorFee recipient
- ActorAuditor, governance, or risk authority
Assets and claims
Assets — controlled or transformed resources
Assets are resources the mechanism moves, holds, values, or transforms.
- AssetCash and deployed positions
- AssetAccrued income and receivables
- AssetValuation inputs in a reporting unit
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.
- ClaimShareholder claim on net assets
- ClaimDebt, fee, withdrawal, and other liabilities
Net asset value is recognized asset value minus recognized liability value at a stated time and in a stated reporting unit.
Why it exists
Section titled “Why it exists”A pooled product needs a common balance-sheet measure for pricing shares, measuring performance, applying fees, allocating loss, and deciding what a depositor or redeemer should receive. Gross token balances are not enough when capital is deployed, borrowed, queued, impaired, or owed to someone else.
Traditional-finance analogy
Section titled “Traditional-finance analogy”Fund NAV is the closest analogy. Traditional funds normally use defined valuation and reporting processes. On-chain products may update continuously, only after manager reports, or from spot prices that can be stale or manipulated. Neither a contract balance nor a displayed number guarantees executable redemption at that value.
Balance-sheet definition
Section titled “Balance-sheet definition”netAssetValue = recognizedAssetValue - recognizedLiabilityValuenetAssetValuePerShare = netAssetValue / eligibleSharesAll values need one reporting unit and valuation timestamp. eligibleShares
must define fee shares, pending deposits, queued withdrawals, burned-but-unsettled
claims, and any virtual or locked supply.
| Recognized assets | Recognized liabilities |
|---|---|
| Idle cash and transferable tokens | Borrowed principal and accrued financing cost |
| Lending, staking, LP, and derivative positions | Pending withdrawals and redemption obligations |
| Accrued income and receivables | Accrued management, performance, and service fees |
| Recoverable reserves or off-chain claims | Impairment, senior claims, taxes, and other obligations |
Step-by-step valuation
Section titled “Step-by-step valuation”- Fix the reporting unit, valuation time, ownership boundary, and accounting policy.
- Inventory cash, deployed positions, accrued income, receivables, and inaccessible assets.
- Inventory debt, fees, pending claims, impairment, and every senior obligation.
- Select price sources, freshness limits, fallback rules, haircuts, and treatment of illiquid positions.
- Convert compatible values once and avoid counting an underlying asset and its claim twice.
- Subtract recognized liabilities and divide by the defined eligible share supply.
- Reconcile the result to executable previews, limits, queues, and market prices without treating them as identical.
Flow and loss view
Section titled “Flow and loss view”Capital flow changes NAV only when it also changes ownership claims; a deposit usually raises assets and shares together. Claim flow records the matching share issuance, redemption, debt, fee, or other liability so capital is not mistaken for profit. Return flow raises net assets when a real payer transfers value or a recognized receivable grows. Fees and losses reduce holder NAV or dilute ownership. Information flow carries prices, positions, liabilities, timestamps, and reports. Risk flow sends bad valuation or accounting through share pricing, redemption, collateral, and any dependent protocol to the final loss absorber.
Return source and loss allocation
Section titled “Return source and loss allocation”NAV measures value; it does not generate return. Borrower interest, trader fees, network issuance, asset income, service payments, incentives, and market prices cause changes. Loss first reduces net assets, then product terms determine whether shares, reserves, managers, insurers, or senior and junior classes absorb it.
Engineer or auditor lens
Section titled “Engineer or auditor lens”Test unit and decimal conversions, timestamps, stale and missing prices, derivative signs, debt interest, pending deposits and withdrawals, fee accrual, locked and inaccessible assets, impairment, share-supply checkpoints, donations, reentrancy during reports, circular valuation, and manipulation of a same-block price. Keep accounting NAV, operation preview, maximum executable amount, and secondary-market price separate.
Investor.gov’s mutual-fund overview describes per-share NAV and redemption for one regulated product class. On-chain products need their own valuation, liquidity, legal, and control analysis.
Common misunderstandings
Section titled “Common misunderstandings”- “NAV is the token balance in the contract.” Deployed claims, debt, fees, queues, and impairment can dominate the balance sheet.
- “One share of NAV is immediately redeemable.” Liquidity, limits, fees, slippage, pauses, and queues can prevent that execution.
- “A higher NAV proves income.” Deposits and favorable price marks can raise gross value without being earned return.
Apply NAV to a vault share and then inspect fees.
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.
Equation 1 Plain-text equation:
netAssetValue = recognizedAssetValue - recognizedLiabilityValueVariables and units for equation 1 Symbol Meaning Unit netAssetValueNet Asset Value selected valuation unit (for example, USD) recognizedAssetValueRecognized Asset Value selected valuation unit (for example, USD) recognizedLiabilityValueRecognized Liability Value selected valuation unit (for example, USD) Equation 2 Plain-text equation:
netAssetValuePerShare = netAssetValue / eligibleSharesVariables and units for equation 2 Symbol Meaning Unit netAssetValuePerShareNet Asset Value Per Share asset or valuation units per share netAssetValueNet Asset Value selected valuation unit (for example, USD) eligibleSharesEligible Shares share or claim units
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.
Every NAV states its reporting unit, valuation time, price sources, included assets, included liabilities, and impairment rules
Asset and liability values use compatible units, decimals, timestamps, and ownership boundaries before aggregation
Per-share NAV uses the eligible share supply and cannot omit fee shares, queued claims, or dilution defined by the accounting model
A displayed NAV cannot imply immediate executable redemption when liquidity, limits, queues, fees, or losses make that untrue
Knowledge check
Quiz
Answer in your own words, then open the model answer.
What problem does Net asset value exist to address?
Model answer
NAV gives depositors, managers, and integrators a common balance-sheet measure for pricing shares, measuring performance, applying fees, and recognizing losses.