---
title: "How On-chain Vaults Cut Fund Operations from Weeks to Hours"
description: "Learn how on-chain vaults automate NAV settlement, fee management, and compliance reporting, replacing weeks of manual fund administration."
date: "2026-03-24"
author: "Lagoon"
category: "Product"
tags: ["vaults", "institutional", "fund-administration", "automation", "ERC-7540", "operations"]
url: "https://lagoon.finance/blog/onchain-vaults-fund-operations"
readingTime: "7 min read"
---


<Callout>
Traditional fund administration involves 6+ intermediaries, costs 10 to 25 basis points of AUM annually, and settles in days. On-chain vaults built on ERC-7540 compress these operations into smart contracts that automate NAV settlement, fee management, and reporting in a single cycle.
</Callout>

## Introduction

Every fund manager knows the rhythm: end of month, the administrator sends a preliminary NAV. A week later, the fee invoice follows. Somewhere in between, an investor requests a redemption that triggers a cascade of emails between the transfer agent, custodian, and compliance team. The strategy may be sophisticated, but the operations running it are manual, sequential, and slow.

We see this pattern repeatedly across the 120+ active vaults on Lagoon's infrastructure spanning 18+ EVM chains. The managers who move operations on-chain are not chasing a technology trend; they are eliminating the coordination overhead that consumes 10 to 25 basis points of assets under management (AUM) every year. This article walks through five core operational functions, shows how each one works in an on-chain vault, and explains what changes for fund managers considering the transition.

For a structural comparison of fund types, see [On-chain Vaults vs. Traditional Funds](/blog/onchain-vaults-vs-traditional-funds). This article focuses on the day-to-day operational workflow.

## The traditional fund operations stack

A traditional fund relies on a chain of service providers, each handling one piece of the operational puzzle:

1. **Fund administrator**: Calculates NAV, reconciles positions, produces reports. Typically charges 10 to 25 basis points of AUM annually, plus minimum subscription fees depending on mandate size.
2. **Transfer agent**: Processes investor subscriptions and redemptions. Manages the shareholder register.
3. **Custodian**: Holds fund assets. Provides safekeeping and settlement services.
4. **Auditor**: Reviews records quarterly or annually. Requests documentation from the administrator and the fund manager.
5. **Compliance officer**: Manages KYC/AML documentation, often handled internally or by the fund administrator. Tracks investor eligibility.
6. **Legal counsel**: Reviews subscription agreements, side letters, and regulatory filings.

Each handoff introduces delay. A capital call that requires the administrator to calculate contributions, the transfer agent to send notices, and the custodian to receive wires typically takes two to three weeks from initiation to completion. NAV is published with a T+1 or T+2 lag. Fee disputes arise because performance calculations depend on methodology choices that are executed manually, often delayed, and subject to protracted negotiations.

