Liquid US uses special cryptography to allow public auditing of the vote record.
This system, known as Proof-of-Vote:
- Allows anyone to verify that their vote is entered correctly and not tampered with.
- Allows anyone to independently tabulate all of the votes themselves.
- Preserves individual voter privacy.
For every vote cast by a verified person on Liquid, a record is published with the Position
and a unique Vote ID
.
Vote IDs are UUIDs with the following properties:
- Unique: Every individual vote has its own unique ID.
- Private: Vote IDs reveal nothing about the identity of the voter.
Yes, from oldest to newest.
If a vote is updated, the old vote is removed and a new vote is added at the bottom.
Liquid allows you to change your vote, but this git repository makes it transparent when votes are updated.
Become an automatic mirror of this repository. Each new mirror helps to decentralize the ledger of all votes, providing a more trustworthy historical record.
-
Fork this repo in GitHub.
-
Clone your fork to your local machine.
git clone https://github.com/{YOUR_FORK}/proof-of-vote.git && cd proof-of-vote
- Install the automated mirror script to run every 30 minutes:
./install-cronjob.sh