Solution: LP-0016 — Anonymous Forum with Threshold Moderation and Membership Revocation #42
Closed
syafiqeil wants to merge 4 commits into
Closed
Solution: LP-0016 — Anonymous Forum with Threshold Moderation and Membership Revocation #42syafiqeil wants to merge 4 commits into
syafiqeil wants to merge 4 commits into
Conversation
Collaborator
|
Hi! thank you for the submission. Note that "Logos Basecamp" mean it's an for https://github.com/logos-co/logos-basecamp/ Doc on how to build said app (aka ui and core module) can be found here: logos-co/logos-docs#227 |
Collaborator
|
Closed based on the above |
Author
|
Thanks for the clarification, @fryorcraken. I just realized this earlier today. Already deep dive into logos-basecamp to understand the architecture comprehensively. Hope my next submission will be fully align with the logos ecosystem. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Submission: LP-0016 — Anonymous Forum with Threshold Moderation and Membership Revocation
Submitted by: Syafiq (Evice Labs)
Implementation PR: logos-blockchain/logos-execution-zone#465
Video Demo: https://youtu.be/Bj0GwITfYwM
Summary
A complete implementation of the LP-0016 protocol built on the Logos Execution Zone (LEZ).
Members post anonymously via ZK proofs, moderators issue strikes through N-of-M threshold
consensus, and K accumulated strikes cryptographically reconstruct the member's Nullifier
Secret Key — enabling on-chain slashing and retroactive deanonymization of all prior posts.
Deliverables
membership_registryvia SPEL framework with per-instanceforum_idPDA, supporting multiple independent forum instances from a single deployment
forum_membership_proofproving inclusion, non-revocation, and tracingtag integrity without revealing the poster's identity
logos_moderation_sdk: forum-agnostic, operates on abstractbyte identifiers, exposed as WASM bindings for browser use
strike accumulation, and cryptographic slashing
docs/protocol.md: formal unlinkability proofs, retroactivedeanonymization analysis, N-of-M trust model, and threat model