How we rank
Public data. Public rules.
PnL v1
Realised PnL is flow, not accounting: for every token a wallet traded, we sum the USD value of its sells and subtract the USD value of its buys, each valued at the moment of the swap.
pnl_30d = Σ (sell_usd − buy_usd), over tokens with both a buy and a sell in the last 30 days
Only round trips count. If we indexed a sell but never the matching buy — the buy happened before the window, or in a pool we do not index — that token is left out of PnL entirely rather than counted as pure profit. Tokens bought and not yet sold are left out too; they show up as survived.
Win rate is per token, not per trade: a token counts as a win when the wallet sold it for more than it paid. Tokens the wallet is still holding, and tokens we only saw sold, are not counted in the win rate.
win_rate = round trips where sell_usd > buy_usd / round trips
Rank v1
Thresholds are applied in order, then the top 1% of positive PnL becomes outlaw. Ranks are recomputed on every scan, so a rank is a statement about the last 30 days and nothing else.
Data sources
- Swaps: GeckoTerminal trade feeds for the busiest pools on Robinhood Chain, polled every five minutes.
- Stock Token pairs: the Robinhood asset registry, refreshed daily, used to label which board a pair belongs to.
- Chain totals: DefiLlama (TVL, DEX volume, fees).
Coverage is the honest limit here. We index the pools with real volume, not every pool, and only swaps above $25. A wallet that trades tiny size, trades in an unindexed pool, or trades through an aggregator that settles under a different address will look quieter on its card than it was on chain. The card says what we indexed — it is not a claim about anyone's total performance.
Boosts
A boost pins a card to the top of a board for 24 or 72 hours. A boosted row is labelled BOOSTED and keeps its real rank position next to it. Boosts never change PnL, win rate or rank.
Opt out
Every wallet on the board is public onchain activity, but you can still ask to be removed. Sign a message from the wallet on its card page and it is hidden from every board, the API and alerts within one scan. Signing only proves ownership; it never moves funds and never grants an allowance.
Versions
| Formula | Version | Since |
|---|---|---|
| pnl | v1 | 2026-09-08 |
| rank | v1 | 2026-09-08 |
Disclaimer
MERRY is a public leaderboard. Ranks are automated heuristics over public data, not a measure of skill and not a recommendation to copy anyone. Nothing here is financial advice.
