Spam Prevention - Moderation #2842
Labels
Nice to Have
Features that are targeted for the upcoming release but could be excluded if there are insufficient
Milestone
In any moderation system, it's crucial to ensure that content and comments are linked to legitimate identities. Sybils—fraudulent identities—can disrupt messaging and lead to unintended outcomes, especially in automated moderation. While manual moderation is an option, it often lacks scalability. Here are some of my first thoughts:
1. Weighted Flagging: Assign a weight to each user's flag based on their stake, as each user identity is associated with a stake key. This approach minimizes the impact of cheaply created sybils, as their flags would carry little to no weight.
2. Minimum Stake Requirement: Additionally, require each user to maintain a minimum stake of, for example, 1 ADA in their wallet. While this will not entirely prevent spam, it increases the cost for spammers to create sybils, thereby reducing spam incidents and lessening the burden on other moderators.
Since the Proposal Discussion Forum (PDF) operates off-chain, spam prevention measures must be enforced at the backend. Frontend checks using browser wallets alone will likely not be sufficient.
The text was updated successfully, but these errors were encountered: