Skip to content

Commit fc643c6

Browse files
committed
Added reputation system explainer
1 parent 980c717 commit fc643c6

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

pages/_meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"type": "separator",
2323
"title": "How it Works"
2424
},
25+
"reputation_system": "Reputation system",
2526
"onchain_contract": "On-chain contract",
2627
"bot_commands": "Bot commands"
2728
}

pages/reputation_system.mdx

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
import { Callout } from "nextra/components";
2+
3+
# Reputation System
4+
5+
Githoney uses a reputation system to recognize and reward contributions from both maintainers and contributors. Your reputation score helps build trust and showcase your track record on the platform.
6+
7+
8+
## How It Works
9+
10+
- Three Roles, Three Scores: Users have separate reputation scores for their roles as contributors, maintainers and sponsors.
11+
- Earning Points: You earn points for completing bounties, creating bounties that get fulfilled, and sponsoring bounties.
12+
- Losing Points: You might lose points for uncompleted claimed bounties, missed deadlines, or other actions that negatively impact the community.
13+
14+
## Reputation Changes
15+
16+
Here's a breakdown of how reputation points are calculated for different actions:
17+
18+
- On Merge (Bounty Completed)
19+
- Maintainer (Bounty Creator):
20+
- +5 points for creating the bounty
21+
- +5 points for successful completion
22+
- +1 point for every 100 ADA deposited in the bounty
23+
- Contributor:
24+
- +10 points for completing the bounty
25+
- +1 point for their current streak level (0 to 3)
26+
- +1 point for every 100 ADA in the bounty
27+
- Sponsor:
28+
- +1 point for the bounty being completed
29+
- +1 point for every 100 ADA they sponsored
30+
- On Close (A Claimed Bounty Closed without Merge)
31+
- Maintainer: -10 points
32+
- On Deadline (A Claimed Bounty Expires)
33+
- Contributor:
34+
- -5 points for not completing the bounty
35+
- -1 point for every 200 ADA in the bounty
36+
37+
38+
39+
<Callout type="info">
40+
41+
This is the initial version of the reputation system, and it will evolve based on community feedback and usage patterns.
42+
43+
</Callout>

0 commit comments

Comments
 (0)