// TRENDING BOARD · ROBINHOOD CHAIN

LIVE RANKINGS

Top coins ranked by market cap × volume × holders. The exact list expected to make each bag at the next governance vote.

New here? Every day our AI takes a snapshot of the top ~200 coins on the chain. Every 14 days a governance votepicks the winners. This page shows both — today's leaderboard, and the expected compositioneach bag would rebalance into if the vote happened right now. Jump to the methodology for the full formula.

How this page is calculated

Plain-English walkthrough of the trending score and expected bag composition.

1

Daily snapshot

Once a day, our AI reads on-chain data for every routable coin on Robinhood Chain and stores the numbers we care about: market cap, 7-day volume, and holders. Only coins with a usable USDG route are kept — anything untradeable is filtered out.

2

Composite score

Each metric is normalized to a 0–1 scale so they can be compared fairly, then combined with fixed weights:

score = 0.5 × market_cap
      + 0.3 × volume_7d
      + 0.2 × holders
Coins are then sorted by score to produce the Trending rank.

3

Expected rank

The expected rank for the next governance vote is simply today's rank. If the cycle ended right now, the top N coins by score would become BAG{N}. Rank moves as market data moves, so treat this as a live forecast — not a promise.

Bag weights (how much of each coin)

Once the top-N is selected, each coin is assigned a weight — how much of the bag it represents.

  • BAG10 uses a hand-tuned table so the biggest name never dominates:20 · 15 · 13 · 11 · 9 · 8 · 7 · 6 · 6 · 5 %.
  • BAG25 / 50 / 100 use an exponential decay by rank with a per-coin cap, then normalize back to 100%:
    weight_i = min(cap, decay^(rank_i − 1))
    final_i  = weight_i / Σ weight
    
    BAG25:  decay 0.93,  cap 12%
    BAG50:  decay 0.965, cap  7%
    BAG100: decay 0.982, cap  4%
  • The same formula runs on-chain when the governor finalizes a cycle, so this preview matches what will actually get executed — assuming routes stay available.
Heads up: nothing on this page is financial advice. Scores update with market data, and rank can change between now and the vote. Governance participants make the final call.