Club Rewards
Overview
Club Rewards are an integral part of Bullish Social’s weekly $BUSO distribution system. Each week, clubs are ranked based on the total score of their members, which combines both interaction performance and leaderboard ranking. The higher the club ranks, the more reward it receives.
🔄 Distribution Methods
Each club can select its preferred reward distribution method. There are four available options:
1. Shared
- Rewards are equally distributed among all club members.
→memberReward = totalClubReward / memberCount
2. Rank-Based
- Rewards are distributed based on each member’s rank within the club.
→ Higher-ranked members receive more. No score calculation.
3. Score-Based
- Rewards are distributed based on individual scores within the club.
→ More active members earn more.
4. Balanced
- A combination of rank and score determines each member’s reward.
→ Configurable DAO-weighted calculation (e.g., 60% score, 40% rank).
Clubs can change their distribution method weekly.
🏆 Weekly Club Ranking
- Clubs are ranked every week based on their total score.
- Only the top N clubs (defined by
rewardClubMax
) are eligible to receive rewards. - DAO may update scoring weights through proposals.
- Club rewards are calculated using the Balanced method, which combines the club’s total score with its weekly ranking position.
🗳️ Governance Power
- Within each rewarded club, only the top member (rank 1) is eligible to gain voting power in DAO proposals.
- This ensures fair club representation while rewarding leadership and engagement.