A tokenized money market fund is a fund holding short-term instruments whose shares are represented by blockchain tokens. How much authority the token itself carries varies by product, and the fund's terms decide who may hold it and when they may redeem.
This page explains how these funds are structured, how yield and redemption reach holders, and why the shares are issued across several chains. To issue or expand a tokenized fund, reach out to our team.
What is a tokenized money market fund?
A tokenized money market fund is a fund invested in short-term instruments such as government bills and repo, where a blockchain token represents a holder's interest in the fund.
The fund is the same instrument it would be untokenized. It has a prospectus or offering document, subscription and redemption terms, an administrator, and a custodian for the underlying. What varies between products is how much authority the token itself carries. In some, the onchain record is the official register and a token transfer moves the share. In others the official register stays offchain and is updated to follow token movements, or the token represents an entitlement held through a custodian. The structure is a legal design decision, and it determines what a transfer actually accomplishes.
How yield reaches holders
Two structures, and they behave differently for anything the token touches.
- Accumulating. The share price rises as the fund earns. Balances stay constant and value accrues in the price, which keeps integrations simple because no balance changes underneath them.
- Distributing. The fund pays out periodically, either as new tokens or as a separate payment. Balances or holdings change on a schedule, which every integration has to expect.
A third pattern appears in practice: rebasing, where balances themselves increase. It is worth flagging because a rebasing token does not work with standard cross-chain debit and credit accounting, which assumes the amount sent equals the amount received. Supporting one across chains requires an implementation that reconciles against actual balance changes rather than the requested amount.
How they differ from adjacent instruments
Tokenized funds sit between stablecoins and equities in what they demand of infrastructure.
| Instrument | What the holder owns | Eligibility | Redemption |
|---|---|---|---|
| Tokenized fund share | A unit in a fund | Subscription terms | Fund windows, sometimes daily |
| Tokenized treasury | A claim on government debt | Often qualified only | Issuer terms |
| Reserve-backed stablecoin | A claim on the issuer's reserves | Broad, with screening | Usually on demand, at par |
| Tokenized equity | A share or a claim on one | Strict, by jurisdiction | Secondary market rather than issuer |
The redemption column is the operational difference. An issuer-managed, reserve-backed stablecoin typically redeems on demand at par, so its issuer sizes reserves for continuous outflow. A fund redeems in windows against a net asset value, so the token can be transferable continuously while redemption is not. Any cross-chain design has to respect that gap, because a holder who can move the token instantly may still only redeem on the fund's schedule.
Why the shares are issued across several chains
Because the demand for a yield-bearing instrument is wherever idle collateral sits, and that is not one chain. A fund share that can serve as collateral on the venues where its investors already operate is worth more than one that cannot.
Issuing on several chains raises the same supply question as any tokenized asset. Each deployment holds its own state, so the fund reads shares outstanding by aggregating across chains rather than from any single place. What a canonical cross-chain token standard contributes is the invariant behind that sum: a transfer debits one chain and credits another, so shares outstanding do not change when a holder moves between chains, and the aggregate stays checkable against the official share register. Tokenized funds and treasuries already run this way in production, including Centrifuge's tokenized funds and Ondo's treasury products.
What the issuer operates afterwards
The same jobs as any multi-chain asset, with two that bite harder for a fund. Eligibility has to stay current because subscription terms restrict who may hold. Where eligibility is enforced through an onchain allowlist, each deployment keeps its own list, so the issuer maintains one per chain rather than one shared list.
A fund manager running several funds faces that per fund. The Multi-Asset OFT framework registers many tokens under one application, so an additional fund gets a thin per-token contract rather than its own messaging channel to configure. Fee and pause policy can be set for a specific fund, a specific destination, or a fund and destination pair. Rate limiting works differently and is worth knowing about here: every token sharing a destination draws on one bucket, so a spike in one fund consumes capacity that the others would have used.
Reporting is the other. A fund reports shares outstanding and net asset value, so any onchain share count has to be aggregated across every chain, account for shares mid-transfer, and reconcile to the official register. A canonical supply model does not hand over a single figure, but it does guarantee that moving shares between chains leaves the total unchanged, which is what makes the aggregate checkable rather than an estimate.
FAQ
Is a tokenized money market fund the same as a stablecoin?
No. A reserve-backed stablecoin is a claim on the issuer's reserves, usually redeemable at par on demand. A fund share represents a unit of a fund, carries yield, and redeems against net asset value on the fund's schedule.
Can tokenized fund shares move between chains?
Yes, where the fund uses a standard that holds total shares constant as they move. The share that arrives is the fund's own token on the destination chain rather than a wrapped copy.
How is yield delivered on a token that moves across chains?
Either by accumulating it in the share price, which leaves balances unchanged and keeps cross-chain accounting straightforward, or by distributing it, which requires the payout or the additional shares to reach holders on the chain where they hold. Both structures are used in production.
Do rebasing fund tokens work across chains?
Not with default accounting, which assumes the amount sent equals the amount received. A rebasing token needs an implementation that reconciles against actual balance changes.
Who may hold a tokenized fund share?
Whoever the fund's subscription terms permit. Where that is enforced through an onchain allowlist, the issuer maintains one on every chain where shares exist.
Can fund shares be used as collateral?
Where a venue accepts the token, yes, which is much of the reason for issuing on more than one chain. Redemption still follows the fund's own windows.
Issue or expand a tokenized fund
A tokenized fund works across chains when every deployment belongs to the fund, eligibility is maintained on each of them, and shares outstanding can be aggregated and checked against the official share register.
To scope issuance or a chain expansion for a fund, reach out to our team, or start at Developers.