{"id":"canton-network","title":"Canton Network","content":"**Canton Network** is a [layer-one](https://iq.wiki/wiki/layer-1), privacy-enabled, interoperable [blockchain](https://iq.wiki/wiki/blockchain) infrastructure designed for institutional finance. It enables regulated institutions to run applications and connect siloed financial systems while maintaining control over their data. Developed with technology from Digital Asset, the network provides a modular framework that allows otherwise separate ledgers, built with the Daml [smart contract](https://iq.wiki/wiki/smart-contract) language, to connect when needed, facilitating coordinated financial workflows without exposing system-wide activity. As of early 2026, the network is live and onboarding major financial partners to support activities from digital asset custody to the tokenization of securities. [\\[1\\]](#cite-id-Wat1POSxTwbr6xhI) [\\[9\\]](#cite-id-0Xrwt7hnpsN1C9a6)\n\n## Overview\n\nCanton Network is a public-permissionless [blockchain](https://iq.wiki/wiki/blockchain) designed to address the specific needs of regulated financial institutions for privacy, control, and interoperability. It functions as a \"network of networks,\" allowing [decentralized applications](https://iq.wiki/wiki/decentralized-application) and siloed financial systems to connect and transact in real time, addressing the inefficiencies and risks of manual reconciliation processes. The network's architecture contrasts with traditional [blockchains](https://iq.wiki/wiki/blockchain), where all applications must conform to a single, transparent public ledger. Instead, Canton provides each participant with a private, cryptographically verifiable projection of the ledger, ensuring they see only the data relevant to them. [\\[2\\]](#cite-id-Xd3Ocbt0YGDe24QU)\n\nThe core technology is developed by Digital Asset, and the network is built to run applications using the Daml [smart contract](https://iq.wiki/wiki/smart-contract) language. Canton's model aims to combine the asset mobility of public [blockchains](https://iq.wiki/wiki/blockchain) with the configurable privacy and control required for institutional use cases like derivatives, syndicated loans, and the tokenization of real-world assets (RWAs). It is governed by a decentralized model supported by the Canton [Foundation](https://iq.wiki/wiki/foundation) and managed by The Linux [Foundation](https://iq.wiki/wiki/foundation), with network participants collectively managing key protocol decisions. The vision for the network has been compared to the internet—a heterogeneous system where independently operated applications can coexist and interoperate securely. [\\[5\\]](#cite-id-B9tUewFKKzM9vbsr) [\\[10\\]](#cite-id-6BWLcEEsYW6Hjuj6)\n\n## Milestones and Recent Developments\n\nCanton Network has demonstrated significant momentum through a series of successful pilots and key service launches from late 2024 into early 2026.\n\n* **July 2024:** The Canton Network MainNet and its native utility token, Canton Coin (CC), went live. [\\[5\\]](#cite-id-B9tUewFKKzM9vbsr)\n* **December 2025:** Digital Asset and The Depository Trust & Clearing Corporation (DTCC) announced a partnership to tokenize DTCC-custodied U.S. Treasury securities on the Canton Network. [\\[10\\]](#cite-id-6BWLcEEsYW6Hjuj6)\n* **January 2026:** An industry working group successfully demonstrated expanded capabilities for 24/7 global [collateral](https://iq.wiki/wiki/collateral) mobility on the network through cross-border repurchase agreements. [\\[11\\]](#cite-id-DhyMHCuckJsqjoCA)\n* **February 2026:** The network powered the first private stablecoin payroll transaction for a global enterprise, in collaboration with payroll platform Toku and wallet provider Cantor8. [\\[12\\]](#cite-id-3qHmt0ByRIesInQx)\n* **February 2026:** Institutional digital asset platform Fireblocks launched full custody support for Canton Coin (CC), including qualified custody through its NYDFS-chartered trust company. [\\[9\\]](#cite-id-0Xrwt7hnpsN1C9a6)\n* **February 2026:** Bloomberg and Kaiko announced a collaboration to deliver Bloomberg's institutional-grade financial data, such as reference data for U.S. Treasuries, on-chain via the Canton Network. [\\[13\\]](#cite-id-jZsq93YMVpuGqeMW)\n* **February 2026:** Canton Coin (CC) was listed on Robinhood Crypto, making it available for trading to eligible customers, including those in New York State. [\\[14\\]](#cite-id-6ZnVG6reBwhd3aHn)\n\n## Architecture and Technology\n\n![](https://ipfs.everipedia.org/ipfs/Qmf62iyfUWD7ApiYC5Soes9fVgtWMf2KWAjwkCeGYuP5ds)\n\nCanton’s architecture is a modular, two-tier system designed to provide privacy, control, and horizontal scalability for institutional applications. It separates the application logic layer (Daml) from the synchronization and execution layer (Canton Protocol). [\\[3\\]](#cite-id-Hm3Qhfw9uZU6FmuX)\n\n### Daml (Digital Asset Modeling Language)\n\nDaml is an open-source smart contract language purpose-built for multi-party business workflows. It allows developers to define shared data, permissions, and rules while preserving privacy and data consistency. A Daml model outlines the schema for a shared ledger, including which parties must authorize the creation of a contract (signatories), which can view it (observers), and which can exercise specific actions on it (controllers). The language is designed with a \"confidential by default\" privacy model, where authorization policies are defined directly within the contract code. In Canton's execution model, each party runs on a [Validator](https://iq.wiki/wiki/validator) [Node](https://iq.wiki/wiki/node) that stores its individual, private projection of the ledger, ensuring participants only see the data and transactions relevant to them. [\\[2\\]](#cite-id-Xd3Ocbt0YGDe24QU)\n\n### Canton Protocol\n\nThe Canton Protocol is an open-source, privacy-enabled protocol that implements the Daml ledger model. It ensures that the partitioned views of all participants remain consistent subsets of a \"virtual\" global ledger, without any single party ever holding the ledger in its entirety. The protocol achieves horizontal scalability, as transactions with no data dependencies can be processed in parallel. It uses a two-layer consensus mechanism where, in the first layer, a contract is replicated only to its stakeholders for local validation. In the second layer, an encrypted transaction request is sent to a sequencing service (a Sync Domain), which assigns a timestamp to establish a definitive order and prevent double-spending. [\\[2\\]](#cite-id-Xd3Ocbt0YGDe24QU)​\n\n### Synchronization Domains (Sync Domains)\n\nThe Sync Domains function serves as the core coordination and messaging layer within Canton. They are responsible for transaction sequencing, timestamping, identity management, and guaranteed message delivery for a group of participants. Each domain is operated by a Canton Service Provider (CSP), which can be a single, centralized organization or a decentralized consortium of Validators (a virtual CSP or vCSP) using a [Byzantine Fault Tolerant (BFT)](https://iq.wiki/wiki/byzantine-fault-tolerance) consensus algorithm. This flexibility allows developers to choose which sync domains to use based on specific privacy, regulatory, or performance needs. A single workflow can span multiple domains, and participants can reassign a contract’s synchronization from one domain to another to avoid lock-in. [\\[2\\]](#cite-id-Xd3Ocbt0YGDe24QU)\n\n### Global Synchronizer\n\nThe Global Synchronizer is a special, shared-key synchronization domain that serves as the decentralized interoperability backbone of the entire Canton Network. It links otherwise separate sync domains to enable atomic settlement and interoperability across applications handling regulated financial assets. It is operated collectively by a group of Super Validators, with no single entity controlling its sequencing or availability. The Global Synchronizer provides consistent ordering, guaranteed message delivery, and cross-domain transaction finality, supporting private workflows while connecting tokenized assets and cash across jurisdictions. The underlying technology is open-sourced through [Hyperledger Labs](https://iq.wiki/wiki/hyperledger) as \"Splice.\" [\\[5\\]](#cite-id-B9tUewFKKzM9vbsr) [\\[4\\]](#cite-id-fZYWK71mjyEgBleF)\n\n## Network Participants and Governance\n\nThe Canton ecosystem involves several distinct roles, with governance managed through a decentralized framework involving key operator groups and a non-profit foundation. [\\[7\\]](#cite-id-pZR6xSEmHf5i3rle)\n\n### Infrastructure Operators\n\n* **Validators:** These are [nodes](https://iq.wiki/wiki/node) that participate in operating a distributed sync domain (vCSP). They use [BFT](https://iq.wiki/wiki/byzantine-fault-tolerance) consensus to order and confirm transactions within that domain. Application users run their own [validator](https://iq.wiki/wiki/validator) [nodes](https://iq.wiki/wiki/node) to connect to the network, and these [nodes](https://iq.wiki/wiki/node) only validate transactions to which they are a direct party, preserving privacy.\n* **Super Validators:** A specialized class of [validators](https://iq.wiki/wiki/validator) responsible for operating and governing the Global Synchronizer. Their duties include validating all Canton Coin transfers, managing shared network infrastructure such as the Canton Name Service, and providing the on-chain oracle for the Canton Coin/USD conversion rate. They form the core of the network's governance body.\n\n### Governance Model\n\nThe network is governed by the **Canton Foundation**, an independent, U.S.-based non-profit entity managed by **The Linux Foundation**. As of late 2025, the foundation is co-chaired by two of the world's largest financial market infrastructures: **DTCC** and **Euroclear**. This leadership structure solidifies the network's position as an institutionally-focused blockchain. [\\[10\\]](#cite-id-6BWLcEEsYW6Hjuj6)\n\nKey decisions, including protocol upgrades and fee adjustments, are voted on by the **Super Validator Collective (SVC)**, the group of entities running the Super [Validator](https://iq.wiki/wiki/validator) nodes. Changes to the network are subject to a formal **Canton Improvement Proposal (CIP)** process before being voted on by the Super Validators. For example, in January 2026, CIP-0095 was passed to onboard a new Super [Validator](https://iq.wiki/wiki/validator) with performance-linked incentives. [\\[14\\]](#cite-id-6ZnVG6reBwhd3aHn) \\[\\[canton.foundation/]\\[Canton [Foundation](https://iq.wiki/wiki/foundation) official website]]\n\n## Canton Coin (CC)\n\nCanton Coin (CC) is the native [utility token](https://iq.wiki/wiki/utility-token) of the Canton Network, primarily used within the Global Synchronizer. It is designed to reward network utility and contribution rather than to encourage speculation. As of February 2026, CC was ranked among the top 15 cryptocurrencies by market capitalization. [\\[5\\]](#cite-id-B9tUewFKKzM9vbsr) [\\[8\\]](#cite-id-mzNFvnFWlW3MmVwS)\n\n### Fair Launch and Distribution\n\nCanton Coin was launched in July 2024 with an \"earned-value\" distribution model, in which 100% of tokens in circulation are added to the supply by being earned through verifiable contributions to the network. The launch involved no pre-mined supply, no pre-sale, no special reserves for the foundation, and no early-access allocations for investors or venture firms. This structure directly links token ownership to participation in the ecosystem. [\\[5\\]](#cite-id-B9tUewFKKzM9vbsr)\n\n### Tokenomics and Utility\n\n![](https://ipfs.everipedia.org/ipfs/Qmctc16khYuKdFxqk66wJ66x35NWwWUSqP1PZRExaZfnqC)\n\nThe primary utilities of Canton Coin are:\n\n* **Transaction Fees:** Paying for traffic on the Global Synchronizer and other network services. Fees are denominated in USD to provide cost predictability for enterprise users but are paid by [burning](https://iq.wiki/wiki/token-burn) Canton Coin at the current on-chain conversion rate.\n* **Rewards:** Compensating network participants, including infrastructure operators (Validators and Super Validators) and application providers, for their contributions.\n* **Governance:** Supporting the decentralized governance of the network. [\\[12\\]](#cite-id-3qHmt0ByRIesInQx)\n\nThe tokenomics are built around a **Burn-Mint Equilibrium**, a self-regulating mechanism that aligns the token's value with network utility. Fees paid in CC are burned, removing them from circulation, while new coins are minted as rewards. The long-term target is to reach a steady state where the amount of coin burned annually equals the amount minted. Approximately 100 billion CC are scheduled to be available for minting over the first ten years of operation, after which 2.5 billion CC will be available for minting annually. [\\[6\\]](#cite-id-TZW26hKomwtLOoXV)\n\nThe reward distribution model is designed to evolve. In the initial phase after launch (July-December 2024), rewards were weighted towards Super Validators (80%) to bootstrap secure infrastructure. From 2025 to mid-2029, the focus shifts to application and user growth, with application providers becoming eligible for up to 62% of the reward pool. [\\[8\\]](#cite-id-mzNFvnFWlW3MmVwS)\n\n## Use Cases\n\nThe Canton Network has been tested and validated across several key institutional finance use cases.\n\n### Tokenization of Real-World Assets (RWAs)\n\nA primary use case is the tokenization of regulated securities. In a landmark partnership announced in December 2025, DTCC and Digital Asset began a project to tokenize a subset of U.S. Treasury securities on the Canton Network. The initiative aims to enhance liquidity and operational efficiency by bridging traditional market infrastructure with on-chain assets. [\\[10\\]](#cite-id-6BWLcEEsYW6Hjuj6) By early 2025, platforms connected to the Canton Network had already accounted for over $4.6 billion in digital bond issuances, representing over half the market since 2020. [\\[15\\]](#cite-id-t3D4whHggNmZFO6e)\n\n### On-Chain Collateral Management\n\nCanton supports applications for on-chain collateral and margin management for bilateral derivatives. In 2025, an initiative backed by liquidity providers including B2C2, Cumberland DRW, FalconX, GSR, Flowdesk, and QCP began building a solution on the network. The application automates margin calls and collateral movements 24/7, increasing capital efficiency and reducing operational risk while preserving privacy. [\\[16\\]](#cite-id-NQIsJBFF6HvDf8Ll)\n\n### Institutional Payments and Payroll\n\nIn February 2026, the network demonstrated its capability to handle private, secure payroll for a multinational corporation. The solution, built by Toku and Cantor8, used private stablecoins to offer instant settlement, reduce operational costs, and mitigate risks associated with the traditional correspondent banking system, showcasing its utility for enterprise-level payment applications. [\\[12\\]](#cite-id-3qHmt0ByRIesInQx)\n\n### 24/7 On-Chain Financing\n\nThe network facilitates real-time financing operations, such as repurchase agreements (repo), using tokenized assets. An industry working group has demonstrated 24/7 global [collateral](https://iq.wiki/wiki/collateral) mobility through cross-border intraday repo transactions, using tokenized assets like U.S. Treasuries and UK Government Bonds (Gilts) to allow institutions to optimize liquidity across time zones. [\\[11\\]](#cite-id-DhyMHCuckJsqjoCA)\n\n## Partnerships and Ecosystem\n\nCanton Network is supported by a broad coalition of financial institutions, market infrastructure providers, data vendors, and technology firms.\n\n### Digital Asset\n\nDigital Asset is the primary technology creator behind the Canton Network, having developed the Daml smart contract language and the core Canton Protocol that provide the network's privacy and interoperability features. The company is the key technology partner for DTCC's U.S. Treasury tokenization project and leads the development of an on-chain collateral management solution with a consortium of major liquidity providers. [\\[10\\]](#cite-id-6BWLcEEsYW6Hjuj6) [\\[16\\]](#cite-id-NQIsJBFF6HvDf8Ll)​\n\n### The Depository Trust & Clearing Corporation (DTCC)\n\nDTCC, the premier post-trade market infrastructure for the global financial services industry, is a foundational partner and a leader in the network's governance. In December 2025, DTCC announced a partnership with Digital Asset to tokenize a subset of its custodied U.S. Treasury securities on the Canton Network. The initiative, which follows an SEC No-Action letter, aims to bridge traditional and on-chain financial assets to enhance liquidity and operational efficiency, with a target for a minimum viable product in the first half of 2026. Additionally, DTCC co-chairs the Canton [Foundation](https://iq.wiki/wiki/foundation), playing a central role in setting industry standards for the ecosystem. [\\[10\\]](#cite-id-6BWLcEEsYW6Hjuj6)​\n\n### Euroclear\n\nEuroclear, a leading global provider of post-trade services, co-chairs the Canton [Foundation](https://iq.wiki/wiki/foundation) alongside DTCC. Its leadership role solidifies the network's governance under established institutional financial market infrastructures, ensuring alignment with the needs of regulated markets. [\\[10\\]](#cite-id-6BWLcEEsYW6Hjuj6)​\n\n### On-Chain Collateral Management Consortium\n\nA significant initiative on the network involves a consortium of major liquidity providers building a solution for on-chain collateral and margin management for bilateral derivatives. Initial design partners **Flowdesk** and **QCP** were joined in July 2025 by **B2C2, Cumberland DRW, FalconX, and GSR**. The solution is designed to increase capital efficiency and reduce counterparty risk by automating margin calls 24/7. Its smart contracts align with ISDA CSA requirements and support novel collateral types like yield-bearing stablecoins. [\\[16\\]](#cite-id-NQIsJBFF6HvDf8Ll)​\n\n### Bloomberg & Kaiko\n\nIn February 2026, Bloomberg and Kaiko announced a collaboration to deliver Bloomberg's institutional-grade financial data directly onto the Canton Network. Kaiko provides the secure on-chain data ramp, enabling applications to access critical information, such as reference data for U.S. Treasuries, from a single, verifiable source. The initiative aims to support tokenization and repo workflows by reducing operational friction from inconsistent data sources. [\\[13\\]](#cite-id-jZsq93YMVpuGqeMW)​\n\n### Fireblocks\n\nFireblocks, an enterprise-grade digital asset platform, provides institutional custody, transfer, and settlement technology for the Canton ecosystem. In February 2026, the company launched support for Canton Coin (CC), including qualified custody through its NYDFS-chartered trust company, Fireblocks Trust Company. The integration gives institutional participants a secure and regulated environment to custody assets and engage with the network. [\\[9\\]](#cite-id-0Xrwt7hnpsN1C9a6)​\n\n### Toku & Cantor8\n\nApplication-focused partners Toku and Cantor8 collaborated in February 2026 to power the first institutional private payroll transaction on the network. Toku serves as the payroll engine, integrating with corporate HR systems to manage payroll logic. Cantor8 provides the secure, self-custody C8 Wallet for employees to receive funds. The solution reduces operational costs and settlement times associated with traditional cross-border payments. [\\[12\\]](#cite-id-3qHmt0ByRIesInQx)​\n\n### World Liberty Financial\n\n​[World Liberty Financial ](https://iq.wiki/wiki/world-liberty-financial)(WLFI) intends to deploy its USDL stablecoin on the Canton Network. USDL is a bankruptcy-remote, 1-to-1 U.S. dollar-backed stablecoin created specifically for institutional use. According to the announcement, USDL is fully reserved and backed by short-term U.S. government treasuries, U.S. dollar deposits, and other cash equivalents. Within the Canton ecosystem, USDL is set to function as a key liquid asset, facilitating the settlement of tokenized assets on the network. The deployment is significant as USDL is expected to be the first third-party stablecoin available on the Canton Network, marking a key step in expanding its capabilities for institutional-grade onchain finance. [\\[17\\]](#cite-id-wXBMBqjC0jPfRn5W)​\n\n### Chainlink\n\nOn September 24, 2025, the Canton Network announced a strategic partnership with [Chainlink](https://iq.wiki/wiki/chainlink) to accelerate the adoption of its institutional-grade blockchain. The collaboration involves integrating [Chainlink](https://iq.wiki/wiki/chainlink)'s industry-standard oracle services, such as Data Streams and SmartData, to provide smart contracts on Canton with reliable, real-world data. Furthermore, the integration includes [Chainlink](https://iq.wiki/wiki/chainlink)'s Cross-Chain Interoperability Protocol (CCIP), which will establish secure connectivity between the Canton Network and other public and private blockchains. This enhancement is designed to accelerate the broader adoption of tokenized assets by enabling seamless interoperability across different financial ecosystems. As part of the partnership, [Chainlink](https://iq.wiki/wiki/chainlink) Labs also joined the Canton Network as a Super Validator. [\\[18\\]](#cite-id-rfllmVwHqEANAtVx)​\n\n### Other Ecosystem Participants\n\nGlobal banks like **Goldman Sachs** and **BNP Paribas** were among the early participants exploring the network's capabilities, signaling strong institutional interest from its inception. Other key infrastructure partners include **Broadridge DLR**, a founding member of the network's governing foundation, and **Tradeweb**, which serves as an execution platform for financial products like repo transactions.","summary":"Canton Network is a layer-1 blockchain for institutional finance using the Daml smart contract language. It enables interoperability for RWA tokenization, collateral management, and secure payments while ensuring data privacy.","images":[{"id":"QmcPHsEFZVPHXmjWns8qMfxC1E2bmxvxnfXWN9N4dWA6Xm","type":"image/jpeg, image/png"}],"categories":[{"id":"dapps","title":"dapps"}],"tags":[{"id":"Blockchains"},{"id":"Protocols"},{"id":"Organizations"}],"media":[{"id":"Qmf62iyfUWD7ApiYC5Soes9fVgtWMf2KWAjwkCeGYuP5ds","type":"GALLERY","source":"IPFS_IMG"},{"id":"Qmctc16khYuKdFxqk66wJ66x35NWwWUSqP1PZRExaZfnqC","name":"CantonCoin.webp","caption":"","thumbnail":"Qmctc16khYuKdFxqk66wJ66x35NWwWUSqP1PZRExaZfnqC","source":"IPFS_IMG"}],"metadata":[{"id":"website","value":"https://www.canton.network/"},{"id":"twitter_profile","value":"https://twitter.com/CantonNetwork"},{"id":"linkedin_profile","value":"https://www.linkedin.com/company/canton-network/"},{"id":"github_profile","value":"https://github.com/hyperledger-labs/splice"},{"id":"telegram_profile","value":"https://t.me/CantonNetwork1"},{"id":"youtube_profile","value":"https://www.youtube.com/channel/UCIHXoQayuWc_F41qa4Nf_Hw"},{"id":"coinmarketcap_url","value":"https://coinmarketcap.com/currencies/canton-network/"},{"id":"coingecko_profile","value":"https://www.coingecko.com/en/coins/canton"},{"id":"website","value":"https://sync.global"},{"id":"contract_url","value":"https://www.cantonscan.com/"},{"id":"contract_url","value":"https://explorer.canton.nodefortress.io/"},{"id":"contract_url","value":"https://lighthouse.fivenorth.io/"},{"id":"references","value":"[{\"id\":\"Wat1POSxTwbr6xhI\",\"url\":\"https://www.canton.network/\",\"description\":\"Canton Network homepage\",\"timestamp\":1764074710849},{\"id\":\"Xd3Ocbt0YGDe24QU\",\"url\":\"https://www.canton.network/hubfs/Canton/Canton%20Network%20-%20White%20Paper.pdf\",\"description\":\"Canton Network technical whitepaper\",\"timestamp\":1764074710849},{\"id\":\"Hm3Qhfw9uZU6FmuX\",\"url\":\"https://docs.digitalasset.com/overview/3.4/overview/multiparty-application-intro.html#key-architectural-concepts-in-the-canton-network\",\"description\":\"Digital Asset documentation on Canton Network concepts\",\"timestamp\":1764074710849},{\"id\":\"fZYWK71mjyEgBleF\",\"url\":\"https://figment.io/insights/canton-first-look-bringing-traditional-finance-onchain\",\"description\":\"Figment analysis of Canton Network\",\"timestamp\":1764074710849},{\"id\":\"B9tUewFKKzM9vbsr\",\"url\":\"https://coinmarketcap.com/currencies/canton-network/\",\"description\":\"Canton Network on CoinMarketCap\",\"timestamp\":1764074710849},{\"id\":\"TZW26hKomwtLOoXV\",\"url\":\"https://www.canton.network/hubfs/Canton%20Network%20Files/Documents%20(whitepapers,%20etc...)/Canton%20Coin\\\\_%20A%20Canton-Network-native%20payment%20application.pdf\",\"description\":\"Canton Coin whitepaper\",\"timestamp\":1764074710849},{\"id\":\"pZR6xSEmHf5i3rle\",\"url\":\"https://www.canton.network/hubfs/Canton%20Network%20-%20White%20Paper.pdf\",\"description\":\"Canton Network technical whitepaper\",\"timestamp\":1764074710849},{\"id\":\"mzNFvnFWlW3MmVwS\",\"url\":\"https://www.canton.network/blog/canton-coin-rewarding-utility\",\"description\":\"Canton Coin blog post\",\"timestamp\":1764074710849},{\"id\":\"0Xrwt7hnpsN1C9a6\",\"url\":\"https://www.prnewswire.com/news-releases/fireblocks-launches-canton-support-to-expand-its-regulated-tokenization-and-settlement-infrastructure-302677536.html\",\"description\":\"Fireblocks announces Canton support and custody\",\"timestamp\":1772123652117},{\"id\":\"6BWLcEEsYW6Hjuj6\",\"url\":\"https://www.canton.network/canton-network-press-releases/dtcc-and-digital-asset-partner-to-tokenize-dtc-custodied-u.s.-treasury-securities-on-the-canton-network\",\"description\":\"DTCC and Digital Asset partner on Canton Network\",\"timestamp\":1772123652117},{\"id\":\"DhyMHCuckJsqjoCA\",\"url\":\"https://www.canton.network/canton-network-press-releases/cantons-industry-working-group-advances-cross-border-collateral-mobility-on-canton\",\"description\":\"Canton’s Industry Working Group Advances Cross-Border Collateral Mobility\",\"timestamp\":1772123652117},{\"id\":\"3qHmt0ByRIesInQx\",\"url\":\"https://www.canton.network/canton-network-press-releases/canton-network-powers-first-ever-private-payroll-for-institutions\",\"description\":\"Canton Network Powers First-Ever Private Payroll for Institutions\",\"timestamp\":1772123652117},{\"id\":\"jZsq93YMVpuGqeMW\",\"url\":\"https://www.prnewswire.com/news-releases/bloomberg-and-kaiko-collaborate-on-initiative-to-develop-on-chain-data-access-for-tokenized-markets-302698044.html\",\"description\":\"Bloomberg and Kaiko Collaborate to Develop On-Chain Data Access\",\"timestamp\":1772123652117},{\"id\":\"6ZnVG6reBwhd3aHn\",\"url\":\"https://x.com/CantonNetwork\",\"description\":\"Canton Network official X feed\",\"timestamp\":1772123652117},{\"id\":\"t3D4whHggNmZFO6e\",\"url\":\"https://www.canton.network/blog/canton-network-accounts-for-over-half-of-all-digital-bond-issuances\",\"description\":\"Canton Network blog on digital bond issuances\",\"timestamp\":1772123652117},{\"id\":\"NQIsJBFF6HvDf8Ll\",\"url\":\"https://www.canton.network/canton-network-press-releases/four-major-liquidity-providers-join-qcp-and-flowdesk-in-building-on-chain-collateral-management\",\"description\":\"Liquidity providers join on-chain collateral initiative on Canton\",\"timestamp\":1772123652117},{\"id\":\"wXBMBqjC0jPfRn5W\",\"url\":\"https://www.canton.network/canton-network-press-releases/announces-intention-to-deploy-world-liberty-financials-usd1-stablecoin-advancing-institutional-grade-onchain-finance\",\"description\":\"World Liberty Financial to deploy USDL stablecoin on Canto\",\"timestamp\":1772129008728},{\"id\":\"rfllmVwHqEANAtVx\",\"url\":\"https://www.canton.network/canton-network-press-releases/canton-network-and-chainlink-enter-into-strategic-partnership-to-accelerate-institutional-blockchain-adoption-\",\"description\":\"Canton Network and Chainlink announce strategic partnership\",\"timestamp\":1772129008728}]"},{"id":"previous_cid","value":"\"https://ipfs.everipedia.org/ipfs/QmVMfe9Cp9mqqCfvGY8ykksVeGvnAe53yxmCyJHR9D93Zh\""},{"id":"commit-message","value":"\"Removed Canton Network overview section\""},{"id":"previous_cid","value":"QmVMfe9Cp9mqqCfvGY8ykksVeGvnAe53yxmCyJHR9D93Zh"}],"events":[{"id":"0f80e70d-91db-4ec9-b0b9-81e50b74a04d","date":"2024-07","title":"Canton Network Mainnet Launch","type":"CREATED","description":"The Canton Network’s Global Synchronizer and its native utility token, Canton Coin (CC), officially went live after being approved by the network's super validators.","link":"https://www.canton.network/canton-network-press-releases/the-canton-networks-global-synchronizer-and-canton-coin-go-live","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"d666d085-4831-409e-99df-b2371e0c947b","date":"2025-04","title":"Tradeweb Reports $2.7T Daily Volume","type":"DEFAULT","description":"Tradeweb, utilizing Canton's Global Synchronizer, reported an average daily trading volume of $2.7 trillion in fixed income and derivatives.","link":"https://figment.io/insights/canton-first-look-bringing-traditional-finance-onchain/","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"53dd2c83-b80a-4cf0-b874-fd642f6858bd","date":"2025-05","title":"Figment Approved as Super Validator","type":"DEFAULT","description":"Figment, a leading staking infrastructure provider, announced its approval as a Super Validator operator on the Canton Network.","link":"https://figment.io/insights/canton-first-look-bringing-traditional-finance-onchain/","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"68c41ac9-aed4-4d66-bc9d-ee11cd559939","date":"2025-09","title":"Global Synchronizer Foundation Rebrands to Canton Foundation","type":"DEFAULT","description":"The main governing body for the network's shared infrastructure officially rebranded from The Global Synchronizer Foundation to the Canton Foundation.","link":"https://canton.foundation/","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"57beebc6-734b-496c-a53a-2c4641bce43d","date":"2025-11","title":"Aave Compatibility Reported","type":"DEFAULT","description":"Reports emerged of Aave's compatibility with the Canton/Zenith stack, enabling the use of the ERC-3643 standard for tokenized securities on the network.","link":"https://www.coingecko.com/en/coins/canton","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"b4e3d9d8-fa94-4913-ba5d-a384cbea59b9","date":"2025-12","title":"DTCC and Digital Asset Partnership","type":"DEFAULT","description":"Digital Asset and The Depository Trust & Clearing Corporation (DTCC) announced a partnership to tokenize DTCC-custodied U.S. Treasury securities on the Canton Network.","link":"https://www.canton.network/canton-network-press-releases/dtcc-and-digital-asset-partner-to-tokenize-dtc-custodied-u.s.-treasury-securities-on-the-canton-network"},{"id":"095e7fe4-259a-40ce-b3be-00358fc85e2d","date":"2026-01","title":"Cross-Border Collateral Mobility Demo","type":"DEFAULT","description":"An industry working group successfully demonstrated expanded capabilities for 24/7 global collateral mobility on the network through cross-border repurchase agreements.","link":"https://www.canton.network/canton-network-press-releases/cantons-industry-working-group-advances-cross-border-collateral-mobility-on-canton"},{"id":"e43ae389-0bc0-47d4-8713-14c3dfa97a43","date":"2026-02","title":"First Private Payroll Transaction","type":"DEFAULT","description":"The network powered the first private stablecoin payroll transaction for a global enterprise, in collaboration with payroll platform Toku and wallet provider Cantor8.","link":"https://www.canton.network/canton-network-press-releases/canton-network-powers-first-ever-private-payroll-for-institutions"},{"id":"2b1d7b41-c73d-4a65-a617-51179f82432c","date":"2026-02","title":"Fireblocks Adds Custody Support","type":"DEFAULT","description":"Institutional digital asset platform Fireblocks launched full custody support for Canton Coin (CC), including qualified custody through its NYDFS-chartered trust company.","link":"https://www.prnewswire.com/news-releases/fireblocks-launches-canton-support-to-expand-its-regulated-tokenization-and-settlement-infrastructure-302677536.html"},{"id":"c13347aa-0505-4954-8e79-11cffcee090b","date":"2026-02","title":"Bloomberg and Kaiko Data Integration","type":"DEFAULT","description":"Bloomberg and Kaiko announced a collaboration to deliver Bloomberg's institutional-grade financial data, such as reference data for U.S. Treasuries, on-chain via the Canton Network.","link":"https://www.prnewswire.com/news-releases/bloomberg-and-kaiko-collaborate-on-initiative-to-develop-on-chain-data-access-for-tokenized-markets-302698044.html"}],"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"operator":{"id":"0x1E23b34d3106F0C1c74D17f2Cd0F65cdb039b138"},"language":"en","version":1,"linkedWikis":{"blockchains":["ethereum"],"founders":["yuval-rooz","eric-saraniecki","shaul-kfir"],"speakers":[]},"recentActivity":"{\"items\":[{\"id\":\"eac0441e-db0b-417a-899c-fa4107109af2\",\"title\":\"Canton Network\",\"description\":\"Canton Network is a privacy-focused layer-one blockchain for institutions. It uses the Daml smart contract language to enable interoperable applications, allowing separate ledgers to connect securely while participants maintain control over their data.\",\"timestamp\":\"2025-11-27T17:10:44.767Z\",\"category\":\"Wiki Update\",\"status\":{\"icon\":\"RiGlobalLine\",\"label\":\"Wiki Updated\",\"iconClassName\":\"text-green-500\"},\"user\":{\"name\":\"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889\",\"address\":\"0xacb6c5AD52b8f605299B0d774CE97F26e3DB80c2\"},\"button\":{\"label\":\"View Summary\",\"icon\":\"RiFileTextLine\"},\"summarySections\":[{\"title\":\"Events\",\"subtitle\":\"Added 5 new events.\",\"variant\":\"added\",\"changeCount\":1,\"changes\":[\"Added 5 events, each with the action 'CREATE'.\"]},{\"title\":\"Linked Wikis\",\"subtitle\":\"Added 2 new linked wikis.\",\"variant\":\"added\",\"changeCount\":2,\"changes\":[\"Added linked wiki 'eric-saraniecki'.\",\"Added linked wiki 'shaul-kfir'.\"]}]}]}"}