@maci-protocol/website 0.0.0-ci.4c6d4e8 → 0.0.0-ci.4d0e3a3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/LICENSE +1 -2
  2. package/blog/2024-02-28-maci-v1.2.0.md +2 -2
  3. package/blog/2024-08-10-maci-v2.md +1 -1
  4. package/blog/2025-03-21-roadmap-2025.md +1 -1
  5. package/blog/2025-08-18-maci-aragon-plugin.md +107 -0
  6. package/blog/2025-09-05-maci-coordinator-service.md +167 -0
  7. package/docusaurus.config.ts +9 -3
  8. package/package.json +17 -16
  9. package/src/pages/roadmap.md +39 -80
  10. package/static/audit_reports/20260317_Hashcloak_audit_report.pdf +0 -0
  11. package/static/img/circuits/MACI-Circuits.excalidraw +79 -79
  12. package/static/img/circuits/ecdh.svg +1 -1
  13. package/static/img/circuits/messageToCommand.svg +1 -1
  14. package/static/img/circuits/messageValidator.svg +1 -1
  15. package/static/img/circuits/privToPubkey.svg +1 -1
  16. package/static/img/circuits/processMessages.svg +1 -1
  17. package/static/img/circuits/processMessagesInputHasher.svg +1 -1
  18. package/static/img/circuits/processMessages_2_0.svg +1 -1
  19. package/static/img/circuits/processOne.svg +1 -1
  20. package/static/img/circuits/processTopup.svg +1 -1
  21. package/static/img/circuits/quinBatchLeavesExists.svg +1 -1
  22. package/static/img/circuits/quinCheckRoot.svg +1 -1
  23. package/static/img/circuits/quinGeneratePathIndices.svg +1 -1
  24. package/static/img/circuits/quinSelector.svg +1 -1
  25. package/static/img/circuits/resultsCommitmentVerifier.svg +1 -1
  26. package/static/img/circuits/splicer.svg +1 -1
  27. package/static/img/circuits/tallyInputHasher.svg +1 -1
  28. package/static/img/circuits/tallyVotes.svg +1 -1
  29. package/static/img/circuits/verifySignature.svg +1 -1
  30. package/versioned_docs/version-v0.x/contract.md +1 -1
  31. package/versioned_docs/version-v0.x/introduction.md +0 -4
  32. package/versioned_docs/version-v0.x/quadratic-vote-tallying-circuit.md +16 -16
  33. package/versioned_docs/version-v1.2/circuits.md +8 -8
  34. package/versioned_docs/version-v1.2/contributing/contributing.md +4 -4
  35. package/versioned_docs/version-v1.2/deployment.md +1 -1
  36. package/versioned_docs/version-v1.2/integrating.md +1 -1
  37. package/versioned_docs/version-v1.2/key-change.md +1 -1
  38. package/versioned_docs/version-v1.2/poll-types.md +1 -1
  39. package/versioned_docs/version-v1.2/testing-in-detail.md +3 -3
  40. package/versioned_docs/version-v1.2/testing.md +1 -1
  41. package/versioned_docs/version-v1.2/topup.md +1 -1
  42. package/versioned_docs/version-v1.2/typedoc/core/index.md +2 -2
  43. package/versioned_docs/version-v1.2/versioning.md +3 -3
  44. package/versioned_docs/version-v1.2/workflow.md +1 -1
  45. package/versioned_docs/version-v2.x/contributing/contributing.md +4 -4
  46. package/versioned_docs/version-v2.x/core-concepts/key-change.md +1 -1
  47. package/versioned_docs/version-v2.x/core-concepts/merkle-trees.md +1 -1
  48. package/versioned_docs/version-v2.x/core-concepts/poll-types.md +1 -1
  49. package/versioned_docs/version-v2.x/core-concepts/workflow.md +1 -1
  50. package/versioned_docs/version-v2.x/guides/integrating.md +1 -1
  51. package/versioned_docs/version-v2.x/guides/testing/testing-in-detail.md +3 -3
  52. package/versioned_docs/version-v2.x/guides/testing/testing.md +1 -1
  53. package/versioned_docs/version-v2.x/processes/versioning.md +3 -3
  54. package/versioned_docs/version-v2.x/supported-networks/deployed-contracts.md +7 -7
  55. package/versioned_docs/version-v2.x/technical-references/smart-contracts/AccQueue.md +1 -1
  56. package/versioned_docs/version-v2.x/technical-references/smart-contracts/MACI.md +1 -1
  57. package/versioned_docs/version-v2.x/technical-references/smart-contracts/MessageProcessor.md +1 -1
  58. package/versioned_docs/version-v2.x/technical-references/smart-contracts/Params.md +1 -1
  59. package/versioned_docs/version-v2.x/technical-references/smart-contracts/Poll.md +1 -1
  60. package/versioned_docs/version-v2.x/technical-references/smart-contracts/PollFactory.md +1 -1
  61. package/versioned_docs/version-v2.x/technical-references/smart-contracts/Tally.md +1 -1
  62. package/versioned_docs/version-v2.x/technical-references/smart-contracts/VkRegistry.md +1 -1
  63. package/versioned_docs/version-v2.x/technical-references/smart-contracts/VoiceCreditProxy.md +1 -1
  64. package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/processMessages.md +4 -4
  65. package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/tallyVotes.md +2 -2
  66. package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/zk-snark-circuits.md +3 -3
  67. package/versioned_docs/version-v3.x/contributing/contributing.md +11 -5
  68. package/versioned_docs/version-v3.x/core-concepts/key-change.md +29 -29
  69. package/versioned_docs/version-v3.x/core-concepts/maci-keys.md +1 -1
  70. package/versioned_docs/version-v3.x/core-concepts/poll-types.md +33 -9
  71. package/versioned_docs/version-v3.x/core-concepts/polls.md +34 -10
  72. package/versioned_docs/version-v3.x/core-concepts/spec.md +40 -106
  73. package/versioned_docs/version-v3.x/core-concepts/workflow.md +2 -2
  74. package/versioned_docs/version-v3.x/guides/compile-circuits.md +36 -20
  75. package/versioned_docs/version-v3.x/guides/integrating.md +10 -10
  76. package/versioned_docs/version-v3.x/guides/sdk.md +121 -0
  77. package/versioned_docs/version-v3.x/guides/testing/testing-in-detail.md +4 -4
  78. package/versioned_docs/version-v3.x/guides/testing/testing-introduction.md +38 -6
  79. package/versioned_docs/version-v3.x/guides/troubleshooting.md +64 -19
  80. package/versioned_docs/version-v3.x/processes/versioning.md +3 -3
  81. package/versioned_docs/version-v3.x/quick-start.md +29 -21
  82. package/versioned_docs/version-v3.x/resources.md +1 -0
  83. package/versioned_docs/version-v3.x/security/audit.md +3 -2
  84. package/versioned_docs/version-v3.x/security/trusted-setup.md +101 -38
  85. package/versioned_docs/version-v3.x/supported-networks/costs.md +725 -0
  86. package/versioned_docs/version-v3.x/supported-networks/deployed-contracts.md +9 -9
  87. package/versioned_docs/version-v3.x/supported-networks/supported-networks.md +16 -0
  88. package/versioned_docs/version-v3.x/technical-references/coordinator-service/index.md +15 -1
  89. package/versioned_docs/version-v3.x/technical-references/coordinator-service/installation.md +5 -33
  90. package/versioned_docs/version-v3.x/technical-references/coordinator-service/usage.md +64 -0
  91. package/versioned_docs/version-v3.x/technical-references/smart-contracts/MACI.md +7 -7
  92. package/versioned_docs/version-v3.x/technical-references/smart-contracts/MessageProcessor.md +1 -1
  93. package/versioned_docs/version-v3.x/technical-references/smart-contracts/Params.md +2 -2
  94. package/versioned_docs/version-v3.x/technical-references/smart-contracts/Policies.md +1 -1
  95. package/versioned_docs/version-v3.x/technical-references/smart-contracts/Poll.md +8 -8
  96. package/versioned_docs/version-v3.x/technical-references/smart-contracts/PollFactory.md +1 -1
  97. package/versioned_docs/version-v3.x/technical-references/smart-contracts/Tally.md +4 -4
  98. package/versioned_docs/version-v3.x/technical-references/smart-contracts/VkRegistry.md +8 -8
  99. package/versioned_docs/version-v3.x/technical-references/smart-contracts/VoiceCreditProxy.md +1 -1
  100. package/versioned_docs/version-v3.x/technical-references/technical-references.md +8 -8
  101. package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/joinPoll.md +4 -4
  102. package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/processMessages.md +81 -17
  103. package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/setup.md +3 -3
  104. package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/tallyVotes.md +6 -6
  105. package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/utilities.md +9 -9
  106. package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/zk-snark-circuits.md +3 -3