![Fund operations: traditional vs. on-chain vaults](https://storage.googleapis.com/lagoon-blog-media/blog/onchain-vaults-fund-operations/fig1-traditional-vs-onchain-operations.webp)

The cost structure compounds with complexity. A fund operating across multiple jurisdictions, asset classes, or share classes multiplies the administrative burden at each layer.

## How on-chain vaults automate each step

A Lagoon [ERC-7540](/blog/erc-7540-explained) vault encodes fund operations into a smart contract. Instead of coordinating six service providers through emails, spreadsheets, and wire transfers, the vault executes each function programmatically.

### NAV calculation

In a traditional fund, the administrator collects prices from data vendors, reconciles them against custodian records, and publishes NAV with a one to two day delay. In a Lagoon vault, the vault admin selects the valuation methodology and provider at inception; this can involve multiple parties, be automated, or be calculated natively on-chain. This separation of roles (the valuation provider calculates, the curator accepts and settles) mirrors institutional standards for independent pricing, but eliminates the reconciliation step.

The result: NAV is available per settlement cycle, not per business day. And because it is recorded on-chain, every historical NAV is permanently auditable.

### Settlement

Traditional settlement involves wire transfers, correspondent banking, and manual confirmation. Depending on the asset class, this takes T+1 to T+3.

ERC-7540 replaces this with a four-stage async flow: request, valuation, settlement, claim. The curator settles all pending deposit and redemption requests in a single on-chain transaction. Forward pricing (the exchange rate is determined at settlement, not at request time) prevents the arbitrage that plagues same-block settlement in simpler vault designs.

![The on-chain vault settlement cycle](https://storage.googleapis.com/lagoon-blog-media/blog/onchain-vaults-fund-operations/fig2-settlement-cycle.webp)

### Fee computation

Traditional funds invoice fees quarterly. Performance fee calculations require agreeing on hurdle rate or high-water mark (HWM) methodology, which in turn involves reconciliation, manual lags, and disputes when managers and administrators use different reference points.

In an on-chain vault, the smart contract computes management and performance fees automatically at every settlement. The HWM is tracked on-chain, removing ambiguity. Investors can verify fee calculations independently by reading the contract state. This is one of the clearest operational advantages: a process that traditionally generates friction becomes transparent, automated, and deterministic.

### Access control

Investor onboarding in traditional funds involves legal documentation, email threads, and spreadsheet-based tracking. Adding a new investor to a fund can take weeks or months.

On-chain vaults use a dedicated whitelist manager role. Once an investor completes KYC/KYB verification, their wallet address is added to the whitelist. The smart contract enforces access permissions automatically: only whitelisted addresses can deposit. This is comparable to the transfer agent function, but enforced at the infrastructure level rather than through manual processes.

For more on how custody and access control work together, see [On-chain Fund Custody: MPC, Multisig, and Safeguards](/blog/onchain-fund-custody).

### Compliance and reporting

Traditional compliance reporting is reactive: auditors request records, administrators compile them, and the process repeats quarterly. Gaps between reporting periods create blind spots.

Every operation in an on-chain vault (deposits, withdrawals, NAV updates, fee events) is immutably recorded on the blockchain. This audit trail is always available, always current, and exportable to match the regulatory requirements of each operator's jurisdiction. Lagoon also generates automated factsheets, replacing the manual report compilation that consumes administrator time.

## Operational roles: from intermediaries to smart contracts

The transition from traditional to on-chain operations does not eliminate governance. It restructures it into four smart contract roles (for a deeper look at how custody integrates with these roles, see [On-chain Fund Custody](/blog/onchain-fund-custody)):

| Traditional Role | Vault Role | What Changes |
|---|---|---|
| Fund administrator | Valuation provider | NAV submitted on-chain; no reconciliation needed |
| Transfer agent | Curator | Settles requests in one transaction; no wire coordination |
| Compliance officer | Whitelist manager | KYC/KYB enforced at contract level; no spreadsheet tracking |
| Board / GP | Vault administrator | Configures parameters on-chain; verifiable by all parties |

Each role is scoped at the smart contract level, enforcing separation of duties natively. A curator cannot modify fee parameters. A whitelist manager cannot settle requests. This is institutional-grade segregation, but enforced, transparent, and auditable at the smart contract level rather than relying on policy documents.

These roles operate on a single shared ledger. There is no reconciliation between the administrator's books, the custodian's records, and the transfer agent's register because they are all the same on-chain state.

## What this means for fund economics

The cost structure of on-chain fund operations differs fundamentally from traditional administration. Instead of ongoing basis-point fees tied to AUM, on-chain vaults minimize both the recurring costs and the operational friction of fund management. Lagoon's [Vault Factory](/blog/deploy-permissionless-vault) makes deployment permissionless across 18+ EVM chains.

This matters most at scale. A $100 million fund paying 15 basis points for administration spends $150,000 annually. That cost remains roughly fixed per vault in the on-chain model. As tokenized fund AUM grows (BCG projects tokenized funds alone could exceed $600 billion by 2030, and [on-chain vault TVL already surpassed $15 billion](/blog/state-of-onchain-vaults-2026) in 2025), the operational cost advantage compounds.

Deloitte's [2026 Investment Management Outlook](https://www.deloitte.com/us/en/insights/industry/financial-services/financial-services-industry-outlooks/investment-management-industry-outlook.html) anticipates "healthy growth in tokenized funds that invest in private assets," driven partly by the operational efficiency these structures provide. The firms moving first are not replacing their entire infrastructure overnight; they are running parallel structures and comparing unit economics.

<KeyTakeaways>
- **Administration costs drop**: Traditional fund admin costs 10 to 25 bps annually; on-chain vaults minimize both costs and operational friction
- **Settlement compresses**: Multi-day wire-and-reconcile cycles become single-transaction settlements via ERC-7540
- **Fees become transparent**: Smart contracts compute management and performance fees automatically, with on-chain HWM tracking
- **Compliance is continuous**: Immutable on-chain records replace quarterly report compilation, providing always-available audit trails
- **Governance is enforced and auditable**: Four smart contract roles replace six intermediaries, with separation of duties at the contract level
</KeyTakeaways>

<CTA href="https://docs.lagoon.finance">Explore Lagoon's documentation to understand how vault operations work at the smart contract level, or launch your first vault on any of 18+ supported chains.</CTA>

