|
|
|
|
|
by jawns
1975 days ago
|
|
I would love to see escrow expand from the realm of high-value purchases to more modest transactions, because it's a pretty good way to promote good conduct online. (Full disclosure: About 12 years ago I built a startup that would do this, but it never took off.) Imagine signing up for a social-media account that requires a small amount of money -- say $1 to $10 -- be put down as a type of security deposit. If, during your first X days of activity on the site, you flagrantly violate the terms of use (e.g. by spamming lots of other users) you lose the money; otherwise it's returned to you. If such a system were to become commonplace, it would introduce only a minor amount of friction for most legitimate users, but it would become a great impediment to spammers and other malicious users. |
|
However I think this is a great idea to explore for "exclusive" / "high value" forums, say for trade / special-interest groups. I'd be happy to put down a $10 stake to participate in something like Hacker News, for example, if that would help to combat astroturfing and bad behavior. (Honestly for how much I post on HN I'd be prepared to stake more.)
There's been a lot of research done in this area by the Ethereum devs under their migration from "Proof of Work" to "Proof of Stake", including research on the game-theory of "slashing conditions" (i.e. when you lose your stake). You get some cool community-policing possibilities by allowing any member of the community to collect a bounty paid for by claiming part of the forfeited stake, if they can present an example of a member breaching the rules. For something requiring review this would perhaps have less benefits, but could still be useful; rather than moderators having to watch every message go by, they would just look at the "flagged" queue, and users would now have a financial incentive to add something onto the flag queue, perhaps also having to pay a small amount to take that action as well, to disincentivise spamming "flag" entries. I'm sure you could build this all on Ethereum if you were so inclined, with "admin moderation" being a call to an external trusted Oracle service where the moderators live.
Of course there are also substantial risks in turning a system based on community goodwill into a financial game; people behave differently when they are purely optimizing for a financial game vs. when they are not.