OG Scan is a unified on-chain intelligence platform covering 16 blockchains — scan tokens, analyze wallets, generate AI reports, detect early launches, track markets, and automate alerts, all in one place.
Token scanning · Wallet forensics · AI analyst · PDF reports · Market radar · Early launch detection · Telegram bot · Webhook alerts · X integration · Custom AI bots · Live crypto news · Instant listings
|
Paste a contract address and get instant analysis — holders, activity, risk flags, contract forensics. Works across 16 chains. |
Deep-dive any wallet. Holdings, trade history, win rate, timing patterns. Ask AI about behavior directly. |
|
Share a token or wallet and get detailed AI analysis trained on years of on-chain data. Unlimited chat. |
Generate downloadable reports with charts, metrics, and AI insights. |
|
Track launches, trending pairs, and market activity across 16 chains. Live feeds refresh every minute. |
Catch projects before they move. Detect mint events, liquidity adds, and token creation in real-time. |
|
Full platform experience in Telegram. Scan tokens, generate reports, analyze wallets, chat with AI. |
Real-time alerts for launches, price targets, and whale activity. No-code setup — connect any system. |
|
Connect your X account. Auto-publish community posts to your profile. We handle API costs. |
Build branded bots for Telegram or Discord. Upload knowledge files, customize, and deploy instantly. 5+ free. |
|
Track bullish and bearish news, market narratives, and ecosystem updates in real-time. |
Paste a CA and auto-pull project names, logos, banners, metadata, and market data in seconds. |
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