@@ -17,17 +17,80 @@ to manage a large amount of value, and if their users accept that the risk of
17
17
  coordinator misbehaviour is insufficient to justify doing the work of a
18
18
  trusted setup. After all, MACI's security model presumes a trusted coordinator.
19
19
 
20
- The [PSE team](https://pse.dev/) is making available a trusted set of zKeys for MACI's circuits,
20
+ The [PSE team](https://pse.main/) is making available a trusted set of zKeys for MACI's circuits,
21
21
  which are available and accessible on
22
22
  [p0tion's website](https://ceremony.pse.dev/).
23
23
  For more info on trusted setup ceremonies please refer to p0tion's [docs](https://p0tion.super.site/).
24
24
 
25
25
  ## Maci v3.0 Trusted Setup Ceremony
26
26
 
27
- :::danger
28
- Maci v3.0 Trusted Setup Ceremony has not started yet. Thus for production use cases, please use [MACI v2.0](https://github.com/privacy-scaling-explorations/maci/releases/tag/v2.5.0).
27
+ :::info
28
+ Maci v3.0 Trusted Setup Ceremony is now completed and the circuits can be used in production.
29
+ :::
30
+
31
+ For this release, we plan to run a ceremony with smaller size circuits (more accessible to contributors) due to smaller batch sizes for proving on chain, and with larger circuits and large batch sizes for proving. Smaller size artifacts can be used for smaller rounds or for operators that want to run everything on a local computer vs using a beefy server. On the other hand, we plan to use the artifacts with larger batch sizes for large rounds and solely on a server.
32
+
33
+ ### Small Batch Size Ceremony
34
+
35
+ :::info
36
+ To download the artifacts, please run the following command from within MACI monorepo's root directory:
37
+
38
+ ```bash
39
+ pnpm download-zkeys:ceremony
40
+ ```
41
+
42
+ :::
43
+
44
+ Here are the **maximum** values supported by these artifacts:
45
+
46
+ **_MessageProcessor_**
47
+
48
+ - users: $2^14 = 16384$
49
+ - batch size for proving: $5^2 = 25$
50
+ - vote options: $5^3 = 125$
51
+
52
+ **_VoteTally_**
53
+
54
+ - users (ballots): $2^14 = 16384$
55
+ - batch size for proving: $2^5 = 32$
56
+ - vote options: $5^3 = 125$
57
+
58
+ **_PollJoining_**
59
+
60
+ - users: $2^14 = 16384$
61
+
62
+ **_PollJoined_**
63
+
64
+ - users: $2^14 = 16384$
65
+
66
+ ### Large Batch Size Ceremony
67
+
68
+ :::info
69
+ Please note that this ceremony has not started yet. We will inform when it will start and when the artifacts are available for use.
29
70
  :::
30
71
 
72
+ Here are the **maximum** values supported by these artifacts:
73
+
74
+ **_MessageProcessor_**
75
+
76
+ - users: $2^14 = 16384$
77
+ - batch size for proving: $5^3 = 125$
78
+ - vote options: $5^3 = 125$
79
+
80
+ **_VoteTally_**
81
+
82
+ - users (ballots): $2^14 = 16384$
83
+ - batch size for proving: $2^7 = 128$
84
+ - vote options: $5^3 = 125$
85
+
86
+ **_PollJoining_**
87
+
88
+ - users: $2^14 = 16384$
89
+
90
+ **_PollJoined_**
91
+
92
+ - users: $2^14 = 16384$
93
+
31
94
  ## Maci v2.0 Trusted Setup Ceremony (most recent)
32
95
 
33
96
  :::info
@@ -49,14 +112,14 @@ pnpm download-zkeys:ceremony
49
112
 
50
113
  Here are the **maximum** values supported by these artifacts:
51
114
 
52
- **_ProcessMessages_**
115
+ **_MessageProcessor_**
53
116
 
54
117
  - users: $2^14 = 16384$
55
118
  - votes: $5^9 = 1953125$
56
119
  - batch size for proving: $5^2 = 25$
57
120
  - vote options: $5^3 = 125$
58
121
 
59
- **_TallyVotes_**
122
+ **_VoteTally_**
60
123
 
61
124
  - users (ballots): $2^14 = 16384$
62
125
  - batch size for proving: $2^5 = 32$
@@ -70,14 +133,14 @@ Please note that this ceremony has not started yet. We will inform when it will
70
133
 
71
134
  Here are the **maximum** values supported by these artifacts:
72
135
 
73
- **_ProcessMessages_**
136
+ **_MessageProcessor_**
74
137
 
75
138
  - users: $2^14 = 16384$
76
139
  - votes: $5^9 = 1953125$
77
140
  - batch size for proving: $5^3 = 125$
78
141
  - vote options: $5^3 = 125$
79
142
 
80
- **_TallyVotes_**
143
+ **_VoteTally_**
81
144
 
82
145
  - users (ballots): $2^14 = 16384$
83
146
  - batch size for proving: $2^7 = 128$
@@ -101,14 +164,14 @@ download:ceremony-zkeys
101
164
 
102
165
  Here are the **maximum** values supported by these artifacts:
103
166
 
104
- **_ProcessMessages_**
167
+ **_MessageProcessor_**
105
168
 
106
169
  - users: $5^6 = 15625$
107
170
  - votes: $5^9 = 1953125$
108
171
  - batch size for proving: $5^2 = 25$
109
172
  - vote options: $5^3 = 125$
110
173
 
111
- **_TallyVotes_**
174
+ **_VoteTally_**
112
175
 
113
176
  - users (ballots): $5^6 = 15625$
114
177
  - batch size for proving: $5^2 = 25$
@@ -118,39 +181,39 @@ For your convenience, here is a list of the artifacts that can be used in produc
118
181
 
119
182
  | Artifact | Description | Parameters | Link |
120
183
  | -------------------------------------- | -------------------------------------------------------------------------------------------------------- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
121
- | processMessages zKey | The production-ready zKey for the processMessages circuit. | 6-9-2-3 | [processMessages_6-9-2-3_final.zkey](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-processmessages_6-9-2-3/contributions/maci-processmessages_6-9-2-3_final.zkey) |
184
+ | MessageProcessor zKey | The production-ready zKey for the MessageProcessor circuit. | 6-9-2-3 | [processMessages_6-9-2-3_final.zkey](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/MACI-MessageProcessorQv_6-9-2-3/contributions/MACI-MessageProcessorQv_6-9-2-3_final.zkey) |
122
185
  | processMessagesNonQv zKey | The production-ready zKey for the processMessagesNonQv circuit. | 6-9-2-3 | [processMessagesNonQv_6-9-2-3_final.zkey](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-processmessagesnonqv_6-9-2-3/contributions/maci-processmessagesnonqv_6-9-2-3_final.zkey) |
123
- | tallyVotes zKey | The production-ready zKey for the tallyVotes circuit. | 6-2-3 | [tallyVotes_6-2-3_final.zkey](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/tallyvotes_6-2-3/contributions/tallyvotes_6-2-3_final.zkey) |
124
- | tallyVotesNonQv zKey | The production-ready zKey for the tallyVotesNonQv circuit. | 6-2-3 | [tallyVotesNonQv_6-2-3_final.zkey](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-tallyvotesnonqv_6-2-3/contributions/maci-tallyvotesnonqv_6-2-3_final.zkey) |
125
- | processMessages r1cs | The Rank-1 Constraint System file that was used to generate the zKey | 6-9-2-3 | [MACI-ProcessMessages_6-9-2-3.r1cs ](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-processmessages_6-9-2-3/MACI-ProcessMessages_6-9-2-3.r1cs) |
186
+ | VoteTally zKey | The production-ready zKey for the VoteTally circuit. | 6-2-3 | [tallyVotes_6-2-3_final.zkey](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/VoteTallyQv_6-2-3/contributions/VoteTallyQv_6-2-3_final.zkey) |
187
+ | tallyVotesNonQv zKey | The production-ready zKey for the tallyVotesNonQv circuit. | 6-2-3 | [tallyVotesNonQv_6-2-3_final.zkey](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/MACI-VoteTallyNonQv_6-2-3/contributions/MACI-VoteTallyNonQv_6-2-3_final.zkey) |
188
+ | MessageProcessor r1cs | The Rank-1 Constraint System file that was used to generate the zKey | 6-9-2-3 | [MACI-MessageProcessorQv_6-9-2-3.r1cs ](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/MACI-MessageProcessorQv_6-9-2-3/MACI-MessageProcessorQv_6-9-2-3.r1cs) |
126
189
  | processMessagesNonQv r1cs | The Rank-1 Constraint System file that was used to generate the zKey | 6-9-2-3 | [MACI-ProcessMessagesNonQv_6-9-2-3.r1cs](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-processmessagesnonqv_6-9-2-3/MACI-ProcessMessagesNonQv_6-9-2-3.r1cs) |
127
- | tallyVotes r1cs | The Rank-1 Constraint System file that was used to generate the zKey | 6-2-3 | [tallyvotes_6-2-3.r1cs](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/tallyvotes_6-2-3/tallyvotes_6-2-3.r1cs) |
128
- | tallyVotesNonQv r1cs | The Rank-1 Constraint System file that was used to generate the zKey | 6-2-3 | [tallyvotesnonqv_6-2-3.r1cs](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-tallyvotesnonqv_6-2-3/MACI-TallyVotesNonQv_6-2-3.r1cs) |
129
- | processMessages wasm | The WASM file that can be used to generate proofs | 6-9-2-3 | [MACI-ProcessMessages_6-9-2-3.wasm](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-processmessages_6-9-2-3/MACI-ProcessMessages_6-9-2-3.wasm) |
190
+ | VoteTally r1cs | The Rank-1 Constraint System file that was used to generate the zKey | 6-2-3 | [VoteTallyQv_6-2-3.r1cs](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/VoteTallyQv_6-2-3/VoteTallyQv_6-2-3.r1cs) |
191
+ | tallyVotesNonQv r1cs | The Rank-1 Constraint System file that was used to generate the zKey | 6-2-3 | [VoteTallyNonQv_6-2-3.r1cs](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/MACI-VoteTallyNonQv_6-2-3/MACI-VoteTallyNonQv_6-2-3.r1cs) |
192
+ | MessageProcessor wasm | The WASM file that can be used to generate proofs | 6-9-2-3 | [MACI-MessageProcessorQv_6-9-2-3.wasm](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/MACI-MessageProcessorQv_6-9-2-3/MACI-MessageProcessorQv_6-9-2-3.wasm) |
130
193
  | processMessagesNonQv wasm | The WASM file that can be used to generate proofs | 6-9-2-3 | [MACI-ProcessMessagesNonQv_6-9-2-3.wasm](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-processmessagesnonqv_6-9-2-3/MACI-ProcessMessagesNonQv_6-9-2-3.wasm) |
131
- | tallyVotes wasm | The WASM file that can be used to generate proofs | 6-2-3 | [tallyvotes_6-2-3.wasm](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/tallyvotes_6-2-3/tallyvotes_6-2-3.wasm) |
132
- | tallyVotesNonQv wasm | The WASM file that can be used to generate proofs | 6-2-3 | [tallyvotesnonqv_6-2-3.wasm](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-tallyvotesnonqv_6-2-3/MACI-TallyVotesNonQv_6-2-3.wasm) |
133
- | processMessages vKey | The verification key that can be used to verify the processMessages circuit's proofs | 6-9-2-3 | [maci-processmessages_6-9-2-3_vkey.json](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-processmessages_6-9-2-3/maci-processmessages_6-9-2-3_vkey.json) |
194
+ | VoteTally wasm | The WASM file that can be used to generate proofs | 6-2-3 | [VoteTallyQv_6-2-3.wasm](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/VoteTallyQv_6-2-3/VoteTallyQv_6-2-3.wasm) |
195
+ | tallyVotesNonQv wasm | The WASM file that can be used to generate proofs | 6-2-3 | [VoteTallyNonQv_6-2-3.wasm](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/MACI-VoteTallyNonQv_6-2-3/MACI-VoteTallyNonQv_6-2-3.wasm) |
196
+ | MessageProcessor vKey | The verification key that can be used to verify the MessageProcessor circuit's proofs | 6-9-2-3 | [MACI-MessageProcessorQv_6-9-2-3_vkey.json](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/MACI-MessageProcessorQv_6-9-2-3/MACI-MessageProcessorQv_6-9-2-3_vkey.json) |
134
197
  | processMessagesNonQv vKey | The verification key that can be used to verify the processMessagesNonQv circuit's proofs | 6-9-2-3 | [maci-processmessagesnonqv_6-9-2-3_vkey.json](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-processmessagesnonqv_6-9-2-3/maci-processmessagesnonqv_6-9-2-3_vkey.json) |
135
- | tallyVotes vKey | The verification key that can be used to verify the tallyVotes circuit's proofs | 6-2-3 | [tallyvotes_6-2-3_vkey.json](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/tallyvotes_6-2-3/tallyvotes_6-2-3_vkey.json) |
136
- | tallyVotesNonQv vKey | The verification key that can be used to verify the tallyVotesNonQv circuit's proofs | 6-2-3 | [tallyvotesnonqv_6-2-3_vkey.json](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-tallyvotesnonqv_6-2-3/maci-tallyvotesnonqv_6-2-3_vkey.json) |
137
- | processMessages Solidity verifier | The Solidity smart contract which can be used to verify the processMessages circuit proofs on-chain | 6-9-2-3 | [maci-processmessages_6-9-2-3_verifier.sol](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-processmessages_6-9-2-3/maci-processmessages_6-9-2-3_verifier.sol) |
198
+ | VoteTally vKey | The verification key that can be used to verify the VoteTally circuit's proofs | 6-2-3 | [VoteTallyQv_6-2-3_vkey.json](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/VoteTallyQv_6-2-3/VoteTallyQv_6-2-3_vkey.json) |
199
+ | tallyVotesNonQv vKey | The verification key that can be used to verify the tallyVotesNonQv circuit's proofs | 6-2-3 | [VoteTallyNonQv_6-2-3_vkey.json](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/MACI-VoteTallyNonQv_6-2-3/MACI-VoteTallyNonQv_6-2-3_vkey.json) |
200
+ | MessageProcessor Solidity verifier | The Solidity smart contract which can be used to verify the MessageProcessor circuit proofs on-chain | 6-9-2-3 | [MACI-MessageProcessorQv_6-9-2-3_verifier.sol](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/MACI-MessageProcessorQv_6-9-2-3/MACI-MessageProcessorQv_6-9-2-3_verifier.sol) |
138
201
  | processMessagesNonQv Solidity verifier | The Solidity smart contract which can be used to verify the processMessagesNonQv circuit proofs on-chain | 6-9-2-3 | [maci-processmessagesnonqv_6-9-2-3_verifier.sol](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-processmessagesnonqv_6-9-2-3/maci-processmessagesnonqv_6-9-2-3_verifier.sol) |
139
- | tallyVotes Solidity verifier | The Solidity smart contract which can be used to verify the tallyVotes circuit proofs on-chain | 6-2-3 | [tallyvotes_6-2-3_verifier.sol](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/tallyvotes_6-2-3/tallyvotes_6-2-3_verifier.sol) |
140
- | tallyVotesNonQv Solidity verifier | The Solidity smart contract which can be used to verify the tallyVotesNonQv circuit proofs on-chain | 6-2-3 | [tallyvotesnonqv_6-2-3_verifier.sol](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/maci-tallyvotesnonqv_6-2-3/maci-tallyvotesnonqv_6-2-3_verifier.sol) |
202
+ | VoteTally Solidity verifier | The Solidity smart contract which can be used to verify the VoteTally circuit proofs on-chain | 6-2-3 | [VoteTallyQv_6-2-3_verifier.sol](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/VoteTallyQv_6-2-3/VoteTallyQv_6-2-3_verifier.sol) |
203
+ | tallyVotesNonQv Solidity verifier | The Solidity smart contract which can be used to verify the tallyVotesNonQv circuit proofs on-chain | 6-2-3 | [VoteTallyNonQv_6-2-3_verifier.sol](https://maci-v1-2-0-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/MACI-VoteTallyNonQv_6-2-3/MACI-VoteTallyNonQv_6-2-3_verifier.sol) |
141
204
 
142
205
  ## Maci v1.1 Trusted Setup Ceremony
143
206
 
144
207
  Here are the **maximum** values supported by these artifacts:
145
208
 
146
- **_ProcessMessages_**
209
+ **_MessageProcessor_**
147
210
 
148
211
  - users: $5^6 = 15625$
149
212
  - votes: $5^8 = 390625$
150
213
  - messages per batch: $5^2 = 25$
151
214
  - vote options: $5^3 = 125$
152
215
 
153
- **_TallyVotes_**
216
+ **_VoteTally_**
154
217
 
155
218
  - users (ballots): $5^6 = 15625$
156
219
  - batch size: $5^2 = 25$
@@ -158,15 +221,15 @@ Here are the **maximum** values supported by these artifacts:
158
221
 
159
222
  For your convenience, here is a list of the artifacts that can be used in production:
160
223
 
161
- | Artifact | Description | Parameters | Link |
162
- | --------------------------------- | --------------------------------------------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
163
- | processMessages zKey | The production-ready zKey for the processMessages circuit. | 6-8-2-3 | [processmessages_6-8-2-3_final.zkey](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/processmessages_6-8-2-3/contributions/processmessages_6-8-2-3_final.zkey) |
164
- | tallyVotes zKey | The production-ready zKey for the tallyVotes circuit. | 6-2-3 | [tallyvotes_6-2-3_final.zkey](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/tallyvotes_6-2-3/contributions/tallyvotes_6-2-3_final.zkey) |
165
- | processMessages r1cs | The Rank-1 Constraint System file that was used to generate the zKey | 6-8-2-3 | [processmessages_6-8-2-3.r1cs](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/processmessages_6-8-2-3/processmessages_6-8-2-3.r1cs) |
166
- | tallyVotes r1cs | The Rank-1 Constraint System file that was used to generate the zKey | 6-2-3 | [tallyvotes_6-2-3.r1cs](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/tallyvotes_6-2-3/tallyvotes_6-2-3.r1cs) |
167
- | processMessage wasm | The WASM file that can be used to generate proofs | 6-8-2-3 | [processmessages_6-8-2-3.wasm](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/processmessages_6-8-2-3/processmessages_6-8-2-3.wasm) |
168
- | tallyVotes wasm | The WASM file that can be used to generate proofs | 6-2-3 | [tallyvotes_6-2-3.wasm](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/tallyvotes_6-2-3/tallyvotes_6-2-3.wasm) |
169
- | processMessages vKey | The verification key that can be used to verify the processMessages circuit's proofs | 6-8-2-3 | [processmessages_6-8-2-3_vkey.json](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/processmessages_6-8-2-3/processmessages_6-8-2-3_vkey.json) |
170
- | tallyVotes vKey | The verification key that can be used to verify the tallyVotes circuit's proofs | 6-2-3 | [tallyvotes_6-2-3_vkey.json](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/tallyvotes_6-2-3/tallyvotes_6-2-3_vkey.json) |
171
- | processMessages Solidity verifier | The Solidity smart contract which can be used to verify the processMessages circuit proofs on-chain | 6-8-2-3 | [processmessages_6-8-2-3_verifier.sol](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/processmessages_6-8-2-3/processmessages_6-8-2-3_verifier.sol) |
172
- | tallyVotes Solidity verifier | The Solidity smart contract which can be used to verify the tallyVotes circuit proofs on-chain | 6-2-3 | [tallyvotes_6-2-3_verifier.sol](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/tallyvotes_6-2-3/tallyvotes_6-2-3_verifier.sol) |
224
+ | Artifact | Description | Parameters | Link |
225
+ | ---------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
226
+ | MessageProcessor zKey | The production-ready zKey for the MessageProcessor circuit. | 6-8-2-3 | [processmessages_6-8-2-3_final.zkey](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/processmessages_6-8-2-3/contributions/processmessages_6-8-2-3_final.zkey) |
227
+ | VoteTally zKey | The production-ready zKey for the VoteTally circuit. | 6-2-3 | [VoteTallyQv_6-2-3_final.zkey](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/VoteTallyQv_6-2-3/contributions/VoteTallyQv_6-2-3_final.zkey) |
228
+ | MessageProcessor r1cs | The Rank-1 Constraint System file that was used to generate the zKey | 6-8-2-3 | [processmessages_6-8-2-3.r1cs](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/processmessages_6-8-2-3/processmessages_6-8-2-3.r1cs) |
229
+ | VoteTally r1cs | The Rank-1 Constraint System file that was used to generate the zKey | 6-2-3 | [VoteTallyQv_6-2-3.r1cs](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/VoteTallyQv_6-2-3/VoteTallyQv_6-2-3.r1cs) |
230
+ | processMessage wasm | The WASM file that can be used to generate proofs | 6-8-2-3 | [processmessages_6-8-2-3.wasm](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/processmessages_6-8-2-3/processmessages_6-8-2-3.wasm) |
231
+ | VoteTally wasm | The WASM file that can be used to generate proofs | 6-2-3 | [VoteTallyQv_6-2-3.wasm](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/VoteTallyQv_6-2-3/VoteTallyQv_6-2-3.wasm) |
232
+ | MessageProcessor vKey | The verification key that can be used to verify the MessageProcessor circuit's proofs | 6-8-2-3 | [processmessages_6-8-2-3_vkey.json](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/processmessages_6-8-2-3/processmessages_6-8-2-3_vkey.json) |
233
+ | VoteTally vKey | The verification key that can be used to verify the VoteTally circuit's proofs | 6-2-3 | [VoteTallyQv_6-2-3_vkey.json](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/VoteTallyQv_6-2-3/VoteTallyQv_6-2-3_vkey.json) |
234
+ | MessageProcessor Solidity verifier | The Solidity smart contract which can be used to verify the MessageProcessor circuit proofs on-chain | 6-8-2-3 | [processmessages_6-8-2-3_verifier.sol](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/processmessages_6-8-2-3/processmessages_6-8-2-3_verifier.sol) |
235
+ | VoteTally Solidity verifier | The Solidity smart contract which can be used to verify the VoteTally circuit proofs on-chain | 6-2-3 | [VoteTallyQv_6-2-3_verifier.sol](https://maci-v1-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/VoteTallyQv_6-2-3/VoteTallyQv_6-2-3_verifier.sol) |