TradingLive

Trading app execution quality.

Passive on-chain execution metrics for the top Solana trading apps and Telegram bots. Measured directly from fee-account transactions, no synthetic trades. Priority fee, Jito rate, CU price, and platform fee per transaction. EVM chain revenue (Ethereum, BSC, Base) on the chain tabs.

Updated 8/13/2026, 8:31:30 PM
#PlatformTx Count
1pump.fun22.4M
2FOMO498.2K
3GMGN397.6K
4Trojan75.3K
5Photon39.8K
6Maestro14.3K
7BullX5.3K
8Banana Gun141
9Axiom

Methodology

Solana source: Helius RPC getSignaturesForAddress on each platform's fee wallet. 100 transactions sampled per poll (every ~5 min).

Priority fee: transaction fee minus the 5 000-lamport base fee per signature. Paid by the user to compete for block space.

CU price: priority fee divided by compute units consumed (microlamports/CU). p50/p95 from sampled CU data.

Jito rate: fraction of sampled transactions tipping one of the 8 official Jito tip accounts.

Platform fee: average SOL transferred to the platform's fee account per incoming transaction.

Tx count: total transactions at the fee account over the window, from raw getSignaturesForAddress counts (not just the 100-tx sample).

EVM source: eth_getLogs for USDC (ERC-20) transfers + native ETH/BNB transfers to each platform's fee address. Base chain: USDC only (no free trace API for native).

EVM cadence: block-by-block scanning, bootstrapped 30 days back on first run, then continuous.

All measurements are passive; no test transactions, no funded wallets, no on-chain footprint.

Source: github.com/ChainBench/OpenChainBench. Bench #204.

FAQ

What is platform fee vs priority fee?

Priority fee is paid to Solana validators to compete for block space; it does not go to the trading app. Platform fee is the SOL transferred to the trading app's own fee wallet per transaction, which is the actual revenue the platform captures from each trade.

Why does Trojan show a near-zero Jito rate?

Trojan does not appear to use Jito MEV bundles for its standard execution path. This is consistent with its design as a Telegram bot that prioritises simplicity over MEV protection.

How is transaction count measured?

Tx count comes from getSignaturesForAddress on the platform's fee wallet(s), which gives the total number of transactions that sent fees to that address. This is the full population count, not a sample; the 100-tx sample is used only for fee amount and CU metrics.

Why are EVM revenues lower than Solana revenues?

Most platforms primarily target Solana users. EVM fee collection varies: some platforms charge mostly in native ETH/BNB via internal transactions which are not traceable without a trace API. The EVM figures reflect directly visible ERC-20 (USDC) and native transfers only.

How often is data updated?

Solana metrics update every 5 minutes (materialiser cycle). EVM revenue updates block-by-block continuously. The page reflects the state at the last materialiser run, shown in the table header.

Which platforms are tracked on EVM chains?

GMGN, Maestro, and Banana Gun are tracked on Ethereum. GMGN, Maestro, Axiom, and Banana Gun are tracked on BSC. GMGN, Maestro, and Banana Gun are tracked on Base. pump.fun Terminal is tracked on all three EVM chains.