From 000e85a769078925a92d88fd53cf7c8325da3095 Mon Sep 17 00:00:00 2001 From: Sam Richards Date: Wed, 17 Jan 2024 16:49:53 -0800 Subject: [PATCH] chore: clarify sentence --- website/blog/2024-01-18-roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/blog/2024-01-18-roadmap.md b/website/blog/2024-01-18-roadmap.md index fdca23eaba..7ada5f7fab 100644 --- a/website/blog/2024-01-18-roadmap.md +++ b/website/blog/2024-01-18-roadmap.md @@ -3,7 +3,7 @@ slug: 2024-team-roadmap title: New year, new MACI authors: name: Sam Richards - title: MACI team + title: MACI team lead url: https://x.com/samonchain image_url: https://avatars.githubusercontent.com/u/8097623?v=4 tags: [maci, roadmap] @@ -23,7 +23,7 @@ We have a few exciting announcements to share, but first, a quick review: MACI is a set of smart contracts and zero-knowledge circuits upon which developers can build applications, such as voting applications or quadratic funding platforms. It was originally [proposed by Vitalik Buterin](https://ethresear.ch/t/minimal-anti-collusion-infrastructure/5413) in 2019, then implemented and maintained by community members with support from the [Ethereum Foundation](https://ethereum.foundation/). It's now actively maintained within [Privacy & Scaling Explorations (PSE)](https://pse.dev/). -Using MACI, **voting is private**, yet **voting results are public**. On-chain votes are encrypted, and no voter can prove how they voted, but final results are published publicly on-chain and verified with cryptographic proofs to prevent censorship, bribery, collusion, fraud, and other nefarious acts common in public polling processes. +Using MACI, **voting is private**, yet **voting results are public**. On-chain votes are encrypted, and no voter can prove how they voted, but final results are published publicly and verified on-chain with cryptographic proofs to prevent censorship, bribery, collusion, fraud, and other nefarious acts common in public polling processes. For a general overview, brief history, and context on the importance of MACI, check out the [Release Announcement: MACI 1.0](/blog/maci-1-0-release) by Wei Jie, one of the creators. He also created a helpful [overview of MACI video](https://www.youtube.com/watch?v=sKuNj_IQVYI). Kyle Charbonnet wrote a great [Technical Introduction to MACI 1.0](/blog/maci-1-0-technical-introduction) that provides a walkthrough on how MACI operates. I also recently presented an [introduction to MACI](https://app.streameth.org/zuzalu/zuconnect_hackathon/session/maci_workshop) at Devconnect 2023.