The Global Synchronizer Foundation (GSF) is an independent non-profit organization created in partnership with the Linux Foundation. It governs the Global Synchronizer, the decentralized interoperability and synchronization infrastructure of the Canton Network.Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
Purpose and role
The GSF provides transparent governance over the Global Synchronizer and works to grow the ecosystem around it. Its responsibilities include:- Defining and maintaining the governance framework for the Global Synchronizer
- Providing transparency into Super Validator operations and governance votes
- Operating a Super Validator node and participating in governance on behalf of its members
- Coordinating upgrade schedules and network policies across the Super Validator set
- Supporting ecosystem development through outreach, developer programs, and a Protocol Development Fund
Membership
The GSF offers three membership tiers:- Premier ($150,000/year) — includes a seat on the Board of Directors, delegate positions on Board Committees, participation in Board strategy days, and premium placement in marketing materials
- General (30,000/year, scaled by organization size) — includes participation in Member Committees and blog posting access
- Associate (no cost) — restricted to government agencies, regulatory bodies, nonprofits, and academic institutions; requires Board approval
Member Committees
The GSF organizes governance and operational work through six Member Committees:- Tech and Operations — technical direction and operational standards
- Tokenomics — Canton Coin economics, fee calibration, and reward parameters
- Accountability — oversight and compliance
- Marketing — ecosystem outreach and communications
- Legal — legal framework and regulatory matters
- Audit and Finance — financial oversight
Governance framework
The Global Synchronizer is operated by independently acting organizations called Super Validators. These organizations run the core infrastructure — sequencers, mediators, and SV application nodes — and participate in governance through an on-chain governance application. Governance actions are executed through the DSO (Decentralized Synchronizer Operations) party, a decentralized Daml party with a confirmation threshold of approximately 2/3 of onboarded Super Validators. No single entity, including the GSF, can make unilateral changes. For a detailed breakdown of the DSO party, confirmation protocols, and voting mechanics, see SV Governance Reference. The governance framework covers:- Network configuration — parameters such as traffic pricing, fee schedules, and tokenomics configuration
- Super Validator membership — onboarding and offboarding of Super Validators
- Software upgrades — coordination of Canton and Splice version upgrades
- Daml package upgrades — managing upgrades to the on-chain governance and tokenomics packages
- Canton Improvement Proposals (CIPs) — a structured process for proposing and ratifying changes to network rules and standards
Network policies
Validator onboarding
Validators must be approved before joining TestNet or MainNet. The process works as follows:- You submit a request through the GSF validator request form.
- The Tokenomics Committee reviews and approves your application.
- Your sponsoring Super Validator provides your egress IP to the allowlist maintained by the SV set. Only one IP per network is permitted, and it must be distinct across DevNet, TestNet, and MainNet.
- Once a majority of Super Validators have adopted the updated allowlist (typically 2—7 days), you receive a one-time onboarding secret from your sponsoring SV. This secret expires after 48 hours.
- You deploy your validator node using the onboarding secret.
Traffic and fee policies
Super Validators collectively set traffic pricing parameters through governance votes. TheextraTrafficPrice parameter determines the cost of write traffic on the synchronizer, calibrated so that a standard Canton Coin transfer costs approximately 1 USD (per CIP-0042). Super Validators are expected to periodically measure actual traffic costs and adjust parameters accordingly.
Fee parameters are updated through an on-chain median-based voting mechanism: each SV publishes their preferred value, and the system uses the median. This ensures no single SV can move the parameter by more than a small amount.
Participation requirements
Super Validators must meet operational requirements to participate in the network:- Run the required infrastructure components (sequencer, mediator, SV application)
- Maintain uptime and connectivity to support BFT consensus
- Participate in governance votes and upgrade coordination
- Comply with the CometBFT validator requirements for consensus participation
Reward policies
Super Validators earn rewards for operating infrastructure, configured through reward weight parameters. Changes to reward weights follow a governance vote process:- Super Validator owners agree on the updated weight.
- A governance vote is initiated through the SV web UI.
- The vote must be approved by a quorum of Super Validators.
- The updated weight is reflected in the GSF configs repository to ensure consistency across onboarding events.
Upgrade coordination
Network upgrades — whether Canton versions, Splice versions, or Daml package upgrades — require coordination across all Super Validators. The GSF facilitates this by:- Communicating upgrade timelines and requirements to all operators
- Tracking readiness across the Super Validator set
- Providing operational guidance for specific upgrade procedures (such as pausing triggers during Daml upgrades)
CIP governance
Changes to network rules, standards, and protocols are proposed through Canton Improvement Proposals (CIPs). The CIP process provides a structured way for anyone in the ecosystem to propose changes, with final ratification by Super Validator vote. For details on the CIP process, including how to propose one, see CIP Reference. The full list of CIPs is maintained at github.com/global-synchronizer-foundation/cips.Communication channels
The GSF maintains several channels for validator operators and ecosystem participants:- Slack —
#validator-operationsfor operational coordination,#gsf-global-synchronizer-appdevfor application development,#gsf-outreachfor ecosystem discussions - Mailing lists at lists.sync.global — including
main(general Canton Network announcements),cip-announce(new CIP notifications),tokenomics-announce(Tokenomics Committee decisions), andvalidator-announce(operator-targeted announcements) - Support —
da-support@digitalasset.comfor best-effort support,support@digitalasset.comfor SLA-backed support
Further resources
- GSF website — foundation information and membership
- Canton Network — network overview and entry point
- GSF configs repository — network configuration parameters
- CIP repository — Canton Improvement Proposals
- SV Governance Reference — technical details on the DSO party and voting mechanics