PRIVATE. VERIFIABLE.
GOVERNANCE_
$ cast encrypted votes on solana. no one sees how you voted -- not even the nodes processing your vote. only final results are revealed onchain.
$ WHY VEILVOTE --LIST
traditional DAO voting is public -- enabling vote-buying, coercion, and frontrunning. veilvote patches this vulnerability.
PRIVACY_BY_DEFAULT
your vote is encrypted on your device before submission. arcium's MPC network processes it without any node seeing the plaintext. vote-buying becomes impossible when votes can't be proven.
VERIFIABLE_RESULTS
despite full privacy, results are cryptographically verifiable onchain. the MPC computation produces correctness proofs -- you can trust the tally without trusting any single party.
COERCION_RESISTANT
since individual votes are never revealed -- not even the yes/no counts -- no one can coerce voters or prove how someone voted. true secret ballot democracy for DAOs.
BUILT_ON_SOLANA
sub-second finality, negligible fees, and the most active developer ecosystem. veilvote leverages solana's speed with arcium's privacy layer.
SYBIL_RESISTANT
each wallet can only vote once per proposal, enforced by onchain PDAs. combined with encryption, this prevents both double-voting and vote-buying attacks.
OPEN_SOURCE
fully open source under MIT license. inspect the encrypted circuits, the solana program, and the frontend. trust is established through transparency.
$ HOW DOES ENCRYPTED VOTING WORK?
arcium uses Multi-Party Computation (MPC) -- a cryptographic technique where multiple nodes compute on secret-shared data. no single node ever sees your vote.