vix.ing · top · new · best · stats · spec

Novel Blockchain-based Protocols for Electronic Voting and Auctions

2025/07/04 by Zhaorun Lin, Lin, Zhaorun
Computer Science · #Blockchain Technology Applications and Security #Cryptography and Security (cs.CR) #Distributed #FOS: Computer and information sciences #Internet Traffic Analysis and Secure E-voting #Parallel #and Cluster Computing (cs.DC)

paper · pdf · doi:10.48550/arxiv.2507.03258

openalex publication_date 2025/07/04 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Programmable blockchains have long been a hot research topic given their tremendous use in decentralized applications. Smart contracts, using blockchains as their underlying technology, inherit the desired properties such as verifiability, immutability, and transparency, which make it a great suit in trustless environments. In this thesis, we consider several decentralized protocols to be built on blockchains, specifically using smart contracts on Ethereum. We used algorithmic and cryptographic tools in our implementations to further improve the level of security and efficiency beyond the state-of-the-art works. We proposed a new approach called Blind Vote, which is an untraceable, secure, efficient, secrecy-preserving, and fully on-chain electronic voting protocol based on the well-known concept of Chaum's blind signatures. We illustrate that our approach achieves the same security guarantees as previous methods such as Tornado Vote [1], while consuming significantly less gas. Thus, we provide a cheaper and considerably more gas-efficient alternative for anonymous blockchain-based voting. On the other hand, we propose a new family of algorithms for private, trustless auctions that protect bidder identities and bid values while remaining practical for smart contract execution. We ensure trustlessness by running the auction logic in a smart contract, thereby eliminating reliance on any single trusted party. This approach prevents bid tampering, front-running, and collusion by enforcing immutability and decentralized verification of bids. The resulting protocol uniquely combines efficiency, trustlessness, and enduring bid privacy, offering a scalable and secure solution for blockchain-based marketplaces and other decentralized applications.

Related