Overview
Monkeytype features a comprehensive XP and progression system that rewards consistent typing practice, accuracy, and challenge completion. Earn XP to climb the weekly leaderboards, maintain streaks for bonuses, and unlock special badges.XP Calculation
Base XP
XP is earned based on the time you spend typing:Base formula:
(Test Duration - AFK Time) × 2 = Base XPExample: A 60-second test with no AFK time = 120 base XPXP Modifiers and Bonuses
Your base XP is multiplied by various modifiers based on your performance:1. Accuracy Bonuses
100% Accuracy
+50% bonusPerfect accuracy with zero mistakes.
Corrected Everything
+25% bonusLess than 100% accuracy but corrected all mistakes.
2. Mode and Difficulty Bonuses
3. Funbox Difficulty Bonus
Funboxes add XP based on their difficulty level:4. Streak Bonus
Maintaining a daily typing streak grants increasing XP bonuses:Streak bonuses are configurable per server. Check your instance’s configuration for
maxStreakDays and maxStreakMultiplier values.5. Incomplete Tests
You earn XP for incomplete tests based on accuracy:Accuracy Penalty
After all bonuses are applied, your accuracy affects the final XP:Daily Bonus
Earn a bonus for your first test each day:- 5% of your total XP (proportional to your level)
- Capped between
minDailyBonusandmaxDailyBonus(configurable) - Only awarded once per day
Final XP Calculation
XP Breakdown
After completing a test, you receive a detailed XP breakdown:Streak System
How Streaks Work
Streaks track consecutive days of typing activity:Streak Rules
1
Start a streak
Complete a typing test to begin your streak at day 1.
2
Maintain the streak
Complete at least one test each day. Tests from yesterday increment the streak by 1.
3
Lose the streak
If you skip a day (no test completed yesterday or today), your streak resets to 1.
The system tracks both your current streak and max streak (longest streak ever achieved).
Hour Offset
Customize when your “day” starts:Badge System
Types of Badges
Badges are earned through various achievements:- Milestone Badges - Awarded for reaching specific XP or test count milestones
- Streak Badges - Earned by maintaining long typing streaks
- Challenge Badges - Unlocked by completing special challenges
- Premium Badge - Granted to premium subscribers
- Special Event Badges - Limited-time or unique achievement badges
365-Day Streak Badge
The most prestigious streak badge is awarded at 365 consecutive days:Badge ID 14 is the 365-day streak badge. It’s delivered to your inbox when you reach the milestone.
Badge Display and Selection
You can select which badge to display:- Your profile
- Leaderboard entries
- Friends lists
backend/src/api/controllers/result.ts:511:
Badge Delivery
Badges are delivered via the inbox system:- Achievement is detected (e.g., 365-day streak)
- A mail is created with the badge as a reward
- Mail is added to your inbox
- You claim the badge from your inbox
- Badge is added to your inventory
Weekly XP Leaderboard
How It Works
XP earned during the current week contributes to the Weekly XP Leaderboard:Eligibility Requirements
- Not be banned
- Not have opted out of leaderboards
- Have at least 2 hours (7,200 seconds) of total typing time
The minimum time typing requirement (
minTimeTyping) is configurable per server and defaults to 2 hours from backend/src/constants/base-configuration.ts:99.Viewing the Leaderboard
Test Activity Tracking
Every completed test increments your daily test count:- Activity heatmaps on profiles
- Test activity history (premium feature)
- Streak calculations
XP Configuration
Server administrators can tune XP settings in the configuration:Frequently Asked Questions
Why didn't I gain XP for my test?
Why didn't I gain XP for my test?
XP is not earned for:
- Zen mode tests
- Tests with accuracy below 50%
- When XP is disabled server-wide
How do I recover a lost streak?
How do I recover a lost streak?
Streaks cannot be manually recovered. You must restart from day 1 by completing a test.The system logs streak losses for administrators to review in case of server issues.
Can I see my XP breakdown from past tests?
Can I see my XP breakdown from past tests?
The XP breakdown is returned immediately after completing a test. Historical breakdowns are not stored in the database.Consider recording your XP gains manually or exporting result data regularly.
Why is my daily bonus different each day?
Why is my daily bonus different each day?
The daily bonus is proportional to your total XP:As your total XP grows, so does your daily bonus (up to the maximum).
Do incomplete tests affect my streak?
Do incomplete tests affect my streak?
No. Only completed tests count toward maintaining your streak. Incomplete tests contribute XP but don’t update the streak counter.