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.
Plain-English walkthrough of the trending score and expected bag composition.
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.
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 × holdersCoins are then sorted by score to produce the Trending 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.
Once the top-N is selected, each coin is assigned a weight — how much of the bag it represents.
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%