Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs-main/overview/learn/multi-synchronizer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ sequenceDiagram

## The Global Synchronizer

The Global Synchronizer is the primary synchronizer for Canton Network. It is operated by the super-validators under the governance of the Canton Foundation. Most contracts on Canton Network are assigned to the Global Synchronizer, and it serves as the default synchronizer for new contracts.
The Global Synchronizer is the primary synchronizer for Canton Network. It is operated by the super-validators under the governance of the Canton Foundation.
Most contracts on Canton Network are assigned to the Global Synchronizer, and it serves as the default synchronizer for new contracts.

Additional synchronizers can be created for specific use cases — for example, a dedicated synchronizer for a consortium that wants to keep certain transactions isolated. Contracts on dedicated synchronizers can still interact with contracts on the Global Synchronizer through cross-synchronizer transactions.
Additional synchronizers can be created for specific use cases — for example, a dedicated synchronizer for a consortium that wants to keep certain transactions isolated.
Contracts on [dedicated synchronizers](/global-synchronizer/extension-synchronizers/dedicated-synchronizers) can still interact with contracts on the Global Synchronizer through cross-synchronizer transactions.

## When to use multiple synchronizers

Expand Down
2 changes: 1 addition & 1 deletion docs-main/overview/reference/cross-sync-dvp-example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Alice and Bob agree to a DvP trade (off-ledger, or via a `TradeAgreement` contra

### Step 2: Connect to Settlement Sync

All validators involved must be connected to the Settlement Sync. In practice, if Settlement Sync is the Global Synchronizer, most validators are already connected. If it is a dedicated synchronizer, the validators for Alice, Bob, PaymentBank, and SecuritiesDepository must each have an active connection before reassignment can proceed.
All validators involved must be connected to the Settlement Sync. In practice, if Settlement Sync is the Global Synchronizer, most validators are already connected. If it is a [dedicated synchronizer](/global-synchronizer/extension-synchronizers/dedicated-synchronizers), the validators for Alice, Bob, PaymentBank, and SecuritiesDepository must each have an active connection before reassignment can proceed.

### Step 3: Reassign Cash to Settlement Sync

Expand Down