This episode is a rare artifact: a founder explaining exactly how a system works, not just why it matters. Auryn Macmillan traces Zodiac's path from DAO coordination tooling to a generalized access control framework, then unpacks The Interfold — a project that fuses FHE, ZK, and MPC into encrypted execution environments. He details the co-processor architecture that keeps computation off-chain while verifying correctness on-chain, walks through the distributed key generation process that prevents any single party from holding decryption power, and explains the audit pipeline designed to catch failures across three distinct cryptographic primitives. Concrete use cases emerge throughout: secret ballot voting where tallying happens on encrypted data, sealed bid auctions that reveal only the winner, and private AI training where model weights stay hidden from infrastructure providers. The timeline is equally specific — public testnet in mid-June, followed by mainnet deployment on Ethereum and major L2s. No hand-waving, no token narratives. Just mechanisms, tradeoffs, and shipping dates.

Key Insights

  • Zodiac evolved from a DAO-specific toolset into a modular access control suite where permissions, conditions, and execution logic are composable primitives — not hardcoded into governance contracts.
  • The Interfold uses a co-processor architecture: encrypted computation happens off-chain inside a TEE-like enclave, while ZK proofs of correct execution are verified on-chain, avoiding the gas costs of on-chain FHE.
  • Distributed key generation splits decryption authority across multiple parties during setup, meaning no single operator or developer can unilaterally decrypt user data — a property that must hold even during node restarts and key rotations.
  • The audit pipeline is structured in layers: FHE circuit correctness, ZK proof soundness, and MPC protocol security are each audited independently before integration testing, because a flaw in any layer breaks the whole system.
  • Secret ballot voting is implemented by encrypting each vote client-side, aggregating the ciphertexts off-chain, and producing a ZK proof that the tally is correct — the decrypted result is revealed only after the voting period closes.
  • Public testnet launches mid-June 2025, with mainnet following on Ethereum and L2s — the team is prioritizing chains with strong existing validator sets to simplify the MPC key generation bootstrapping.

Who should listen: Builders designing on-chain access control systems, protocol architects evaluating encrypted execution architectures, and investors tracking the convergence of FHE, ZK, and MPC into production systems.

Why This Matters

The Interfold represents a concrete bet that the path to private on-chain computation runs through co-processors, not monolithic L1 execution — a design pattern we're tracking across multiple teams shipping in 2025. The mid-June testnet date makes this a live experiment worth monitoring, not a whitepaper to bookmark.

Listen to the full episode →