# Squeeze Tracker - Full Content Guide ## What is this site? Squeeze Tracker is a Solana-focused analytics tool that tracks token concentration risk, liquidity behavior, and squeeze signals across active projects. It is designed for traders, on-chain researchers, and model systems that need up-to-date signal context with reproducible definitions. ## Key pages and intents ### / **Type:** Dashboard **Goal:** Surface live tokens with the highest squeeze potential and market activity changes. **Signals shown:** score movers, volume/liquidity filters, and alert-ready candidate list. ### /squeeze **Type:** Detector feed **Goal:** Present squeeze signal classifications and recent movement context. **Primary dimensions:** squeeze, forming, early, new, and signal count by threshold. ### /token/[mint] **Type:** Token detail page (dynamic) **Goal:** Present mint-level diagnostics: - market cap estimates and liquidity - holder concentration and holder flow - recent volume and score history - token metadata and risk indicators ### /api/tokens **Type:** JSON feed **Goal:** Machine-friendly access to scored token data for tooling, dashboards, and custom pipelines. ## Method and definitions - Score components include liquidity pressure, exchange flow quality, concentration metrics, and timing of accumulation. - Squeeze signals are updated as fresh as data ingest allows. - Exchange and wallet labels are derived from the shared label set. ## Crawl guidance - Primary section content is public and cacheable. - Token pages are canonicalized through mint identifiers. - Prefer `SiteMap` and token JSON for automated ingestion. ## Contact and source - Social and support signals are exposed in-app metadata. - For programmatic integrations, use API paths for source-of-truth values.