Skip to content

feat: dune-platform-volume harness + trading-apps hub overhaul - #2023

Merged
Flotapponnier merged 2 commits into
devfrom
feat/trading-apps-padre-volume-fix
Aug 21, 2026
Merged

feat: dune-platform-volume harness + trading-apps hub overhaul#2023
Flotapponnier merged 2 commits into
devfrom
feat/trading-apps-padre-volume-fix

Conversation

@Flotapponnier

@Flotapponnier Flotapponnier commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • New harness harnesses/dune-platform-volume/ queries Sacha's (adam_tehc) Dune community datasets for cross-chain trading platform volume instead of Mobula lighthouse byPlatform
  • Bench 201 updated: metric renamed to dune_platform_volume_24h_usd, source updated, BasedBot added as new provider
  • trading-apps hub: adds Terminal (Padre), BasedBot, updates volume tooltip + footer, restores pump.fun volume (now properly pumpapp-only)

Datasets discovered and confirmed

Platform Dataset Chains
GMGN dataset_gmgn_daily sol, bnb, robinhood, base, eth, xlayer, hyperevm, monad, megaeth
Axiom dataset_axiom_daily sol $150M, robinhood, bnb, eth
Trojan dataset_trojan_daily sol only
Terminal dataset_terminal_daily sol, robinhood, base, bnb
Photon dataset_photon_daily sol only
BasedBot dataset_basedbot_daily robinhood, bnb, base, sol, eth, hyperevm
pump.fun dataset_pumpapp_sol_daily + dataset_pumpfun_relay_daily sol + relay
fomo dataset_fomo_sol_daily sol only

Dune query

Query ID 8400444 tested and returns clean data for all 8 platforms. Set DUNE_QUERY_ID=8400444 + DUNE_API_KEY on VPS to deploy.

Deployment (VPS)

After merge to dev, run on ocb-par-main:

cd /opt/ocb
docker build --no-cache -t ocb-dune-platform-volume harnesses/dune-platform-volume/
docker stop ocb-dune-platform-volume 2>/dev/null; docker rm ocb-dune-platform-volume 2>/dev/null
docker run -d --name ocb-dune-platform-volume \
  -e DUNE_API_KEY=<key> \
  -e DUNE_QUERY_ID=8400444 \
  -p 9201:2112 \
  --restart unless-stopped \
  ocb-dune-platform-volume

Then add scrape target to prometheus.yml.

🤖 Generated with Claude Code

pump.fun cut fees to 0% in Aug 2026 — no referral tag, bonding-curve
volume mixes all UIs and bots, not comparable. Show — instead.

Terminal = pump.fun's own app (formerly Padre, acq. Apr 2025),
trackable via its own referral tag, added to PLATFORMS as padre.
New harness queries adam_tehc's Dune community datasets for cross-chain
trading platform volume (Solana + BNB + Base + Robinhood + HyperEVM + Monad).

Datasets confirmed: gmgn, axiom, trojan, terminal (padre), photon,
basedbot, fomo (sol-only), pumpapp + relay (pump.fun).

Bench YAML updated: metric dune_platform_volume_24h_usd, removed Mobula
lighthouse dependency, added BasedBot as new provider.

trading-apps page: add BasedBot, update tooltip + footer for new source,
restore pump.fun volume (now properly pumpapp-only not all bonding-curve).

Dune query ID: 8400444 (set as DUNE_QUERY_ID on VPS)
@Flotapponnier Flotapponnier changed the title fix(trading-apps): add Terminal (Padre), hide pump.fun volume feat: dune-platform-volume harness + trading-apps hub overhaul Aug 21, 2026
@Flotapponnier
Flotapponnier merged commit 4552471 into dev Aug 21, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant