Synchronizer
A synchronizer is Canton's message-ordering service: it sequences and delivers encrypted transactions between participant nodes without reading them.
- Category
- Canton fundamentals
- Related terms
- 4
- Glossary size
- 34
- Last reviewed
- 2026-08-10
Synchronizer explained
A synchronizer is the coordination component of Canton's architecture. Participant nodes hold the data and do the validating, but when a transaction involves parties on different nodes, something neutral must put messages in a definitive order and deliver them reliably. That is the synchronizer's entire job: sequencing and delivery, with the payloads encrypted so the synchronizer cannot read contract contents.
This split of responsibilities is what lets Canton scale and stay private at once. Because synchronizers do not execute or store contract state, they are not a data honeypot, and because ordering is separated from validation, many synchronizers can run in parallel. An organization can operate a private synchronizer for internal applications with its own performance and compliance characteristics.
The Global Synchronizer is the special case that binds the ecosystem together: a public synchronizer operated by many independent super validators, available to any Canton participant that needs to transact across organizational boundaries. A participant node can connect to several synchronizers simultaneously, so private and public workflows coexist on the same infrastructure.
When a OneSwap trade settles, a synchronizer ordered the messages between the participants involved; that ordering is what makes the atomic outcome definitive.
Entry last reviewed 2026-08-10. Live prices, reserves, and activity belong on the linked market pages, which regenerate every five minutes.
Related terms
- Global Synchronizer The Global Synchronizer is Canton Network's shared public interoperability backbone, operated by independent super validators and paid in Canton Coin.
- Participant node A participant node is Canton's ledger node: it hosts parties, validates their Daml transactions, and stores only data those parties may see.
- Canton Network Canton Network is a privacy-enabled public blockchain network built on Daml by Digital Asset, designed for regulated financial applications.
- Atomic settlement Atomic settlement executes every leg of a trade as one indivisible transaction: either all transfers complete together or none happen at all.