Only its own transactions
On Canton, only the stakeholders of a transaction see, validate and record their parts of it. A validator holds its parties' data, not the whole ledger.
SourceInfoDive Labs runs its own validator node on the Global Synchronizer, the production network of the Canton Network, and has since July 2026. Our engineers keep it upgraded, backed up and in sync.
Not a block producer racing others for rewards. On Canton a validator is the node through which an organisation holds and transacts on the network, and the privacy model shapes everything about running one.
On Canton, only the stakeholders of a transaction see, validate and record their parts of it. A validator holds its parties' data, not the whole ledger.
SourceA validator needs no inbound connectivity. It needs outbound access on port 443 to every Super Validator.
SourceSuper Validators do not retain transaction details from applications they are not part of, so a validator's backups are the only way to recover that data.
SourceMainNet is permissioned at the network edge. There is no sign-up form that ends in a running node; there is a sequence, and it is the same for everyone.
Validator onboarding docsOnboarding happens once. Operating never stops. These are the duties that decide whether a node stays healthy, each linked to the documentation it comes from.
The Docker Compose deployment runs a Canton participant, the validator app, the wallet and name service UIs, Postgres and an nginx proxy.
compose.yamlThe Compose deployment's default authentication is insecure by design. A production node is configured with an OIDC provider.
validator_composeReplace the full release bundle, never only the image tag, and never delete databases or change secrets along the way.
validator_upgradesSince Splice 0.6.2, hard migrations are gone. Protocol upgrades run as logical synchronizer upgrades that participants follow automatically, if they are on a compatible release in time.
release notesNode identities go to a secure location outside the host. Postgres is backed up at least every 4 hours.
validator_backupsA full restore needs a database backup under 30 days old, because sequencer pruning stops older participants from catching up.
disaster_recoveryA healthy validator ingests new data every round. Lag above 20 minutes means it is falling behind.
validator_healthTalk to the engineers who run our node: onboarding, the deployment, the upgrade routine, or the application you want to put on it. The long version of this page is in What It Takes to Run a Canton MainNet Validator.
Canton and Canton Network are trademarks of Digital Asset. InfoDive Labs is an independent validator operator and is not affiliated with or endorsed by Digital Asset or the Canton Foundation.