Skip to content

DoCurious API Reference / types / RATE_LIMITS

Variable: RATE_LIMITS

const RATE_LIMITS: object

Defined in: types/gamification.types.ts:380

Anti-gaming rate limits to prevent XP farming (per Doc 8: Gamification System).

Type Declaration

daily_xp_cap

daily_xp_cap: number = 500

Maximum XP that can be earned in a single calendar day

duplicate_completion_window_hours

duplicate_completion_window_hours: number = 24

Minimum seconds between identical challenge_completed events

max_dc_rounds_per_week

max_dc_rounds_per_week: number = 5

max_streak_multiplier

max_streak_multiplier: number = 1.2

max_verifications_per_day

max_verifications_per_day: number = 10

DoCurious Platform Documentation