Post
Topic
Board Beginners & Help
Re: How merits spread started?
by
kudosinitchi
on 29/06/2022, 16:36:04 UTC
<…>
The initial Merit/Smerit airdrop, as we call it here, was twofold:

1.   When the Merit System Kicked-off in late January 2018, all existing accounts were given the amount of Merits that equated their rank’s requirement under the Merit System. So if an account was a Sr. Member, it was awarded 250 Merits, a Hero Member 500 merits, and so forth. The idea was to keep things consistent, and have all pre-merit ranks be coherent with rank requirements upon introducing the Merit System. The other option, I figure, would have been to have all accounts start from scratch again, option that was discarded in any case.

Note that, at the said time, Jr. Members did not require any Merits for their rank, and thus did not receive any in the so call airdrop. The 1 Merit requirement for Jr. Members was introduced in September 2018 to try to further curb the spam on the forum.


2.   In addition, accounts were airdropped a certain amount of sMerits (those that are actually sendable when meriting a post), which were different for each account, and depended on its Activity over the prior year (roughly) and its rank. Members and upwards were awarded these sMerits to get the ball rolling, as per this post:

While specific formula is not given, theymos wrote that the initial sMerit is not solely determined by rank, but determined by rank and activity points obtained in the last year.

The exact formula was:

Code:
yearActivity = activity in the last ~year, max 378
freeMerit = the merit (not sMerit) you started with
modifier =
  0.1 if member
  0.2 if full member
  0.25 if sr member
  0.35 if hero
  0.4 if legendary

return (yearActivity/378) * modifier * freeMerit

So the most you could get is if you were a Legendary who maxed out your activity points in the last year, in which case you would get 1 * 0.4 * 1000 = 400 sMerit.

Note that I later made an adjustment giving 500 extra merit to some hero members, but no extra sMerit was given here.

I'll probably publish a dump of the initial sMerit at some point.

On top of that, Merit sources were introduced in order to create a new inflow of sMerits in the system. Some were initially appointed, and others were later added either after postulating as candidates, or being selected for the task. The number of sources changes from time to time, as sources are sometimes removed and/or added. Their individual 30 day sMerit allowance also gets revised every now and then, and may increase or decrease over time.
Quote
Last but not least, once the Merit System started to roll, every 2 Merits that get added to your counter generate 1 sMerit to sent to others.
Thanks for your reply, indeed i gained some knowledge about this Merit system works. If you don't mind, I have some question that needs for clarification.. are these sMerits have expiration? at what extent? like when unused for a long time? you said they gain some sMerit when given a merit by some users, don't you think there will be an oversupply that will make merit system unbalance when tried to hoard by some users?

Moreover, I really find this Merit System very interesting you know. I can feel that it has more features to unlock. How about a Donation that can be given to a certain charity institution where gain sMerit can be opt to donate that can be converted to a certain token. I know Merits are made of out of codes but you know maybe if possible the Dev can start to come up with a similar idea using this forum to work this things out of a program in the future.