Skip to content

Commit

Permalink
Merge pull request #1221 from privacy-scaling-explorations/docs/homep…
Browse files Browse the repository at this point in the history
…age-copy

Docs/homepage copy
  • Loading branch information
samajammin authored Feb 21, 2024
2 parents d35c154 + ad39f26 commit c255879
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
12 changes: 6 additions & 6 deletions website/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const FeatureList: FeatureItem[] = [
imgDark: boxDarkImage as string,
description: (
<>
MACI was designed to be a secure voting system. It is built using smart contracts on the Ethereum blockchain,
which ensures votes cannot be faked, censored, or tampered with.
Our Ethereum smart contracts enforce correct execution. Votes cannot be faked, censored, double-counted, or
tampered with.
</>
),
},
Expand All @@ -36,8 +36,8 @@ const FeatureList: FeatureItem[] = [
imgDark: chainDarkImage as string,
description: (
<>
With MACI, votes are encrypted before submitting them on-chain to ensure that your privacy is preserved when
participating in a vote.
Votes are encrypted before submitting them on-chain to ensure individual privacy is preserved throughout the
voting process.
</>
),
},
Expand All @@ -47,8 +47,8 @@ const FeatureList: FeatureItem[] = [
imgDark: chartDarkImage as string,
description: (
<>
MACI is powered by zk-SNARKs, a cutting edge cryptographic technology that ensures votes are counted correctly
without revealing the individual votes.
Vote tallying happens off-chain but ZK-proofs are submitted and verified on-chain, which guarantees votes are
counted correctly without revealing the individual votes.
</>
),
},
Expand Down
1 change: 1 addition & 0 deletions website/src/components/HomepageFeatures/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
align-items: center;
padding: 2rem 0;
width: 100%;
font-size: 1.1rem;
}

.featureImg {
Expand Down
1 change: 1 addition & 0 deletions website/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
align-items: center;
padding: 4rem;
width: 100%;
font-size: 1.1rem;
}

.blue {
Expand Down
13 changes: 7 additions & 6 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ const Home = (): JSX.Element => {
<p>Minimal Anti-Collusion Infrastructure (MACI) is a private, on-chain, voting system.</p>

<p>
MACI is a protocol designed to provide a highly secure e-voting solution. It enables organizations to
conduct on-chain voting processes with a significantly reduced risk of cheating, such as bribery or
collusion. MACI uses zero-knowledge proofs to implement a receipt-free voting scheme, making it
coordinator to verify how a specific user voted. This ensures the correct execution of votes and allows
anyone to verify the results. It is particularly beneficial for governance and funding events, where its
anti-collusion mechanisms help ensure fair and transparent outcomes.
MACI is our attempt to build the most secure e-voting solution available. It enables on-chain voting
processes with significantly reduced risk of cheating, like bribery or collusion, through the use of
Ethereum smart contracts, encryption, and zero-knowledge proofs. Together these technologies provide a set
of guarantees including censorship resistance, correct execution, privacy, and a receipt-free voting
scheme, which ensures results are transparent but makes it impossible for outsiders to verify how any
specific user voted. We believe MACI is most beneficial for governance and funding events, when the stakes
are high and anti-collusion mechanisms are critical to help ensure fair and transparent outcomes.
</p>
</div>
</section>
Expand Down

0 comments on commit c255879

Please sign in to comment.