This episode delivers a high-density technical walkthrough of two connected infrastructure layers: Zodiac, for programmable onchain access control, and The Interfold, a new encrypted execution environment combining FHE, ZK proofs, and MPC. Anna and Auryn Macmillan move quickly past platitudes—listeners get a direct explanation of how Zodiac’s modifier-and-guard architecture manages permissioned calls across DAO tooling, treasury operations, and cross-protocol governance. The conversation then pivots to The Interfold, where Auryn details the full data flow: client-side encryption via an encryption oracle, onchain encrypted state storage, and a TEE-backed coprocessor that decrypts data using sharded keys generated through an MPC ceremony. He breaks down the upcoming mid-June testnet launch and explains why the mainnet timeline lags due to audit requirements around the FHE decryption gate—a nuance that signals real constraints, not marketing roadmap fluff. Concrete primitives covered include private voting with delayed tally conditions, sealed bid auctions where bids remain hidden until settlement, collaborative blacklist analytics for liquidity venues, and confidential AI model training. The discussion is exceptionally useful for teams weighing encrypted compute architectures, offering a practitioner’s view on the engineering trade-offs between programmability, auditability, and liveness guarantees.

Key Insights

  • Zodiac provides a modular framework for DAOs and on-chain entities, using customizable “avatars” and “modifiers” to program permissioned execution logic—effectively acting as cross-protocol access control middleware.
  • The Interfold deploys a coprocessor model fed by an “encryption oracle,” where users encrypt data client-side, store it onchain, and push encrypted states to a compute network that decrypts inside TEEs, returning results without exposing inputs.
  • Their key generation MPC ceremony involves multiple third-party operators producing sharded “hot” encryption keys distributed to the coprocessor endpoints, ensuring no single entity holds the full decryption key at rest.
  • Auryn outlined a specific audit pipeline that delays the initial mainnet launch: encryption key unpacking logic (the FHE-MPC boundary) requires lengthy audit cycles, pushing production deployment relative to the mid-June testnet target.
  • Four practical primitives emerge from encrypted execution: secret ballot voting (hiding voter intent until a tally threshold), sealed bid auctions (delayed price revelation), collaborative onchain analytics (e.g., liquidity blacklists), and private AI training runs on sensitive datasets.
  • As a consuming application rather than a competing infrastructure project, Gnosis Guild’s Zodiac integrates external execution guardrails with The Interfold’s encrypted compute, creating a layered security model where access control governs what is invoked and encryption governs what is visible.

Who should listen: Protocol architects and backend engineers evaluating encrypted execution designs, DAO tooling developers integrating modular governance primitives, and investors mapping the FHE coprocessor landscape for infrastructure allocation.

Why This Matters

We track infrastructure decisions that collapse disaggregated protocols back into unified execution environments; The Interfold’s coprocessor model attempts to resolve the composability-versus-confidentiality tension that has been a major bottleneck for onchain institutional use cases.

Listen to the full episode →