Galois

Galois is Union’s Zero-Knowledge Consensus Proving system. We’ve built Galois around three fundamental principles:

  1. Extremely fast: fast proving times equate to fast bridging and good user experience. Galois can generate consensus proofs for 128 validators within seven seconds.

  2. Low-cost: Burning millions of dollars in monthly cloud infrastructure costs to generate ZK proofs is not a sustainable model. Generating proofs should be super cheap.

  3. Censorship-resistance: in order to combat censorship attacks, anyone should be able to generate consensus proofs on their own machines. Galois is so efficient that proof generation only consumes 5GB RAM for 128 validators, enabling the generation of proofs for mainnet on entry-level consumer laptops.

  4. Decentralized: infrastructure operators do not need complex cloud architecture to operate a relayer and prover. Anyone can participate in the system. Because of this, we focused on efficient CPU-based generation of ZKPs, as we don’t want to depend on specific GPU vendors.1

Architecture

Transactions through Union to other Counterparties (L1s, L2s, and (sovereign) Rollups) are composed of three steps:

  1. Emit an IBC send-packet event

  2. Generate a zero-knowledge consensus proof of Union’s state at block NN

  3. Update Counterparty with Union state

Last updated