From a65f7d24a893a0aed58442d1399884ab7d8be5fa Mon Sep 17 00:00:00 2001 From: miller-da Date: Sun, 23 Aug 2026 21:45:21 -0500 Subject: [PATCH] create dedicated synchronizer links Signed-off-by: miller-da --- docs-main/overview/learn/multi-synchronizer.mdx | 6 ++++-- docs-main/overview/reference/cross-sync-dvp-example.mdx | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs-main/overview/learn/multi-synchronizer.mdx b/docs-main/overview/learn/multi-synchronizer.mdx index acd030b93..5b86a041d 100644 --- a/docs-main/overview/learn/multi-synchronizer.mdx +++ b/docs-main/overview/learn/multi-synchronizer.mdx @@ -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 diff --git a/docs-main/overview/reference/cross-sync-dvp-example.mdx b/docs-main/overview/reference/cross-sync-dvp-example.mdx index 75584b2ec..36888bbb6 100644 --- a/docs-main/overview/reference/cross-sync-dvp-example.mdx +++ b/docs-main/overview/reference/cross-sync-dvp-example.mdx @@ -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