diff --git a/src/app/apps/page.tsx b/src/app/apps/page.tsx index f25aafa3..1e8c19c7 100644 --- a/src/app/apps/page.tsx +++ b/src/app/apps/page.tsx @@ -10,7 +10,6 @@ import { TRADING_APPS } from "@/lib/trading-apps-config"; import { fetchDeFiLlamaData } from "@/lib/defillama"; import { TradingAppsLeaderboard, type UnifiedAppRow } from "@/components/trading-apps-leaderboard"; import { RevenueSummary } from "@/components/revenue-summary"; -import { SolanaExecTable } from "@/components/solana-exec-table"; import Link from "next/link"; const DESCRIPTION = @@ -161,58 +160,31 @@ export default async function AppsHubPage() { )} -
- Priority fees, Jito bundle rates, and platform fees per transaction — measured passively from on-chain data. -
-- Priority fee = total tx fee minus the 5 000-lamport base fee per signature. -
-- CU price = priority fee ÷ compute units consumed (microlamports/CU). p50/p95 shows median and tail pressure. -
-- Jito rate = fraction of transactions tipping a Jito tip account. Higher = more MEV-sensitive routing. -
-- Platform fee = avg SOL to the platform fee account per transaction. - Source: Helius enhanced transaction API. No synthetic trades, no on-chain footprint. -
-Related benchmarks
-App Store Ratings
-iOS ratings for crypto trading apps, live
+ App Store Ratings + iOS ratings for crypto trading apps, live