← Back to home

ZKvote.cc

To address the challenges of cross-chain voting, our protocol integrates Voting tokens with standard ERC-20 via bridge, processes voting off-chain, and employs ZK proofs for secure L2 State transfer. This ensures compatibility with existing bridge architectures.

Screenshots

ZKvote.cc screenshot 1
ZKvote.cc screenshot 2
ZKvote.cc screenshot 3

Problem Statement

To vote in DAO protocols, voting tokens (VT) are required. But what happens if VTs are scattered across multiple networks at the same time?Two problems will arise:Difficulty synchronizing voting results from several networks at once.Inability to deploy VT in other networks due to the bridge architecture (due to VT → ERC20 conversion).Our solution is a crosschain governance protocol that:Uses a trustless & universal architecture to support many L2 networks with VT on L1.Uses standard ERC-20 to remove conflict with the bridge architecture.Transfers the execution of L2-voting mechanisms to the ZK module instead of using VT.Uses ZKP to prove the correct delivery of L2 State data.Protocol working flow: Step 1. VT → Bridge → ERC-20Step 2. Since regular ERC-20 does not have voting functionality, and changing the bridge logic to use custom ERC-20 is too difficult, we use standard ERC-20, and process all voting functions off-chain. (verb)Step 3. After this, based on the balances recorded in the snapshot, our Proving System generates a SNARK proof and commits it to L1 in one transaction.Step 4. The main voting contract aggregates proofs from all networks, adds them to the quorum and distributes them among the voting options.

Solution

This project uses the following scope of technologies:Solidity + Hardhat | on-chain contracts;Circom | off-chain ZK Proof Generator (Scroll);Noir + Rust | Recursive ZK-SNARKs Proof Generator;Javascipt + TypeScript | Frontend + Backend;React, VueM, Wagmi, Web3Model, WalletConnect.

Hackathon

ETHGlobal Istanbul

2024

Prizes

  • 🏆

    Launch MVP locally or on Testnet/Mainnet3rd Place

    Cartesi

  • 🏆

    Pool Prize

    Arbitrum

  • 🏆

    Deploy on Scroll

    Scroll

  • 🏆

    Best on Scroll

    Scroll

  • 🏆

    Best Use or Extension of Fathom Protocol1st Place

    XDC Network

  • 🏆

    Innovate on Gnosis Chain

    Gnosis Chain

  • 🏆

    🏆 ETHGlobal Istanbul 2023 Finalist

    ETHGlobal

Contributors