Status: Brainstorm
Phase: Phase 8 | Tier: Free + Pro
Overview
Badges reward lifetime milestones. IQ Points reward consistent engagement. Challenges and Leaderboards add the third dimension: time-bounded goals and social competition. Each month, High IQ presents a set of challenges — specific, achievable objectives with clear IQ Point rewards. Complete a challenge and you earn points, flairs, and progress toward your next badge. An opt-in referral leaderboard shows the top referrers of the month, adding a competitive layer for users who want to see how they stack up. Challenges transform passive app usage into active goal pursuit. Without challenges, a user who imports an order and reads a report has “used the app.” With challenges, that same user is also “2/3 of the way through the Explorer Challenge” and has a reason to come back tomorrow for one more strain. The psychological difference is enormous — challenges turn retention from something the app hopes for into something the user works toward. Leaderboards add social proof and aspiration. Seeing that the top referrer this month has 12 confirmed referrals makes 5 referrals feel achievable. Seeing your own name on the board — even at #47 — creates a stake. Leaderboards are opt-in because competition is not for everyone, but for the users who do opt in, they become the most engaged segment of the community. The challenge system is designed to be lightweight, repeatable, and integrated with every other growth feature. Challenges reference actions that the app already tracks (orders, scans, shares, referrals), so no new tracking infrastructure is needed. The reward structure (IQ Points + flairs) uses existing systems. The only new components are the challenge definitions, the challenge progress UI, and the monthly reset logic.Monthly Challenges
Each month features 4-5 challenges spanning different aspects of the app. Challenges reset on the 1st of each month. Incomplete challenges expire — there is no carry-over.Standard Monthly Challenges
These challenges rotate monthly but draw from a consistent pool:Explorer Challenge: Try 3 New Strains
Explorer Challenge: Try 3 New Strains
Scientist Challenge: Scan 2 Labels
Scientist Challenge: Scan 2 Labels
Consistency Challenge: Sync Orders 3 Weeks in a Row
Consistency Challenge: Sync Orders 3 Weeks in a Row
Referral Challenge: Refer a Friend
Referral Challenge: Refer a Friend
The 500 IQ Points for the Referral Challenge are in addition to the standard referral rewards. This makes the monthly challenge period the most lucrative time to refer friends.
Monthly Bonus Challenge
Each month features one rotating bonus challenge that keeps the experience fresh:Annual Events
Two calendar events get special treatment with limited-edition badges that can never be earned again outside of their annual window.420 Challenge (April 1-30)
The most important date on the cannabis calendar gets a dedicated challenge:- Objective: Complete 4 out of 5 mini-challenges during April:
- Import at least 2 orders
- Scan at least 1 label
- Share at least 2 pieces of content
- Try at least 1 new strain
- Read at least 3 full research reports
- Reward: Limited edition “420” badge (Epic rarity, unique design, year-stamped: “420 2026”)
- IQ Points: 420 (naturally)
- Exclusivity: Each year’s 420 badge has a unique design. Collecting multiple years creates a visible history
710 Challenge (July 1-31)
For concentrate enthusiasts (710 upside down spells “OIL”):- Objective: Complete 3 out of 4 mini-challenges during July:
- Scan 2 concentrate/extract labels
- Try 2 new strains commonly used in concentrates
- Share a label scan result
- Read a report section on terpene profiles (relevant to concentrate quality)
- Reward: Limited edition “710” badge (Epic rarity, year-stamped: “710 2026”)
- IQ Points: 250
- Exclusivity: Same year-stamped exclusivity as the 420 badge
Referral Leaderboard
The referral leaderboard is a monthly ranking of users by confirmed referral count. It is entirely opt-in — users must explicitly choose to appear on the leaderboard.Leaderboard Display
Monthly Prizes
The top 3 referrers each month receive additional rewards:Leaderboard Rules
- Opt-in required — Users must toggle “Show me on leaderboard” in settings. Default is off.
- Monthly reset — Leaderboard resets on the 1st of each month. Previous months’ rankings are archived.
- Minimum threshold — Users need at least 1 confirmed referral to appear on the leaderboard
- Anti-gaming — Same anti-abuse protections as the Referral System (order upload requirement, Apple ID uniqueness, velocity detection)
- Visible count — All leaderboard participants can see how many people are on the board and their own rank, even if they are not in the top 10
User Value
How It Works
1
Monthly Challenges Appear
On the 1st of each month, the Challenges tab refreshes with new objectives. A push notification announces: “February’s challenges are live — 1,200 IQ Points up for grabs.”
2
Track Progress
Each challenge shows a progress bar and specific count (e.g., “1/3 new strains”). Progress updates in real time as the user takes qualifying actions.
3
Complete a Challenge
When a challenge objective is met, a celebration animation plays. IQ Points are credited immediately. If the challenge includes a flair, it is applied to the user’s profile.
4
Challenge Summary
At the end of the month, a summary card shows completed challenges, total IQ Points earned, and how the user compares to the community average. This summary is shareable.
5
Leaderboard Update
For opt-in users, the referral leaderboard updates in real time throughout the month. End-of-month rankings determine prize distribution.
Technical Approach
Architecture
Data Model (Convex)
Challenge Progress Flow
When a user performs a qualifying action (e.g., imports an order with a new strain):- The order import mutation completes successfully
- A post-action hook checks active challenges for the current month
- If the action matches a challenge metric, the
challenge_progressdocument is updated - If the updated count meets the target, the challenge is marked complete
- IQ Points are credited and flair is activated (if applicable)
- A completion notification is shown in the app
Tier Impact
Dependencies
- IQ Points system (Phase 4) — challenge rewards are denominated in IQ Points
- Referral System (Phase 2) — referral challenge and leaderboard depend on referral tracking
- Community Badges (Phase 3) — challenges reference badge progress and award community-adjacent achievements
- Share Cards (Phase 1) — challenge completion cards and monthly summary cards
- Order import tracking — built and live (tracks new strains, order frequency)
- Label scanner usage tracking — built and live (tracks scan count)
- Badge system — built and live (progress hooks reusable for challenge tracking)
- Trigger.dev monthly cron for challenge rotation and leaderboard reset
- Challenge progress UI (tab or section in profile)
- Leaderboard UI with opt-in toggle
- Push notification templates for challenge announcements and completions
- Flair system (lightweight — just a string displayed on profile)
Open Questions
- Challenge difficulty calibration — The proposed challenges are guesses. “Try 3 new strains” might be trivial for heavy users and impossible for occasional users. Should challenges have difficulty tiers (Easy / Medium / Hard) with scaled rewards?
- Incomplete challenge psychology — Expired, incomplete challenges can feel like failure. Should incomplete challenges show “you were 2/3 of the way there!” encouragement, or simply disappear? Research suggests that near-miss feedback increases future participation.
- Challenge fatigue — If users see the same challenge types every month (try strains, scan labels, share content), does it become stale? The rotating bonus challenge helps, but the standard pool may need to be larger (8-10 challenges, 5 active per month).
- Leaderboard size — How many users are visible on the leaderboard? Top 10? Top 50? Top 100? Smaller boards feel more prestigious; larger boards give more users the thrill of being “on the board.”
- Team challenges — Could future iterations support group challenges? “Your friend group collectively tried 20 new strains this month.” This requires the Friend Connections infrastructure from Strain Compatibility.
- Regional leaderboards — Should leaderboards be global or segmented by region/state? Regional boards reduce the gap between casual and power users, but the user base may be too small for regional segmentation at launch.
Related Features
- IQ Points — The currency that challenge rewards are denominated in
- Community Badges — Challenges and badges reinforce each other (badge progress is a challenge type)
- Referral System — Referral leaderboard and referral challenge depend on this system
- Cannabis Personality — December’s bonus challenge references the annual personality summary
- Share Cards — Challenge completion and monthly summary cards use the share card system
