Vitalik Buterin has highlighted Interfold as a major step toward private, anti-collusion voting infrastructure on Ethereum, nearly a decade after he pushed the original MACI idea for reducing bribery and coercion in onchain governance.
The Interfold protocol is built around CRISP, a framework for encrypted voting and computation that can support use cases such as private ballots, secret-ballot auctions and other systems where users need to prove eligibility without revealing how they voted. The design combines threshold encryption, zero-knowledge proofs and fully homomorphic encryption, allowing votes to be submitted onchain while encrypted computation handles the result.
Buterin connected the system to Minimal Anti-Collusion Infrastructure, the Ethereum Research proposal he introduced in 2019. MACI was designed to make vote buying and coercion harder by letting users submit encrypted votes while preventing outsiders from reliably proving how someone voted.
Interfold generalizes that direction. Voters can prove eligibility with ZK-SNARKs, submit encrypted votes onchain, and rely on Ethereum for censorship resistance because votes can be posted directly to the network. Computation can then run over encrypted inputs through FHE, with threshold decryption revealing only the final output rather than each user’s choice.
ZK And FHE Move Governance Beyond Simple Transparency
The security model is strong because it separates several problems that onchain voting usually merges. Eligibility can be proven without exposing identity. Vote inclusion can be checked because posted votes are accounted for. Output correctness can be supported through zero-knowledge proofs over FHE computation. Liveness and coercion resistance still depend on an M-of-N committee assumption, which Buterin described as unavoidable with today’s technology.
The main limitation is computation cost. ZK over FHE is currently practical mostly for additive vote tallying, while more complex operations involving multiplication or heavier logic remain expensive. Interfold’s path for harder computations may involve optimistic or slashing-based designs until cryptography improves enough to remove more trust assumptions.
The development fits Ethereum’s wider privacy track. Recent work around FOCIL, keyed nonces, Kohaku and private reads is already pushing Ethereum toward stronger wallet and access-layer privacy. The same logic appears in ZK payment infrastructure for AI agents and AI-assisted verification for Ethereum security, where cryptography becomes part of both usability and trust.
Interfold adds governance to that map. If private voting, encrypted auctions and verifiable computation become practical on Ethereum, DAOs and public-goods systems could move beyond fully transparent ballots that expose users to pressure, bribery or retaliation. The next milestone is whether these guarantees can scale beyond simple tallying while keeping costs low enough for real governance systems.




Be the first to comment