Canton Network splits each transaction into encrypted views visible only to entitled parties, preventing participants from seeing counterparties or transaction details they are not authorized to access, according to the network's technical documentation.
When a trade settles on Canton, the bank sees only the cash leg and the registrar sees only the asset leg. For transaction components a participant has no role in, Canton's privacy model documentation states they receive no payload and no metadata about which parties were involved. The network does not maintain a global ledger copied to every participant.
The synchronizer component that orders encrypted messages across the network cannot decrypt them, but it still handles routing data to move those messages. This architecture means no single node holds an unencrypted copy of a complete transaction.
Canton Network, built on the Daml smart contract language, is designed for financial institutions that need transaction privacy while maintaining verifiability. The encryption model moves toward what institutional finance has long demanded: the ability to settle trades without exposing counterparty identity or transaction size to all network participants. Traditional blockchains copy all transaction data to every node; Canton's view-based approach eliminates that broadcast.

The trade-off is complexity. Participants must be explicitly entitled to each view, and the system must verify those entitlements before decryption is allowed. The synchronizer's role in routing without decrypting allows it to order messages consistently across the network without requiring access to transaction semantics.
This design operates similarly to how institutional settlement systems work today, where a bank's relationship manager sees counterparty information while the clearing house sees only netted positions. Adoption will depend on how many regulated entities require this level of privacy for on-chain settlement, given that public blockchains have captured most developer attention and institutional deployments remain limited.
Canton's synchronizer documentation lays out the ordering guarantees that allow encryption without decentralization. The number of live Canton deployments and transaction volume on the network are the metrics that would test whether the privacy model addresses a real market need or remains an architectural answer to a problem few institutions face.