Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 21 additions & 8 deletions benchmarks/solana-unique-traders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

slug: solana-unique-traders
number: "207"
title: "Unique daily traders on Solana: pump.fun vs GMGN vs Axiom vs Trojan vs Photon, live"
seo_title: "Unique daily active traders by Solana platform 2026: pump.fun vs GMGN vs Axiom vs Trojan vs Photon"
seo_description: "{{best_name}} has the most unique daily traders at {{best_p50}} wallets in 24h. pump.fun vs GMGN vs Axiom vs Trojan vs Photon ranked by unique daily active users, live from Dune Analytics."
title: "Unique daily traders on Solana: pump.fun vs GMGN vs Fomo vs Axiom vs Trojan, live"
seo_title: "Unique daily active traders by Solana platform 2026: pump.fun vs GMGN vs Fomo vs Axiom vs Trojan"
seo_description: "{{best_name}} has the most unique daily traders at {{best_p50}} wallets in 24h. pump.fun vs GMGN vs Fomo vs Axiom vs Trojan ranked by unique daily active users, live from Dune Analytics."
subtitle: Live count of unique wallet addresses that executed a trade through each Solana platform in the last 24 hours. Refreshed hourly via Dune Analytics. Measures real user breadth, not volume, revealing which platforms serve the most distinct traders vs which are dominated by bots or whale concentration.

category: Trading
Expand All @@ -19,8 +19,8 @@ disclaimer: |
seo_intro: |
GMGN leads Solana trading terminals by unique daily active wallets, serving a broad
segment of retail and power traders with AI-powered copy trading and wallet analysis.
Axiom attracts millions of unique daily traders, while Trojan and Maestro serve a
smaller but high-conviction base of Telegram power users.
Axiom and Fomo each attract hundreds of thousands of unique daily traders, while
Trojan and Maestro serve a smaller but high-conviction base of Telegram power users.
pump.fun's unique trader count is substantially undercounted since August 7, 2026,
when its bonding-curve trading fees were cut to zero; fee wallet attribution now
captures only graduation and creator fee events rather than swap activity. This
Expand Down Expand Up @@ -67,9 +67,9 @@ faq:
- q: "Why does pump.fun have so many more unique traders than GMGN?"
a: "pump.fun is the default entry point for new Solana users and meme coin traders. Its bonding curve launch mechanic triggers massive multi-wallet bot activity as snipers race to buy newly created tokens. GMGN serves a more deliberate, power-trader segment that skews toward fewer unique wallets but larger position sizes."
- q: "Is this apple-to-apple between pump.fun and the others?"
a: "The methodology is consistent: all platforms use fee wallet attribution from solana.account_activity. However, pump.fun's results are substantially undercounted since August 7, 2026, when its bonding-curve trading fees were cut to zero. Fee wallet attribution now captures only graduation and creator fee events, not the hundreds of thousands of daily swaps. For trading terminals (GMGN, Axiom, Trojan, Maestro, Photon), the comparison is directly apple-to-apple."
- q: "Why is Fomo not included?"
a: "Fomo collects most of its protocol fees through an off-chain relay system that batches payments separately from individual user transactions. Per-trade fee wallet attribution via solana.account_activity cannot reliably identify the individual trader transactions, so Fomo would show zero unique traders despite real activity. Bench 203 (take rate) covers Fomo via DeFiLlama, which has access to Fomo's private fee data."
a: "The methodology is consistent: all platforms use fee wallet attribution from solana.account_activity. However, pump.fun's results are substantially undercounted since August 7, 2026, when its bonding-curve trading fees were cut to zero. Fee wallet attribution now captures only graduation and creator fee events, not the hundreds of thousands of daily swaps. For trading terminals (GMGN, Axiom, Fomo, Trojan, Maestro, Photon), the comparison is directly apple-to-apple."
- q: "How is Fomo tracked given its off-chain relay fees?"
a: "Fomo collects per-trade fees in USDC to a protocol-owned token account. The Dune query matches on token_balance_owner = Fomo's fee wallet in solana.account_activity with USDC mint and a positive balance change filter, capturing the on-chain per-trade USDC fee inflows. Fomo's off-chain relay fee component (batched separately) is not counted here, so the figure reflects only the on-chain Jupiter referral fee events."
- q: "How is this different from bench 201 (24h volume)?"
a: "Bench 201 ranks platforms by 24h swap volume in USD. This bench ranks by unique daily active wallets. A platform can have high volume with few wallets (whale-concentrated) or low volume with many wallets (retail-dominated). Both metrics together reveal the full picture."

Expand Down Expand Up @@ -113,6 +113,19 @@ providers:
sample_size: solana_platform_unique_traders_24h{platform="axiom"}
series: solana_platform_unique_traders_24h{platform="axiom"}

- slug: fomo
name: Fomo
tag: "Solana mobile trading app"
formula: "Unique tx count for transactions where Fomo's USDC fee wallet received a positive USDC inflow in the last 24h (Dune: solana.account_activity token_balance_owner match, hourly refresh). Captures on-chain per-trade Jupiter referral fee events; off-chain relay fees excluded."
queries:
p50: solana_platform_unique_traders_24h{platform="fomo"}
p90: solana_platform_unique_traders_24h{platform="fomo"}
p99: solana_platform_unique_traders_24h{platform="fomo"}
mean: solana_platform_unique_traders_24h{platform="fomo"}
success: solana_platform_trader_health{platform="fomo"}
sample_size: solana_platform_unique_traders_24h{platform="fomo"}
series: solana_platform_unique_traders_24h{platform="fomo"}

- slug: trojan
name: Trojan
tag: "Telegram trading bot on Solana"
Expand Down
Loading