Add new SPAM and MALICIOUS reaction types to the protocol #144
timjrobinson
started this conversation in
FIP Stage 1: Ideas
Replies: 2 comments 1 reply
-
I think it would also be useful to have:
Though unsure if they should be added to this FIP or new ones for each, as these could be much more complex. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not convinced that this will be useful to fight spam for a few reasons:
It would be better to start with a non-decentralized but privacy preserving reporting service and see how that works before enshrining something into the protocol |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Author
Tim - @timjrobinson
Problem
Farcaster usage is going parabolic and along with this will come bots and malicious actors attempting to steal user funds. As this is a decentralized network we should not be relying on moderators, and instead self moderate among our social groups.
We need some way for users to signal to other users that a post is spam (low quality, not worth reading) or malicious (harmful to interact with)
Specification
Adds two new Reaction types, SPAM and MALICIOUS, to the protocol. Clients are free to implement these as they wish.
Rationale
Adding these two new react types will allow users to mark messages as spam or malicious. Clients can then, using a users social graph, automatically hide content that friends have marked as spam or malicious. Hubs may also not store or rebroadcast spam or malicious content, as decided by the hub operator.
My definitions of these two react types is:
SPAM - Casts that are not harmful, but generally a waste of time to read and adds no value to the conversation.
MALICIOUS - Casts that contain or link to a site containing malware, wallet draining tools, malicious transactions, etc.
The reason to have two react types is:
Beta Was this translation helpful? Give feedback.
All reactions