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