OrbitX is an on-chain operating system for crypto — one destination that unifies trading intelligence, a social layer, live streaming, prediction markets, and gaming, connected by a single wallet-based identity. Its core, OrbitX DEX (live at ogscan.fun), aggregates public blockchain and market data across 16 chains, enriches it, and surfaces what most tools hide: dev-wallet and dev-sold status, the first on-chain buyer, paid-listing status, whale/KOL holders, real all-time-high history, bundle/sniper detection, and wallet copy-tracking.
Forensic token intelligence · Social feed · Live voice & video · Prediction markets & games · Free token launchpad · Per-token AI analyst · Public MCP agent API · Non-custodial by design
→ ogscan.fun · Full breakdown: Whitepaper · Roadmap
|
Curated, garbage-filtered discovery across 16 chains. Every token page carries a trust verdict, dev-wallet/dev-sold status, first-buyer tx, paid-listing flag, and bundle/sniper detection. |
Portfolio with realized/unrealized PnL, a smart-money directory with a live buy/sell feed, and follow up to 10 wallets to see what they do next. |
|
Every token gets its own AI agent, grounded in live on-chain data and live web search — real numbers, real wallets, cited sources, one-tap Solscan links. |
Launch a token straight to pump.fun from inside OrbitX DEX — free, with an optional custom vanity mint address (e.g. ending in |
|
Real-time momentum signals plus a live feed (newest, bonding, trending, gainers, migrated) with safety chips — Snipe Feed, Scanner, New Pairs, OG Finder, Migrations, Swap. |
X-style timeline, profiles, communities, per-token chat, and a KOL social feed — cashtag and mint linking built in. |
|
Voice Spaces with lobbies and recordings, plus full live streaming — camera or screen share, multi-broadcaster grid, live chat. |
Native prediction markets and provably-fair 1v1 games, wired into your OrbitX insights with leaderboards and achievements. |
|
|
OrbitX never takes custody of funds or keys. Every trade is signed by your own wallet. Pro tier gates on token balance, checked non-custodially. |
og-scan/
├── web/ ← Vite + React app (ogscan.fun)
├── supabase/
│ └── functions/ ← Edge Functions (AI agent, APIs, data sync)
├── api/ ← Vercel serverless functions
└── docs/ ← Internal guides and specs
git clone https://github.com/audifyx/og-scan
cd og-scan/web
npm install
cp ../.env.example .env # fill in your keys
npm run dev# Cache invalidate # Deployed
