> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dexutils.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Pair Explorer: Analyze Any DEX Trading Pair in Real Time

> Use the DexUtils Pair Explorer to view real-time price charts, live transaction feeds, liquidity depth, and DEXT scores for any DEX pair.

The Pair Explorer is DexUtils's core analysis dashboard, giving you a complete real-time view of any trading pair on any supported DEX. From price action and live swaps to security signals and holder distribution, everything you need to evaluate a pair lives in one unified interface — no tab-switching required.

## Opening a Pair

There are three ways to load a pair into the explorer:

<Steps>
  <Step title="Search by name or symbol">
    Click the search bar at the top of the screen and type a token name or ticker. Select the pair you want from the dropdown results.
  </Step>

  <Step title="Paste a contract address">
    Copy the token or pair contract address and paste it directly into the search bar. This is the most accurate method when multiple tokens share a similar name.

    <Tip>
      Always use the contract address when searching for a specific token. Name-based searches can return similarly named tokens — pasting the address removes all ambiguity and loads the exact pair you intend.
    </Tip>
  </Step>

  <Step title="Browse trending or new pairs">
    Open the **Trending** or **New Pairs** lists from the left sidebar and click any pair to load it instantly in the explorer.
  </Step>
</Steps>

## Dashboard Sections

Once a pair is loaded, the explorer is divided into several panels you can interact with independently.

### Price Chart

The price chart is powered by TradingView and supports the following candlestick intervals: **1m, 5m, 15m, 1h, 4h,** and **1D**. Use the interval selector above the chart to switch between timeframes.

Toggle between two chart modes using the view switcher in the top-right corner of the chart panel:

* **Price view** — standard OHLCV candlestick chart denominated in USD or the paired quote token
* **Volume view** — bar chart showing traded volume per candle interval

You can draw trend lines, add technical indicators, and use the full TradingView toolbar just as you would on any TradingView-embedded chart.

### Live Transactions Feed

The transactions feed updates in real time, streaming every swap as it is confirmed on-chain. Each row displays:

* **Type** — Buy or Sell, color-coded green and red respectively
* **Amount** — token quantity and USD equivalent
* **Wallet address** — the initiating address, truncated with a link to the block explorer
* **Timestamp** — time elapsed since confirmation

Click any wallet address to open a filtered view of that wallet's full activity on the pair.

### Pair Info Panel

The pair info panel sits alongside the chart and surfaces the key statistics for the loaded pair:

<CardGroup cols={2}>
  <Card title="Pair Address" icon="fingerprint">
    The on-chain address of the liquidity pool contract, with a one-click copy button and a block explorer link.
  </Card>

  <Card title="DEX & Chain" icon="arrow-right-arrow-left">
    The DEX the pair lives on (e.g., Uniswap V3, PancakeSwap) and the underlying blockchain.
  </Card>

  <Card title="Creation Date" icon="calendar">
    The block timestamp when the pair was first created on-chain.
  </Card>

  <Card title="Total Liquidity" icon="droplet">
    Current total value locked in the pool, displayed in USD.
  </Card>

  <Card title="24h Volume" icon="chart-bar">
    Aggregated swap volume over the past 24 hours in USD.
  </Card>

  <Card title="Price Change" icon="trending-up">
    Percentage price change over the last 1h, 6h, and 24h periods.
  </Card>
</CardGroup>

### DEXT Score

The DEXT Score is a 0–99 composite security and quality rating calculated automatically for every pair. A higher score indicates a healthier, lower-risk pair. The score updates continuously as on-chain conditions change.

<Accordion title="DEXT Score factor breakdown">
  <Accordion title="Liquidity Lock">
    Checks whether the LP tokens for this pair have been sent to a time-lock contract (e.g., Unicrypt, Team Finance). Locked liquidity is a strong signal that the deployer cannot instantly remove funds. Pairs with a high percentage of locked liquidity receive a significant score boost.
  </Accordion>

  <Accordion title="Contract Verification">
    Checks whether the token contract source code has been verified and published on the chain's block explorer. Verified contracts allow anyone to audit the code for malicious functions such as minting, blacklisting, or transfer restrictions.
  </Accordion>

  <Accordion title="Holder Distribution">
    Evaluates how evenly token supply is spread across wallets. A small number of wallets holding a large percentage of supply increases the risk of coordinated dumps. Pairs with healthier distribution score higher.
  </Accordion>

  <Accordion title="Volume Consistency">
    Analyzes whether trading volume is organic and consistent over time or exhibits patterns associated with wash trading and artificial inflation. Consistent, growing volume improves the score.
  </Accordion>
</Accordion>

<Info>
  The DEXT Score is a heuristic tool designed to surface risk signals quickly. It is not a guarantee of safety. Always conduct your own research before trading.
</Info>

### Holders Tab

Switch to the **Holders** tab below the chart to see a ranked list of the top wallets holding the token. Each entry shows the wallet address, the number of tokens held, and the percentage of total supply. Use this view to quickly spot concentration risk or identify team and treasury wallets.

### Info Tab

The **Info** tab surfaces off-chain metadata associated with the token:

* Official website, Twitter, Telegram, and Discord links
* A short project description (when provided by the team)
* Links to third-party contract audit reports
* CoinGecko and CoinMarketCap listing links (when available)

## Layout Customization

The Pair Explorer supports two layout modes, selectable from the **View** menu in the top navigation bar:

* **Default view** — a balanced layout optimized for most screens, with the chart taking the majority of the viewport and the transactions feed in a side panel
* **Custom view** — a fully adjustable layout where you can drag, resize, and collapse individual panels to match your workflow

In either mode, click the **collapse** icon on any panel header to hide it and reclaim screen space. Collapsed panels can be restored at any time from the same icon.

## Sharing a Pair

Every pair you load generates a unique, shareable URL in your browser's address bar. Copy that URL and send it to share the exact pair, chain, and DEX context with anyone — no login required on the recipient's end.
