Technical Architecture

LaunchDNA uses Birdeye token, trade, holder, security, and OHLCV data to generate forensic case files.

Birdeye Integration

/defi/v3/token/txs
Identify early buy compression and trade pressure
/defi/v3/token/holder
Calculate top holder concentration
/token/v1/holder-positions
Enrich holder evidence and tags
/defi/token_security
Detect security or risk flags
/defi/v3/ohlcv
Replay price and volume movement
/defi/token_overview
Gather baseline token metadata and liquidity

System Flow

Data Ingestion
Fetch new listing and request historical 1h data via Birdeye API.
Heuristic Classification
Evaluate metrics against threshold profiles (Sniper, Mirage, Organic).
Report Generation
Construct strict LaunchCase JSON object containing evidence and proof.
Client Delivery
Serve forensic report to frontend interface.