Skip to main content

Open Ghost Root Updater

Updates Merkle roots for the Open Protocol contracts (OpenGhostVault, OpenCommitmentTree).

How it works

The Open Protocol uses a separate Merkle tree from the standard Ghost Protocol. This updater:

  1. Watches for commitment events from OpenCommitmentTree (0xE2b33d...C0c48)
  2. Rebuilds the Open Protocol's Merkle tree
  3. Submits the updated root on-chain

Configuration

ParameterValue
Port3008
ContractOpenCommitmentTree (0xE2b33dB178d6201EDd854ED9163B30dcfECC0c48)
Process nameopen-ghost-root-updater

Difference from standard root updater

The Open Protocol is for public data commitments — the data is revealed publicly, not privately. See Open Protocol for details.