bellroy / lesswrong

Less Wrong platform
http://lesswrong.org/
Other
45 stars 23 forks source link

Voluntary karma transfers #515

Open frediy opened 9 years ago

frediy commented 9 years ago

From chris.he...@gmail.com on February 11, 2014 06:58:38

Allow users to send arbitrary amounts of their karma points to other users.

This can be used for bets, and bounties as on StackExchange.

Original issue: http://code.google.com/p/lesswrong/issues/detail?id=418

frediy commented 9 years ago

From jack.tri...@gmail.com on February 10, 2014 17:14:49

Status: Accepted

gjm-lbo commented 8 years ago

Note that (if unrestricted) this has an impact on the effectiveness of requirements like "must have karma >= K to upvote/downvote/submit". An unscrupulous user with multiple sockpuppets can pass karma from one to another, using each one while it has the karma.

There are lots of possible mitigations, but I've only thought of one that I like. Bad mitigations: undo user actions if karma drops below threshold (ugh), rate-limit karma transfers (probably not very effective), distinguish "organically acquired" from transferred karma and use the former for thresholds (ugly and confusing).

I think the right answer is to have a karma threshold for transfers. E.g., if K is the highest karma threshold anywhere in the system, say that for A to give karma to B both A's "final" and B's "initial" karma must be >= K.