Overview
Flaunch Radar is a real-time discovery dashboard for newly launched tokens and 24-hour top performers. It aggregates market and on-chain signals into a clean interface that surfaces new launches, big movers, and verified socials.
- New Tokens (24h): deduplicated launches with accurate Dexscreener 24h % change, basic cap/volume where available, and launch age.
- Top Performers (24h): movers ranked primarily by 24h % and volume, with sparklines to visualize the move.
- Social Feed: recent verified socials (X, Farcaster, Websites, Discord, Telegram) mapped to token addresses.
Access Model & Snapshot NFT
During beta, the top-10 token holders (by balance) at one randomly selected snapshot time within the next 72 hours will each receive a non-transferable access NFT that unlocks full site access with no restrictions.
- Snapshot timing: exactly one snapshot is taken at a pseudo-random time within the 72-hour window to reduce gaming. Eligible holders at that moment are selected.
- Distribution: one access NFT per qualifying address; the NFT is intended for access (non-transferable).
- Post-beta: advanced features will be token-gated (holding the access NFT or the token).
Data Pipeline & Providers
We aggregate and normalize data from multiple providers, then serve it through our own API layer to protect upstreams and keep the UI snappy.
- Dexscreener: authoritative 24h % change; also price/volume hints and sparklines where available.
- Flayer Labs: token catalog (new launches, metadata, details) and select price/volume endpoints.
- The Graph: subgraph access for on-chain indexing; proxied via our
/api/graphwith caching + rate limiting.
Our serverless routes cache hot responses (in-memory + Redis KV) and apply rate-limits and timeouts. Fallbacks kick in when a provider is down to ensure graceful degradation instead of a blank page.
Ranking & Algorithms
- New Tokens (24h): tokens created in the last 24 hours. We deduplicate by address, prefer freshest metadata, and sort by createdAt.
- 24h % Change: always prefer Dexscreener’s 24h percentage for consistency. If missing, we derive it from available price series (as a fallback).
- Top Performers (24h): primarily sorted by 24h % (Dexscreener), with volume used to surface meaningful movers. New-but-ripping coins may be promoted into the list if they have strong volume or % move.
- Sparklines: prefer upstream series; otherwise we synthesize a smooth curve from the 24h% to hint the move direction.
API Endpoints
/api/new— new launches (24h) with Dexscreener 24h% included./api/top-performers— KV-backed Top-24h list./api/metrics/[address]— per-token FDV, volume, sparkline./api/graph— The Graph proxy (TTL + rate-limits)./api/socials— latest verified socials for visible tokens.
Caching, Rate Limits & Proxy
- Caching: hot responses are cached in memory and Redis KV (short TTLs) to cut provider calls and speed up the UI.
- Rate limiting: per-route limits throttle abusive traffic without hurting normal users. We also coalesce duplicate requests.
- Proxying: the
/api/**layer shields upstream keys and lets us apply timeouts/retries/fallbacks centrally.
Social Feed
We fetch and surface socials only for addresses already visible on the page (to keep provider load reasonable). X/Twitter items show a verified badge if the handle is verified upstream.
Roadmap
- Token/NFT gate & roles after beta (full features require holding access token or NFT).
- Watchlists, alerts, and custom filters.
- Deeper on-chain signals (liquidity changes, holder distribution, vesting watch).
- More chains and per-DEX views.
- Public API keys / partner integrations.
FAQ
Lists poll every ~20–60s; server caches have short TTLs to balance freshness and provider limits.
Only launches in the last 24h are shown. Some providers delay listings; we dedupe and surface once upstreams carry it.
The list is 24h-rolling; once the move falls out of the window or volume dries up, rank can drop.
Hold a top-10 balance at the single snapshot moment randomly chosen within 72 hours. Exact time is intentionally undisclosed to reduce gaming.
No. This is an information dashboard. Do your own research and manage risk.
Important Disclaimer
Flaunch Radar is provided “as is” for informational and educational purposes only. It does not constitute financial advice, an endorsement, or a solicitation. Crypto assets are volatile and risky. Data comes from third-party providers and may be delayed or inaccurate. Use at your own risk.