Funds
Model open-end mutual funds, money-market funds, ETFs, and private-equity funds on DALP with NAV-priced subscription, AUM and transaction fees, holder eligibility, and historical balance evidence for investor reporting.
Fund instruments on DALP are pooled-investment tokens that hold investor shares of a managed portfolio. Use DALP to model the fund token, enforce subscriber eligibility, accrue management and transaction fees, record subscriptions and redemptions on chain, and produce balance snapshots for investor reporting. NAV calculation, portfolio management, fund-manager regulatory status, custody of the underlying assets, and cash movement remain external operating responsibilities.
Who should read this: Fund managers, fund administrators, transfer agents, and architects deciding whether a pooled investment instrument fits DALP.
Business challenge
A fund vehicle holds many investors against one portfolio. The manager defines the fund mandate and decides who can subscribe. Subscriptions are recorded against NAV, redemptions release units back to the fund, and a management fee accrues against assets under management. The administrator publishes the NAV, reconciles the share register, and produces tax and regulator reports for the lifetime of every position.
Traditional fund administration spreads these duties across the manager, the administrator, the transfer agent, the custodian, and the regulator. DALP provides a controlled EVM execution layer for the fund token and its lifecycle. The platform does not replace the fund manager's investment process, the administrator's NAV book, the custodian's holding of the underlying assets, or the regulator-facing filings unless those responsibilities are explicitly integrated into the target operating model.
DALP fund templates
DALP ships seeded system templates for common fund shapes. Each template selects the required token features and the metadata schema operators populate during asset creation.
| Template | Asset class | Required features | What it models |
|---|---|---|---|
system-fund | funds | historical-balances, voting-power, aum-fee, transaction-fee, permit | Open-end NAV-priced fund with management fee and transaction fee accrual |
system-money-market-fund | funds | historical-balances, aum-fee, transaction-fee-accounting, permit | Short-duration cash-equivalent fund with management fee and fee accounting |
system-etf | funds | historical-balances, aum-fee, transaction-fee, permit | Exchange-traded fund with management fee, transaction fee accrual, and holder snapshots |
system-private-equity-fund | funds | historical-balances, voting-power, aum-fee, permit | Capital-call style private fund with limited-partner voting and management fee |
Operators choose a template in the Asset Designer or pass templateId to the API. Each template's requiredFeatures apply automatically at deployment; configurable parameters like feeBps, recipient, and denominationAsset come from the operator during asset creation.
What DALP enforces
DALP supports a fund instrument through a fixed set of platform behaviours:
- Holder eligibility is enforced through identity registration and the active compliance modules. The fund template can require an
identity-verificationclaim plus an investor-classification policy before a wallet may hold subscriptions. - Subscriptions and redemptions execute on chain through controlled mint and burn paths. The platform records the transaction, emits a lifecycle event, and updates indexed balances for investor reporting.
- The
aum-feetoken feature accrues a periodic management fee against the configured asset base. The fee rate and recipient are configurable per asset. - The
transaction-fee(ortransaction-fee-accounting) token feature charges or records fees on subscription, redemption, or secondary transfers, depending on the template. - The
historical-balancestoken feature emits balance-checkpoint events that downstream systems use to produce investor statements and tax reports without scanning the full event log. - The
voting-powertoken feature, present on fund and private-equity-fund templates, supports limited-partner-style voting where the governance model needs it.
What stays external
Fund operations require workstreams that DALP does not provide:
- NAV calculation. The administrator computes NAV against the fund's portfolio and provides the value to DALP through the issuer-signed scalar feed integration. DALP records the value; it does not produce it.
- Portfolio management. Custody of the underlying assets, investment decisions, and the regulator-facing fund mandate live with the manager and the custodian.
- Cash movement. Fiat subscription and redemption settlement runs through the fund administrator's cash account or a payment provider, not the chain.
- Fund-manager regulatory status. AIFM, UCITS, or jurisdiction-specific manager licenses are commercial and regulatory items the issuer holds.
- Investor reporting templates. DALP exposes the balance and fee-accrual data; the administrator generates the investor statement and tax forms.
Operating model
The fund use case combines a fund manager, a fund administrator, a transfer agent (where applicable), and the DALP operator team. Treat DALP as the controlled execution layer for the fund token, not as a replacement for any of those parties.
- The fund manager owns investment decisions and the regulator-facing mandate.
- The fund administrator owns NAV calculation, position reconciliation, and investor statements. The administrator submits NAV values through the issuer-signed scalar feed.
- The transfer agent or in-house operator team approves new investors, manages identity claims, and operates subscriptions and redemptions through the Asset Console or the platform API.
- The DALP operator team configures the fund template, enforces compliance modules, and monitors the platform's operating evidence.
Read next
- Instrument templates for the Asset Designer flow that publishes a template-backed fund.
- Compliance overview for the identity and policy modules that gate fund subscriptions.
- Token features for the AUM fee, transaction fee, and balance-snapshot behaviour referenced above.
- Feed update flow for the issuer-signed scalar-feed path that carries NAV values onto chain.
Private equity
Model private equity and venture capital fund units in DALP with NAV pricing, fund metadata, management fee parameters, compliance checks, and clear operator responsibilities.
Real estate
Model tokenized real estate as a capped real-asset instrument with property metadata, controlled issuance, compliance checks, and investor-facing asset details.