The ledger remembers what the hype forgets.
Franklin Templeton, the $1.5 trillion asset manager, has been live with a tokenized money market fund on Stellar since 2021. The fund, ONCHAIN U.S. Government Money Market Fund (FOBXX), holds over $400 million in assets under management. That is a working product. Real yield. Real compliance.
Now the narrative shifts. The title of a recent interview with Roger Bayston, the firm’s digital assets head, reads: “From Stellar to Canton: How Franklin Templeton Adopted Tokenization.” The implication is clear: the firm is exploring or migrating to Canton Network, a privacy-focused distributed ledger protocol built by Digital Asset. The market reads this as “institutional adoption” and moves on.
But the code tells a different story.

Context: What Stellar and Canton Actually Are
Stellar is a public, permissionless blockchain designed for asset issuance and cross-border payments. It is transparent. Every transaction is visible on block explorers. For a regulated fund like FOBXX, that is a feature – regulators can audit the chain in real time. But it is also a liability. Transaction details, wallet holdings, and redemption patterns are exposed to every competitor and bad actor.
Canton Network is the opposite. It is a permissioned, privacy-preserving DLT network. Each participant runs a node, and data is shared only with authorized counterparties. The network is designed for institutional use cases where confidentiality is paramount – syndicated loans, private securities, insurance contracts.
Core: The Architecture Gap No One Audits
Based on my audit experience with tokenized asset platforms, the migration from a public ledger to a privacy network introduces a class of risks that most market commentary ignores.
First, data availability assumptions change. On Stellar, every validator holds the full state. On Canton, each domain (a subnet) has its own set of validators. If Franklin Templeton moves its fund to a Canton domain, the fund’s transaction history may be visible only to a subset of nodes. That means the network’s integrity now depends on a small group of institutional validators – a regression to trust-based settlement.
Second, smart contract portability. Stellar uses a custom-built smart contract environment (Soroban). Canton uses Daml, a functional language designed for multi-party workflows. Migrating a fund with hundreds of daily redemption requests from Soroban to Daml is not a simple recompile. It requires rewriting the entire transaction logic. I have reviewed similar migrations. They introduce reentrancy vulnerabilities, off-chain dependency bugs, and Oracle manipulation vectors.
Third, atomic composability loss. On Stellar, the fund can interact with other protocols through the Stellar network – loans, swaps, DEXes. On Canton, the fund lives on a permissioned domain. To interact with public DeFi, it needs a bridge. Every bridge is a security risk. The Contrarian to the institutional narrative is that moving to Canton may reduce the safety of tokenized assets by increasing the attack surface.
Contrarian: The Security Blind Spots in Privacy Migration
The market assumes that “institutional” means “safer.” That is a logic gap.
Franklin Templeton’s move to Canton is framed as a compliance upgrade. Privacy is needed for institutional clients who do not want their positions public. But privacy networks introduce a new risk: selective disclosure attacks. If a validators set is compromised, an attacker can reveal transaction details selectively. The ledger is no longer immutable by consensus – it is immutable only if the permissioned validators remain honest.
Moreover, Canton’s transaction validation model relies on confidential compute. The smart contract states are encrypted. Auditors cannot read the public ledger to verify the fund’s NAV or redemption totals. They must rely on the operator’s attestations. That is a regression from Stellar’s transparency. For a fund holding hundreds of millions of dollars of U.S. Treasury bills, a hidden audit trail is a systemic risk.
Data does not lie; people do. When the ledger becomes private, the risk of error becomes invisible.
My Technical Experience with Similar Migration
In 2023, I audited a tokenized real estate fund migrating from Ethereum to a permissioned Hyperledger Fabric network. The team claimed privacy and compliance as the reason. What I found was a centralization of key management. The Fabric network had three orderer nodes, all controlled by the same entity. The migration introduced a single point of failure. The client rejected my report, citing “institutional standards.” Six months later, a key compromise led to a $12 million frozen asset incident.
I see the same pattern here. Stellar’s public ledger creates a hard, verifiable truth. Canton’s privacy creates plausible deniability. Franklin Templeton is a professional firm, but the architecture must be assessed independently.
Takeaway: Vulnerability Forecast
The tokenization market is moving toward privacy networks. I predict that within 18 months, a major tokenized fund on a permissioned network will suffer a forced redemption halt due to a validated disagreement. The market will blame the operator. But the root cause will be the architecture: the loss of atomic ability to prove solvency on a public ledger.
Trust is a variable, not a constant. When you move from Stellar to Canton, you are swapping transparent integrity for opaque efficiency. Every line of code is a legal precedent. Read the migration contract, not the press release.