diff --git a/docs/content/en/docs/contracts/registry.mdx b/docs/content/en/docs/contracts/registry.mdx index 155e83e..c58f10d 100644 --- a/docs/content/en/docs/contracts/registry.mdx +++ b/docs/content/en/docs/contracts/registry.mdx @@ -24,7 +24,7 @@ graph LR C --> D[Operator Auto-processes] D --> E[Query Results] - style D fill:#90EE90 + style D fill:#158415 ``` Users **Don't Need To**: diff --git a/docs/content/en/docs/protocol/core-concepts.mdx b/docs/content/en/docs/protocol/core-concepts.mdx index 63bd357..230ea79 100644 --- a/docs/content/en/docs/protocol/core-concepts.mdx +++ b/docs/content/en/docs/protocol/core-concepts.mdx @@ -62,7 +62,7 @@ await client.addNewKey({ ### Pre-add-new-key (Pre-configured Anonymity) -Combines anonymity and speed. Deactivate tree is pre-configured when vote is created, users can register anonymously immediately. +Combines anonymity and speed. Deactivate tree is pre-configured when voting round is created, users can register anonymously immediately. ```typescript // Platform pre-generates keypairs and builds deactivate tree diff --git a/docs/content/en/docs/protocol/overview.mdx b/docs/content/en/docs/protocol/overview.mdx index 8995bef..435ac6e 100644 --- a/docs/content/en/docs/protocol/overview.mdx +++ b/docs/content/en/docs/protocol/overview.mdx @@ -201,7 +201,7 @@ Contract verifies ZK proofs. After verification passes, results are published on **Add-new-key** is fully anonymous. Creates new identity through ZK proof, operator cannot correlate. Requires waiting for operator to process deactivate (usually a few hours). -**Pre-add-new-key** combines anonymity and speed. Deactivate tree is pre-configured when vote is created, users can register anonymously immediately. +**Pre-add-new-key** combines anonymity and speed. Deactivate tree is pre-configured when voting round is created, users can register anonymously immediately. ## Key Mechanisms