Canton Network Tokenization: How Wall Street Is Putting Real Assets On-Chain
The Canton Network has become the institutional standard for tokenizing real-world assets. From DTCC's digital securities platform to Tradeweb's 24/7 repo market, here is how tokenization actually works on Canton.
Tokenization is the process of representing ownership of a real-world asset as a programmable digital token on a blockchain. On the Canton Network, tokenization goes beyond simply wrapping an asset in a smart contract. Every tokenized asset on Canton carries embedded privacy controls, regulatory compliance logic, and atomic settlement guarantees that make it suitable for institutional-scale finance.
As of April 2026, more than $8.2 billion in assets have been tokenized on or settled through the Canton Network. Participants include DTCC, Goldman Sachs, Tradeweb, BNY, Broadridge, and dozens of asset managers. This is not a pilot anymore. Canton tokenization is live, in production, and growing.
Why Canton for Tokenization?
The vast majority of real-world assets — bonds, equities, fund shares, derivatives — are regulated. They cannot be traded on infrastructure that exposes transaction data to every network participant. They require deterministic settlement, not probabilistic finality. They need compliance controls embedded at the protocol level, not bolted on after the fact.
Canton was purpose-built for this. Three architectural features make it uniquely suited to institutional tokenization:
- ◆Sub-transaction privacy —Only the parties to a transaction see its details. A mediator validates correctness without viewing contents.
- ◆Deterministic finality —Transactions either settle completely or not at all. No block reorganizations, no probabilistic waiting periods.
- ◆Daml smart contracts —Rights-based contracts that explicitly model who can see, transfer, or exercise rights on a tokenized asset.
These properties are not optional for regulated securities. They are requirements. This is why DTCC, the institution that processes virtually every U.S. equity settlement, chose Canton for its digital securities infrastructure.
How Tokenization Works on Canton
Tokenization on Canton follows a fundamentally different model than Ethereum. On Ethereum, a token is a balance entry in a global contract (ERC-20). On Canton, a token is a Daml contract — a rich data structure that defines not just ownership but the rights, obligations, and workflows associated with that asset.
Step 1: Asset Modeling in Daml
The issuer defines the asset as a Daml template. This template specifies the asset's properties (par value, coupon rate, maturity date for a bond), the parties involved (issuer, holder, custodian, regulator), and the operations permitted (transfer, exercise, redeem). Unlike Solidity, where access control is programmed imperatively, Daml contracts declaratively define who can do what.
Step 2: Issuance on a Synchronization Domain
The issuer creates token contracts on a specific Canton synchronization domain. Each domain has its own governance, validator set, and privacy perimeter. For example, a tokenized U.S. Treasury might be issued on a domain governed by DTCC, while a tokenized fund share might live on a domain operated by BNY.
Step 3: Transfer and Settlement
When a tokenized asset is transferred, Canton executes an atomic transaction that simultaneously updates ownership records for all involved parties. If the transaction includes a payment leg (delivery-versus-payment), both the asset and the cash side settle in a single atomic operation. No party is exposed to settlement risk.
Step 4: Cross-Domain Composability
Canton's most powerful tokenization feature is cross-domain atomic transactions. A tokenized bond on DTCC's domain can be atomically swapped for USDCx (Circle's Canton-native stablecoin) on Circle's domain — in a single transaction, with neither party exposed to counterparty risk. This is something no other blockchain can do while maintaining privacy.
Real-World Tokenization Use Cases on Canton
DTCC Digital Securities Management
DTCC's Digital Securities Management (DSM) platform is the most significant tokenization deployment on Canton. DSM enables the issuance, transfer, and settlement of tokenized securities using Canton's infrastructure. The platform integrates with DTCC's existing clearing and settlement systems, allowing tokenized assets to interoperate with traditional securities infrastructure.
DSM supports multiple asset types including fixed income, equities, and structured products. The platform has processed billions in tokenized settlement volume since its production launch.
Tradeweb 24/7 Repo
Tradeweb's 24/7 repo application tokenizes repurchase agreements on Canton, enabling round-the-clock intraday repo settlement. Traditional repo markets operate within banking hours. On Canton, a treasury desk can execute and settle a repo transaction at 2 AM on a Sunday with atomic delivery-versus-payment.
The Tradeweb repo platform settles an average of $120 million in daily repo volume on Canton, with sub-second finality and complete privacy between counterparties.
Tokenized Fund Distribution
Multiple asset managers have piloted tokenized fund share distribution on Canton. By representing fund shares as Daml contracts, the subscription and redemption process is automated: investors receive tokenized shares atomically against payment, with compliance checks (KYC, AML, accreditation) enforced at the contract level.
This reduces the settlement cycle for fund subscriptions from T+1 or T+2 to near-instantaneous, while maintaining full regulatory compliance and audit trails.
Tokenized Deposits and Cash
Circle's USDCx — the Canton-native representation of USDC — serves as the primary cash leg for tokenized asset settlement. USDCx enables atomic delivery-versus-payment: the asset and cash legs of a trade settle simultaneously in a single Canton transaction.
Beyond USDCx, several banks have explored tokenized deposit representations on Canton for interbank settlement and intraday liquidity management.
Canton Tokenization vs. Ethereum Tokenization
| Feature | Canton | Ethereum |
|---|---|---|
| Privacy | Sub-transaction (native) | Public by default |
| Token Standard | Daml contracts (rights-based) | ERC-20 / ERC-3643 |
| Finality | Deterministic (~1.2s) | Probabilistic (~12 min) |
| Settlement | Atomic DvP (cross-domain) | Requires separate protocols |
| Compliance | Contract-level enforcement | External middleware |
| Asset Types | Bonds, repo, funds, equities | Mostly DeFi primitives |
| Regulatory Visibility | Selective disclosure to regulators | Full transparency or ZK proofs |
The fundamental difference is philosophical. Ethereum tokenization starts with transparency and adds privacy through complex zero-knowledge proof systems. Canton tokenization starts with privacy and selectively discloses to authorized parties. For regulated assets, Canton's approach is more natural and more compliant.
The Canton Token Standard
The Canton Token Standard provides a unified Daml interface for fungible tokens on the network. Unlike ERC-20, which defines only basic transfer and approval functions, the Canton Token Standard includes built-in support for:
- ◆Privacy-preserving transfers with selective disclosure
- ◆Regulatory holds and freezes enforced at the protocol level
- ◆Cross-domain atomic settlement with delivery-versus-payment
- ◆Programmable compliance rules (KYC, AML, accreditation checks)
- ◆Batch operations for efficient large-scale settlement
- ◆Integration with Canton's governance framework (CIPs)
The Road Ahead: Canton Tokenization in 2026 and Beyond
Institutional tokenization on Canton is accelerating. Several developments are expected through the remainder of 2026:
- ◆Expanded DTCC DSM coverage —Additional asset classes and broader broker-dealer participation
- ◆Cross-chain bridges —Production bridges connecting Canton tokenized assets to Ethereum liquidity pools
- ◆Tokenized ETF infrastructure —On-chain creation and redemption of exchange-traded fund shares
- ◆Central bank digital currency integration —Interoperability with CBDC pilot programs for institutional settlement
- ◆Secondary market trading —Expansion of CaviarNine's Cantex DEX to support tokenized securities trading
How to Get Exposure to Canton Tokenization
For investors: The most direct exposure is through Canton Coin (CC), the native token that powers all tokenization activity on the network. As tokenization volume grows, so does demand for CC to pay transaction fees.
For institutions: Contact DTCC, Broadridge, or BNY for access to tokenized asset platforms built on Canton. The Digital Asset documentation provides technical integration guides.
For developers: Explore the Daml smart contract guide to understand how tokenized assets are modeled and built on Canton.