The rank distribution data is based on an official developer snapshot shared on
                Reddit:
                
2.4% Bronze, 12.6% Silver, 31.7% Gold, 34.9% Platinum, 14.9% Diamond, 3.2% Master, 0.3% Grandmaster, 0.1% Champion.
            
                Each main tier is split into 5 sub-tiers (1–5). Within a tier, the position of players isn't uniform — instead, it's shaped using a power-law curve controlled by a parameter k:
            
k < 1 → more players at the bottom of the tier (Diamond/Master).k > 1 → more players at the top of the tier (Bronze/Silver).k = 1 → uniform distribution.
                The formula for your cumulative position is:
                CumulativeBelow + Tier% × ((5 - subTier + fractionProgress) / 5) ^ k
                Your Top % = 100 - cumulativePosition.
            
The curve above shows the estimated overall player distribution across all ranks. The horizontal amber line marks your current estimated position in the playerbase.
Note: This is an approximation based on global data and shape assumptions. Regional or seasonal variations may differ significantly.