Operations & Audit
DeFi Fund Reporting for Auditors: Block Height, Price Source, On-Chain Traceability
Syncrone Team
An audit of a DeFi fund is unlike any traditional financial audit. Here is what an auditor needs from a DeFi portfolio system — and what auditor-ready actually means in practice.
The Difference Between a DeFi Audit and a TradFi Audit
In traditional finance, an auditor verifies a fund’s NAV by comparing it to custodian statements, prime broker records, and exchange confirmations — all authoritative external sources that the auditor trusts independently.
In DeFi, there are no custodians producing monthly statements. The authoritative source is the blockchain itself — an immutable, public ledger that anyone can read. This creates a situation that is in principle more verifiable than TradFi: every transaction is public. But the tools to perform that verification did not exist until recently.
An audit of a DeFi fund done correctly is not a trust exercise — it is a recomputation. The auditor recomputes the NAV independently from public blockchain data and compares it to the fund manager’s reported figure.
The Four Pillars of Auditor-Ready Data
Block Height: Every daily NAV record must identify the specific block at which the snapshot was taken. Block heights are deterministic and public — any auditor can fetch the state of every relevant contract at that exact block using a standard archive node query.
Price Source Per Asset: For each asset in the portfolio on each day, the fund must document which oracle or price feed was used, the exact price recorded, and the source transaction or query that produced it.
Valuation Method Per Position: Was this position valued directly (token balance × price) or through look-through (receipt token → exchange rate → underlying asset × price)? The methodology documentation must be precise enough that the auditor can replicate it.
Raw Token Balances: Before any look-through valuation or adjustment, what were the actual on-chain token balances in each wallet at the snapshot block? These are the verifiable ground-truth inputs that the auditor can independently query.
Proving Ownership vs Proving Value
An audit has two distinct verification objectives.
Proving ownership: verifying that the assets claimed by the fund actually exist on-chain and belong to wallets controlled by the fund. This requires matching the fund’s registered wallet addresses against on-chain balances.
Proving value: verifying that the USD values assigned to those positions are correct given the valuation methodology. This requires confirming prices against independent sources and verifying that the look-through computation was applied correctly.
Both are necessary for a complete audit. A fund that can prove ownership but not value (because its valuation methodology is opaque) is not audit-ready. A fund that can prove value but not ownership is likewise incomplete.

See exactly where your vault's yield comes from