Canton Network Gains Institutional Momentum as Neti Expands Its Daml Capabilities
An analysis of Digital Asset’s expanded funding round, initially announced at $355 million, and Tradeweb’s real-time tokenized U.S. Treasury transaction on Canton Network. The article explains why Canton is gaining attention among regulated financial institutions, how Daml supports privacy-aware multi-party applications, and how Neti’s Daml specialists can support architecture, smart contract development, integration and production delivery.
Why is Canton Network gaining institutional momentum?
Canton Network is attracting financial institutions because it combines privacy-enabled blockchain infrastructure with synchronized settlement and interoperability between regulated applications. Digital Asset’s expanded funding round, initially announced at $355 million, and Tradeweb’s real-time transaction involving tokenized U.S. Treasuries provide two recent signals that the ecosystem is moving from experimentation toward practical capital-markets applications.
Neti is responding to these developments by expanding its Canton Network capabilities. Our team includes developers specialized in Daml who have completed official Daml certification paths and can support privacy-aware smart contract development, multi-party workflow modeling and complete Canton application delivery.
These capabilities have already been applied in early-stage technical assessment work for a prospective institutional application on Canton Network, where privacy, participant permissions, Daml contract logic, integrations and production architecture must be considered together.
These capabilities extend Neti’s existing experience in blockchain architecture, backend engineering, infrastructure and enterprise integrations. They also strengthen our ability to support organizations evaluating blockchain for financial institutions, regulated tokenization and institutional settlement.
FAQs
Yes. Neti has participated in pre-implementation technical assessments of prospective institutional Canton applications. The work covered Daml contract logic, participant permissions, privacy, backend architecture, integrations, security and production-oriented delivery planning.
Canton Network is a public, privacy-enabled Layer 1 blockchain designed for regulated assets and multi-party financial workflows. It enables independent applications to interoperate and synchronize transactions while allowing each participant to see only the data relevant to their role.
Canton Network is gaining attention because it is designed to support privacy-enabled, interoperable applications for regulated financial markets. Recent developments include Digital Asset’s expanded funding round, initially announced at $355 million, and Tradeweb’s real-time transaction involving tokenized U.S. Treasuries and tokenized cash.
Franklin Templeton transferred a tokenized U.S. Treasury to Virtu Financial in exchange for USDCx. Tradeweb handled execution and price discovery, while Canton Network enabled synchronized onchain settlement between the two assets.
Participants included Tradeweb, Franklin Templeton, Virtu Financial, Digital Asset, Blockdaemon and Société Générale.
The transaction demonstrated a real-time institutional workflow connecting tokenized securities, tokenized cash, execution, price discovery and synchronized settlement. It went beyond a standalone token issuance or transfer.
Daml is used to build privacy-aware multi-party applications that model business agreements, participant roles, data visibility, authorization rules and contract lifecycle changes. It is particularly relevant to institutional workflows such as tokenization, trading, custody, clearing, collateral management and synchronized settlement on Canton Network.
Daml is designed primarily for private, multi-party business workflows in which different participants have different rights, obligations and access to data. Solidity is primarily used to write smart contracts executed on EVM-compatible blockchains, where contract state and transactions are generally visible across the network. The languages therefore address different architecture, privacy and application requirements.
Daml smart contract development may include defining contract templates, participant roles, data visibility, authorization rules, workflow states and contract lifecycle transitions.
Yes. Neti has developers specialized in Daml who have completed official Daml certification paths.
Neti can support projects from initial use-case assessment and architecture through Daml development, backend and frontend engineering, system integrations, infrastructure and production readiness.
No. Canton Network is most relevant when independent organizations need to coordinate shared processes while protecting confidential information and retaining control over permissions. Simpler centralized workflows may not require blockchain.
Connect with Neti on Your Blockchain Roadmap
We partner with teams building blockchain infrastructure, payment systems, tokenization platforms, and protocol-based products.
Our initial consultations focus on architecture, technical direction, delivery risks, and production readiness.
If blockchain is the optimal path, we’ll help you define the most strategic next step.
What Is Driving the Latest Canton Network Momentum?
Two recent announcements help explain why Canton Network is receiving more attention from banks, capital-market organizations and digital asset businesses.
First, Digital Asset announced a $355 million funding round led by a16z crypto. On July 21, 2026, the company confirmed that Shinhan Financial Group and SC Ventures by Standard Chartered had joined the expanded, oversubscribed round. Digital Asset said their participation reflected growing institutional demand for privacy-enabled blockchain infrastructure designed for regulated capital markets.
Second, Tradeweb announced the successful completion of a real-time transaction involving a tokenized U.S. Treasury and tokenized cash. The transaction was executed through Tradeweb and used Canton Network to synchronize the settlement of both assets.
These events demonstrate two different dimensions of the ecosystem’s development:
strategic investment from established financial organizations
and a practical capital-markets transaction involving tokenized securities and cash
Neither event alone proves widespread adoption. Taken together, however, they indicate that institutional blockchain is progressing beyond isolated proofs of concept.
What Happened in the Tradeweb Transaction?
On July 1, 2026, Tradeweb announced a real-time transaction involving a tokenized U.S. Treasury security and tokenized cash.
Franklin Templeton transferred the tokenized U.S. Treasury to Virtu Financial in exchange for USDCx. Tradeweb provided the execution platform and price discovery, while Canton Network enabled synchronized on-chain settlement between the security and cash legs of the transaction.
Participants included:
Tradeweb
Franklin Templeton
Virtu Financial
Digital Asset
Blockdaemon
and Société Générale
The transaction is important because it involved more than issuing or transferring a token.
It brought together:
an institutional trading platform
a global asset manager
a market maker
tokenized securities
tokenized cash
execution and price discovery
and synchronized settlement
Tradeweb stated that the transaction allowed the security and cash to move in real time without the timing constraints associated with conventional market infrastructure. The announcement also connected the transaction to the potential for high-quality liquid assets to move beyond traditional market hours and toward continuous settlement.
What Problem Is Canton Network Designed to Solve?
Public blockchain networks typically rely on broad transaction transparency. That model supports open verification, but it can be difficult to reconcile with regulated financial activity.
Banks, asset managers, custodians and market infrastructure providers often need to protect information such as:
participant identities
transaction values
portfolio positions
collateral levels
settlement instructions
contractual conditions
and compliance data
At the same time, maintaining separate records across every organization creates fragmentation and reconciliation work.
Canton Network is designed to address this tension by enabling institutions and applications to synchronize transactions without exposing all underlying information to every network participant. Digital Asset describes Canton as infrastructure that allows regulated institutions to bring assets, applications and workflows on-chain while preserving privacy, compliance, control and interoperability.
This is one of the central challenges facing blockchain for financial institutions:
How can independent organizations share and synchronize financial workflows without giving every participant access to every transaction?
Canton’s architecture is intended to make that selective coordination possible.
What Is Daml?
Daml is an open-source, statically typed smart contract language developed by Digital Asset for building secure, privacy-aware multi-party applications. It models business agreements as executable workflows by defining who participates, which data each party can see, what actions they may perform, whose authorization is required and how contracts change throughout their lifecycle.
Daml is particularly suited to workflows involving several independent organizations, such as banks, asset managers, custodians, trading venues and settlement providers. Instead of treating a smart contract only as executable code, Daml represents the rights, obligations, permissions and possible actions of the parties involved in an agreement.
How Do Daml Smart Contracts Work?
Daml applications are built around several core concepts:
Templates define the structure, data and rules of an agreement
Signatories are the parties whose authorization is required to create the contract
Observers are additional parties permitted to see the contract without becoming signatories
Choices define the actions that may be performed on the contract
Controllers specify which parties are authorized to exercise each choice
A Daml contract is an immutable instance of a template. When an agreement changes, an authorized choice can archive the existing contract and create a new contract representing the updated state. This produces a verifiable history of the agreement rather than modifying the original record directly.
How Does Daml Handle Privacy and Authorization?
Privacy and authorization are first-class elements of the Daml language. Developers specify which parties are stakeholders in a contract, which parties may observe it and whose authority is required for a particular action.
Privacy and authorization rules are encoded in the Daml contract model. Daml defines which parties are entitled to see a contract and whose authorization is required for a specific action, while Canton enforces these rules and synchronizes the resulting transaction across participating nodes. This makes Daml suitable for financial applications in which organizations must coordinate shared processes without revealing every transaction or data field to every network participant.
Is Daml Based on Haskell?
Daml is a statically typed functional language influenced by Haskell. It uses strong typing, functional programming concepts and strict evaluation semantics, while adding dedicated constructs for contracts, parties, authorization, privacy and multi-party workflow composition.
These restrictions are important in smart contract development because contract execution must remain deterministic, predictable and independently verifiable by the parties involved.
What Is the Relationship Between Daml and Canton Network?
Daml defines the application’s contract model: participant roles, agreement data, permissions, authorization requirements and permitted state transitions. Canton provides the distributed infrastructure used to synchronize those workflows between organizations while preserving privacy and control over data.
In practical terms, Daml defines what the parties are allowed to do, while Canton synchronizes the resulting interactions across participating organizations and enforces the applicable visibility and authorization rules.
Daml applications are written against an abstract ledger model rather than directly against one specific consensus mechanism. In the current Digital Asset ecosystem, Canton is the principal infrastructure for deploying interoperable, privacy-enabled Daml applications for institutional finance.
Why Is Daml Relevant to the Tradeweb Use Case?
A transaction such as the Tradeweb example is not simply a transfer between two wallet addresses.
It involves:
several independent institutions
more than one type of asset
distinct organizational roles
controlled access to data
conditional actions
and synchronized settlement
These are the types of relationships that Daml is designed to model.
In practice, Daml-based smart contract development can define:
who owns or controls an asset
who is allowed to transfer it
which party provides payment
which conditions must be satisfied
which organizations can observe each part of the workflow
and when both sides of the transaction may complete
The broader application still requires execution systems, backend services, APIs, infrastructure and integrations. Daml models the contractual and multi-party layer, while the complete system coordinates it with the rest of the financial technology stack.
Neti Expands Its Canton Network and Daml Capabilities
Neti has developers specialized in Daml who have completed official Daml certification paths.
This strengthens our ability to support organizations designing and building applications within the Canton Network ecosystem.
The certification adds verified knowledge of Daml concepts, but Neti’s value is not limited to knowledge of one language.
A complete Canton application may also require:
business and workflow analysis
blockchain architecture
backend engineering
user-facing applications
ledger API integrations
identity and permission management
infrastructure configuration
CI/CD
automated testing
observability
security
and integration with existing financial systems
Neti combines Daml specialization with broader experience in blockchain engineering and complete system delivery.
This allows us to approach Canton Network projects as production applications rather than isolated smart contract packages.
What Do Daml-Specialized Developers Add to a Project?
Multi-party workflow modeling
Before development begins, a team must understand the relationships between all participating organizations.
This includes determining:
who initiates each action
which party must approve it
who may access specific information
which conditions trigger a state change
what happens when a transaction cannot complete
and how the agreement terminates
Neti’s Daml-specialized developers can translate those business rules into structured contract logic.
Privacy-aware smart contract development
Privacy should not be added after the main application has already been designed.
It influences:
contract structure
participant roles
information flows
API access
infrastructure
and application architecture
Our developers can support smart contract development in which data visibility and authorization are designed as core parts of the workflow.
Integration with existing systems
Most institutional applications do not replace all existing infrastructure.
A Canton application may need to exchange information with:
banking platforms
internal ledgers
payment systems
custody providers
identity services
compliance tools
asset registries
reporting systems
and market infrastructure
The Daml contract layer must therefore be connected with backend services, APIs and existing operating processes.
Technology assessment
Not every project requires a distributed ledger or Canton Network.
When one trusted organization controls the workflow and independent verification creates no meaningful value, a conventional database may remain the better solution.
A responsible technology assessment should determine:
whether several independent organizations need to share state
whether confidential information must remain restricted
whether workflows cross institutional boundaries
whether synchronized transactions create business value
and whether the participants can govern and operate the system
What Does a Practical Canton Network Assessment Look Like?
Neti has participated in an early-stage technical assessment of a prospective institutional application designed for Canton Network. The assessment examined how a multi-party financial agreement could be represented through Daml contract logic while preserving participant privacy, authorization controls and human-in-the-loop approval.
The assessment considered contract permissions, on-ledger execution, backend architecture, external integrations, security and the distinction between a focused MVP and a system designed for future expansion.
The work focused on pre-implementation architecture and delivery planning rather than a completed client implementation.
How Can Neti Support Canton Network Projects?
Canton Network use-case assessment
Neti can help determine whether Canton fits the project’s business, privacy and technical requirements.
The assessment may cover:
participant mapping
workflow analysis
privacy requirements
authorization rules
integration dependencies
infrastructure requirements
operational ownership
and technical risks
This is especially important for companies evaluating blockchain for financial institutions, where a poor architecture decision may introduce unnecessary cost and complexity.
Canton application architecture
Neti can design the complete architecture surrounding the Daml layer, including:
on-ledger and off-ledger components and execution boundaries
human-in-the-loop approval processes
contract enforcement and exception-handling logic
custody and institutional trading venue integrations
architecture prepared for additional participants and external providers
backend services
frontend applications
API architecture
identity and access management
data flows
validator infrastructure
integrations
monitoring
and deployment environments
Daml smart contract development
Our Daml specialists can support:
contract template design
participant roles
permissions
authorization logic
workflow states
lifecycle transitions
automated testing
and modular package architecture
Complete application development
Neti can deliver the supporting components required around the Daml contracts:
backend engineering
frontend development
ledger API integration
external system integration
automated testing
DevOps
observability
and production readiness
Tokenized asset and settlement workflows
Neti can help design applications in which digital assets, cash instruments and institutional participants interact in one coordinated process.
The scope may include:
asset issuance rules
transfer restrictions
delivery-versus-payment workflows
participant permissions
transaction privacy
settlement synchronization
custody integration
exception handling
and reconciliation
Which Organizations May Benefit from Canton Network?
Canton Network may be relevant when several independent organizations need to coordinate one workflow without making all transaction information visible to every participant.
Potential users include:
banks
asset managers
custodians
trading venues
market infrastructure providers
regulated fintech companies
payment institutions
digital asset platforms
and tokenization businesses
Relevant applications may include:
tokenized securities
digital investment mandates and institutional wealth management workflows
portfolio permission and approval workflows
real-world asset platforms
collateral management
institutional settlement
custody workflows
securities financing
institutional payments
and multi-party financial agreements
Canton will not be the right choice for every application. Its suitability depends on the participants, privacy model, business workflow, integrations and need for shared synchronization.
What Do These Developments Mean for Blockchain for Financial Institutions?
Digital Asset’s expanded funding round and the Tradeweb transaction illustrate two components required for institutional adoption.
The first is ecosystem support.
Digital Asset has raised substantial capital and added investors connected to major international banking organizations. The company intends to expand assets, applications, participants and developer engagement across Canton.
The second is operational utility.
Tradeweb’s transaction demonstrated how tokenized U.S. Treasuries and tokenized cash could be connected within an institutional execution and settlement workflow.
Together, these events suggest that the discussion around blockchain for financial institutions is becoming more specific.
The relevant questions are increasingly:
Can tokenized assets interact with institutional liquidity?
Can cash and securities settle in a synchronized process?
Can independent applications interoperate?
Can transaction data remain private?
Can the infrastructure operate outside traditional market hours?
Can it integrate with existing systems and operating models?
These are production questions rather than proof-of-concept questions.
Neti Prepares for the Next Stage of Canton Network Development
Digital Asset’s expanded funding round demonstrates strategic interest in privacy-enabled institutional infrastructure. The Tradeweb transaction demonstrates a practical use case involving tokenized securities, tokenized cash and synchronized settlement.
Together, they provide a stronger indication that Canton Network is moving from market positioning toward more concrete institutional applications.
This is why Neti is developing specialized Daml capabilities.
By combining Daml specialization validated through official certification paths with blockchain architecture, backend engineering, infrastructure and enterprise integration experience, Neti can help organizations evaluate and deliver complete Canton applications.
Our role is not to recommend Canton for every project.
Our role is to determine:
whether it fits the business workflow
how privacy and permissions should be structured
how Daml contracts should represent participant relationships
how the application should connect with existing infrastructure
and what is required to move safely from concept to production
Are you evaluating Canton Network for tokenization, settlement or another privacy-sensitive financial workflow?