Linkrra Kaspa Toccata Live · Methodology LIVE

How the fair-launch grade works

Every KRC-20 token and KRC-721 collection on this site gets a single A–F Launch-Quality grade. It's a transparent, on-chain read of one question: is this launch fairly distributed and widely held, or concentrated in a few wallets? Here is the exact model — the same one behind every grade, badge, report and leaderboard on the site. Real on-chain data only; it lowers rug risk, it doesn't guarantee safety. Not financial advice.

score = round( Fairness×0.45 + Adoption×0.35 + Liquidity×0.20 )
Fairness 45% Adoption 35% Liquidity 20%
Three pillars, each scored 0–100, blended by weight into one 0–100 score, then mapped to a letter grade.

The grade scale

A85+Fair & healthyBroadly distributed, widely held, and actively traded.
B70+SolidWell held with only minor concentration or liquidity gaps.
C55+MixedSome concentration or a thin holder base — read the pillars.
D40+WeakNotable concentration or very early/illiquid — caution.
F< 40High riskSupply is concentrated or the base is tiny — treat with caution.

The three pillars

Fairness

45% of the grade

How evenly supply is distributed — the core anti-rug signal. Starts at 100 and loses points for concentration.

Measured on KRC-20: % of CIRCULATING supply. KRC-721: % of MINTED items.

Signal
Effect on the pillar
Why
Top wallet over 5%
−1.6 pts per point above 5%
A single large holder can dump on everyone.
Top 5 wallets over 25%
−0.7 pts per point above 25%
Coordinated concentration across a few wallets.
Deployer wallet over 3%
−2.2 pts per point above 3%
Team-held supply is the classic rug lever — weighted hardest.
Pre-mint before public open
−2.0 pts per % pre-minted
Supply minted before the public could is an unfair head start.
Fewer than 25 holders
−2 pts per holder below 25
A tiny holder base isn't a real launch yet.

Clamped to 0–100.

Adoption

35% of the grade

How many people actually hold it — real reach, on a logarithmic curve (each 10× of holders adds roughly the same points).

Measured on Holder count (+ a small bonus for positive 24h holder growth).

Signal
Effect on the pillar
Why
KRC-20 holder curve
clamp((log10(holders) − 0.5) / 4.3 × 100)
~3 holders scores near 0; a broad blue-chip base approaches 100.
KRC-721 holder curve
clamp((log10(holders) − 0.6) / 2.4 × 100)
Recalibrated for the smaller typical NFT holder base.
Positive 24h holder growth
+ up to 8 pts (log-scaled)
Rewards launches actively gaining holders right now.

Clamped to 0–100.

Liquidity

20% of the grade

Whether it actually trades — marketplace depth. The lightest pillar, because a fair, well-held launch can be brand-new with little volume yet.

Measured on KRC-20: marketplace USD volume and cumulative trade count (whichever is stronger). KRC-721: 24h volume and total volume in KAS.

Signal
Effect on the pillar
Why
KRC-20 volume (USD)
clamp((log10(volumeUsd) − 1) / 5 × 100)
Log-scaled marketplace turnover.
KRC-20 trades
clamp((log10(trades) − 1) / 4 × 100)
Cumulative trade count as a depth proxy.
Score = the stronger of the two
max(volume score, trades score)
Either real turnover OR many trades counts as liquidity.

Clamped to 0–100.

Concentration read

Alongside the score, every report states a plain-language concentration level from the same holder data. KRC-20: share of circulating supply. KRC-721: share of minted items.

ConcentratedTop wallet ≥ 40%, OR deployer ≥ 40%, OR fewer than 10 holders.
ModerateTop wallet ≥ 15%, OR top-5 ≥ 55%, OR deployer ≥ 10%, OR pre-mint ≥ 5%.
DistributedNone of the above — broadly held.

Honest limitations

FAQ

How is the Kaspa fair-launch grade calculated?

Every KRC-20 token and KRC-721 collection gets a 0–100 score blended from three pillars — Fairness (45%), Adoption (35%) and Liquidity (20%) — then mapped to a letter: A ≥85, B ≥70, C ≥55, D ≥40, F below 40. Fairness starts at 100 and loses points for supply concentration (top wallet, top-5, deployer holdings, pre-mint) and a tiny holder base; Adoption scores holder count on a log curve; Liquidity scores marketplace volume and trades.

What makes a KRC-20 launch score an F?

Concentration is the biggest driver: a single wallet or the deployer holding a large share of supply, a heavy pre-mint before public minting opened, or only a handful of holders. A launch can also grade low simply for being brand-new with almost no holders yet — that's 'unproven', not necessarily a scam. Read the three pillars, not just the letter.

Does a good grade mean a token is safe to buy?

No. The grade measures how fairly supply is distributed and how widely it's held and traded — it lowers rug risk, it does not guarantee safety or endorse an investment. It can't see code, team identity, or off-chain intent. Always do your own research; this is not financial advice.

Is the same model used everywhere on the site?

Yes. One shared scoring function grades the in-app drawer, the embeddable badge, the /t/ and /n/ report pages, the /wave and /nftwave leaderboards, the /holders concentration read, the /vs head-to-heads, and the /grade & /ngrade APIs — so a grade can never disagree with itself across surfaces.

Why do KRC-20 and KRC-721 grade slightly differently?

They share the exact same Fairness model. The Adoption and Liquidity curves are recalibrated for the KRC-721 world, which typically has smaller holder bases and different marketplace volume than KRC-20 tokens.

See the fair-launch leaderboard → Grade API → This model as JSON → Explore all surfaces →