# CLOBr > Real-time DEX liquidity analysis for Solana tokens: true support and resistance from aggregated on-chain order and pool data. CLOBr is a DeFi liquidity analysis platform for Solana tokens that aggregates order and pool liquidity across DEXs to reveal true support/resistance, DCA pressure, whale flows, and LP fee density. It is a SaaS subscription ($69/mo, $169/3mo, $499/yr) with a free tier. ## Docs - [What is CLOBr?](https://clobr.io/docs/clobr): Introduces CLOBr and the problem it solves. Traditional charts hide where real buy and sell liquidity sits. CLOBr aggregates DEX pool and order liquidity into a single order-book view so traders can see genuine support and resistance. - [How CLOBr Works](https://clobr.io/docs/clobr/intro): Technical overview of the liquidity aggregation pipeline. Explains how CLOBr pulls concentrated liquidity, constant-product pools, DCA orders, and limit orders across DEXs and normalizes them into comparable price bins. - [DCA Pressure](https://clobr.io/docs/clobr/dca-pressure): How CLOBr reads Jupiter DCA order flow. Recurring dollar-cost-average orders create predictable future buy or sell pressure, and this page explains how CLOBr aggregates and visualizes that pressure per token and time window. - [CLOBr Alerts](https://clobr.io/docs/clobr/alerts): How to set up price, score, and liquidity alerts. Covers the alert types, thresholds on the 0-100 CLOBr score scale, and delivery so traders get notified when a token crosses a meaningful level. - [Introduction to DeFi](https://clobr.io/docs/defi): Foundational explainer on DeFi, how decentralized exchanges work, and why on-chain liquidity is the ground truth for price discovery on Solana. - [What is a CLOB](https://clobr.io/docs/defi/what-is-a-clob): Explains the central limit order book model used by centralized exchanges and how CLOBr reconstructs an equivalent view from fragmented DEX pool and order liquidity. - [Liquidity](https://clobr.io/docs/defi/liquidity): Why liquidity depth, not just last price, determines real support and resistance. Explains slippage, price impact, and how thin liquidity produces fragile levels. - [What is DLMM?](https://clobr.io/docs/learn/dlmm/what-is-dlmm): Introduces Meteora's Dynamic Liquidity Market Maker. Covers how DLMM organizes liquidity into discrete price bins and how that shapes fee earning and price impact. - [DLMM vs CLMM](https://clobr.io/docs/learn/dlmm/dlmm-vs-clmm): Compares Meteora's binned DLMM model with concentrated-liquidity (CLMM) ranges. Explains the practical differences for LPs in fee capture, rebalancing, and price-impact behavior. - [DLMM Strategies](https://clobr.io/docs/learn/dlmm/dlmm-strategies): Practical LP positioning strategies for DLMM pools, including spot, curve, and bid-ask distributions, and how to use CLOBr's fee-density data to choose a range. ## Product - [Token Screener](https://clobr.io/tokens): Ranks supported Solana tokens by CLOBr score so traders can quickly find tokens with strong, real liquidity structure. Filterable and sortable across score, liquidity, and volume. - [Token Analysis](https://clobr.io/token/{address}): The per-token workspace. Shows aggregated support/resistance, concentrated and constant-product liquidity, DCA pressure, limit-order depth, whale flows, and the token's CLOBr score. Replace {address} with a Solana token mint. - [DCA Pressure](https://clobr.io/dca-pressure): A cross-token view of Jupiter DCA order pressure, surfacing where recurring buy or sell flow is building up across the Solana market. - [LP Fee Cheat Sheet](https://clobr.io/lp-cheat-sheet): Ranks Meteora DLMM pools by realized LP fees per dollar of liquidity, helping liquidity providers find where capital currently earns the most. - [Pricing](https://clobr.io/upgrade): Subscription plans ($69/mo, $169/3mo, $499/yr) and the free tier, with the feature differences between them. ## API - [API Overview](https://clobr.io/docs/api): Getting started with the CLOBr public API, available to premium subscribers, for programmatic access to scores, liquidity, and order data. - [Authentication](https://clobr.io/docs/api/authentication): How to create and use API keys, and how bearer-token authentication works for the public API. - [Endpoints](https://clobr.io/docs/api/endpoints): Complete reference for the available endpoints, parameters, and response shapes. - [Code Examples](https://clobr.io/docs/api/examples): Ready-to-run sample requests in multiple languages. ## Key concepts - Liquidity wall: a concentration of order liquidity at a price bin that is at least 3x the bin's constant-product depth AND at least 3x each inner-neighbor bin toward the current price. "Side" refers to order type, not position: a buy wall is support (below or around price), a sell wall is resistance. - DCA pressure: aggregated future buy or sell flow implied by open Jupiter dollar-cost-average orders, mapped to the price levels and time windows at which those orders will execute. - DLMM bins: discrete price buckets used by Meteora's Dynamic Liquidity Market Maker; each bin holds liquidity active over a narrow price step, and the bin grid is what CLOBr aggregates into comparable levels. - LP fee density: realized LP fees earned per dollar of liquidity, measured over fixed windows of the surrounding bins (roughly the nearest 10, 25, and 100 bins). Because bin steps are near 1% across tokens, these windows read consistently cross-token. - CLOBr score: a 0-100 composite score summarizing the strength and quality of a token's liquidity structure; the same scale used for alert thresholds.