What Is Onchain Asset Management? A Practical Guide
Onchain asset management uses smart contract vaults to handle deposits, NAV, fees, and reporting, replacing manual fund ops with programmable infrastructure.
The asset management industry runs on infrastructure built decades ago. Launching a fund still takes weeks of legal setup, manual administrator onboarding, and bespoke integrations. Net asset value calculation is often messy and fragmented, based on spreadsheets and reconciliation between different parties. Redemptions take days to settle. Reporting is quarterly, at best. For an industry managing over $140 trillion globally, the operational stack has barely changed since the 1990s.
But that is starting to shift. In 2025, JPMorgan launched its first tokenized money market fund on Ethereum. BlackRock's BUIDL fund surpassed $2.5 billion. State Street and Galaxy Digital announced their SWEEP fund to bring tokenized liquidity onchain. These are not experiments; they are production systems processing real capital through smart contracts.
Onchain asset management is the infrastructure layer that makes this possible. It replaces manual fund administration with programmable vaults: smart contracts that handle deposits, redemptions, NAV updates, fee calculations, and governance roles. All onchain, all auditable, all in real time. This article explains what onchain asset management actually means, how it works, and what fund managers need to understand to evaluate it.
What Onchain Asset Management Actually Means
Onchain asset management is not just about putting a fund's token on a blockchain. It means moving the core operational machinery of a fund, the parts traditionally handled by administrators, custodians, and transfer agents, into smart contracts that execute automatically.
In a traditional fund, an investor submits a subscription, an administrator processes it, a transfer agent records the allocation, and a custodian settles the assets. Each step involves separate systems, separate counterparties, and separate timelines. A single deposit can touch four or five entities before it's reflected in the investor's position.
In an onchain fund, this entire workflow is compressed into a vault: a smart contract that accepts deposits, mints share tokens representing ownership, tracks the net asset value, and processes redemptions according to pre-defined rules. The roles still exist (someone still manages the strategy, someone still provides valuations), but the operational layer is code rather than manual process.
The core components
Every onchain vault consists of a few building blocks. Deposits and redemptions are the investor-facing flows. An investor sends an underlying asset (like USDC) to the vault and receives share tokens in return. To exit, they return their shares and receive the underlying asset back, proportional to their ownership of the vault.
NAV and settlement govern how the vault prices its shares. A valuation oracle, either an automated feed or a designated third party, submits updated total asset values. The vault uses these to calculate a price per share and settle pending deposit and redemption requests.
Fee logic is embedded in the contract. Management fees accrue over time based on assets under management. Performance fees are calculated against a high-water mark, ensuring the manager only earns on net new gains. All of this happens at the smart contract level: no invoices, no manual calculations, no quarterly fee reconciliations.
Governance and roles separate who can do what. A vault administrator configures the contract. A curator executes the investment strategy. A valuation provider submits NAV updates. A whitelist manager controls investor access. These roles are enforced onchain, creating a separation of powers that mirrors institutional compliance requirements.
How Onchain Funds Differ from Traditional Structures
The differences between onchain and traditional fund operations are not cosmetic. They change the speed, transparency, and cost structure of running a fund.
| Dimension | Traditional Fund | Onchain Vault |
|---|---|---|
| Launch time | 4–12 weeks (legal setup, admin onboarding) | Minutes (smart contract deployment) |
| NAV calculation | Daily, by fund administrator | Per settlement cycle, by valuation oracle |
| Settlement | T+1 to T+3 (wire transfers, custodian processing) | Near-instant once valuation is accepted |
| Fee collection | Quarterly invoicing, manual reconciliation | Automated at contract level, every settlement |
| Reporting | Monthly or quarterly statements | Real-time onchain data, publicly verifiable |
| Investor access | Paper subscriptions, KYC packets | Onchain whitelisting, tokenized share ownership |
| Custody | Third-party custodian (single entity) | Multisig, MPC, or smart contract custody |
| Audit trail | Internal records, periodic external audits | Complete onchain transaction history |
The most significant shift is in transparency. In a traditional structure, investors rely on the administrator's reports to know what the fund is doing. NAV figures arrive on a schedule set by the administrator — daily, monthly, or less often — and portfolio breakdowns once a quarter at best. In an onchain vault, every allocation, every fee, every settlement is recorded on a public ledger. Investors don't need to trust the report; they can verify it.
This does not mean onchain funds are fully automated. Discretionary strategies still require a human curator making investment decisions. Off-chain assets still require oracles and external valuation. But the administrative layer, the plumbing that connects all the parts, is programmable and transparent in a way that traditional infrastructure simply is not.
Why Institutional Managers Are Paying Attention Now
Onchain asset management has existed in various forms since the early days of DeFi yield vaults. What's different in 2026 is the institutional signal.
JPMorgan's MONY fund (My OnChain Net Yield) launched on Ethereum in December 2025 with a $100 million initial investment, investing exclusively in U.S. Treasuries. BlackRock's BUIDL fund surpassed $2.5 billion in assets under management. State Street and Galaxy Digital announced their SWEEP fund, a tokenized liquidity vehicle on Solana using PYUSD for subscriptions and redemptions. Franklin Templeton's onchain money market fund operates across Ethereum and Solana with over $800 million in assets.
These are not crypto-native experiments. These are the largest financial institutions in the world choosing to run real capital through onchain infrastructure.
The Keyrock Onchain Asset Management Report estimates the market at $35 billion in AUM as of 2025, with a base-case projection of $64 billion by end of 2026. Discretionary strategies, the category closest to traditional hedge fund management, grew 738% year-to-date in 2025, signaling that active managers are finding product-market fit onchain.
Three macro factors are driving this acceleration. First, regulatory clarity: Singapore's MAS framework accommodates tokenized yield products, and the UK's FCA positions tokenization as a critical efficiency gain for its £14 trillion asset management industry. Second, infrastructure maturity: standards like ERC-7540 provide the technical primitives for institutional-grade deposit and withdrawal flows. Third, cost pressure: traditional fund administrators charge 5–15 basis points of AUM for services that smart contracts can perform more efficiently and more transparently.
The Role of ERC-7540 in Institutional Vaults
Not all vault standards are created equal. Early DeFi vaults used ERC-4626, a standard designed for synchronous, atomic deposits and withdrawals. That works for simple yield strategies where assets are always liquid. But it breaks down for institutional use cases.
When a fund needs to process capital calls, apply KYC checks, calculate NAV with off-chain inputs, or handle assets with multi-day settlement cycles, synchronous deposits are not viable. The vault needs to separate the request from the fulfillment: an investor requests a deposit, the manager processes it at the next settlement window, and shares are minted based on the NAV at that point.
This is exactly what ERC-7540 provides. It extends ERC-4626 with asynchronous deposit and redemption flows. The standard introduces a request-then-claim pattern: an investor submits a deposit request, a valuation oracle proposes an updated NAV, the curator accepts the valuation and settles pending requests, and the investor claims their newly minted shares.
This maps directly to how traditional funds operate. Subscriptions are submitted, processed at a cut-off, and allocated at a NAV strike. ERC-7540 encodes this workflow into a standard interface that any smart contract can implement, making it the technical foundation for institutional-grade onchain funds.
The standard also supports delegated management: a custodian or fund administrator can act on behalf of investors, handling compliance checks and settlement workflows without needing full custody of the underlying tokens. This is essential for regulated entities operating under fiduciary obligations.
Want to see how it works in practice? Explore the Lagoon documentation to understand vault architecture, governance roles, and fee structures.
About Lagoon
Lagoon provides the complete stack for onchain asset management, combining proven ERC-7540 vault technology with institutional-grade fund administration tooling. It enables any digital asset strategy to become a tokenized product: scalable, composable, and accessible to LPs.