> ## 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.

# DexUtils Multi-Chain DEX Coverage Across 20+ Blockchains

> DexUtils supports 20+ blockchains including Ethereum, Solana, BNB Chain, Arbitrum, Base, and Polygon — all from one unified dashboard.

DexUtils aggregates real-time DEX data from more than 20 EVM and non-EVM blockchains into a single unified platform. Rather than switching between chain-specific explorers, you can search tokens, analyze pairs, monitor liquidity, and track swaps across all supported networks from the same dashboard and the same set of tools.

## Supported Networks

The table below lists the major networks currently indexed by DexUtils, along with the DEXes tracked on each chain.

| Network   | Native Token | Supported DEXes (examples)         | Notes                                   |
| --------- | ------------ | ---------------------------------- | --------------------------------------- |
| Ethereum  | ETH          | Uniswap V2/V3/V4, SushiSwap, Curve | Most comprehensive historical data      |
| BNB Chain | BNB          | PancakeSwap V2/V3, BiSwap          | Largest volume outside Ethereum         |
| Solana    | SOL          | Raydium, Orca, Jupiter, Meteora    | Uses SPL token addresses, not EVM hex   |
| Arbitrum  | ETH          | Camelot, SushiSwap, Uniswap V3     | L2 — low fees, fast finality            |
| Base      | ETH          | Aerodrome, Uniswap V3, BaseSwap    | Coinbase L2 — rapidly growing ecosystem |
| Polygon   | MATIC/POL    | QuickSwap, Uniswap V3              | EVM-compatible sidechain                |
| Avalanche | AVAX         | Trader Joe, Pangolin               | C-Chain EVM environment                 |
| Optimism  | ETH          | Velodrome, Uniswap V3              | OP Stack L2                             |

<Note>
  Not all DexUtils features are available on every chain. For example, impermanent loss estimates for liquidity positions may vary in accuracy on newer or less-liquid networks where historical price feeds are limited.
</Note>

## Switching Between Chains

<Steps>
  <Step title="Use the chain selector">
    Click the **chain selector dropdown** in the top navigation bar. It displays the currently active network with its logo. Select any supported chain to switch the dashboard context.
  </Step>

  <Step title="Filter in search results">
    When you search for a token or pair, use the **Chain** filter in the search results panel to narrow results to one or more specific networks without changing the global dashboard chain.
  </Step>

  <Step title="Use direct pair links">
    Every pair page URL includes the chain identifier (e.g., `/ethereum/pairs/...` or `/solana/pairs/...`). Bookmarking a pair link takes you directly to the right chain context.
  </Step>
</Steps>

## Cross-Chain Token Search

Searching a token symbol — such as `USDC` or `WETH` — returns results across all supported chains simultaneously. Each result shows:

* The chain and DEX where the pair is listed
* Current price and 24-hour volume
* A trust badge if the token is a verified canonical deployment

This makes it easy to compare liquidity depth and pricing for the same asset across networks without performing separate per-chain searches.

## Chain-Specific Considerations

<Tabs>
  <Tab title="EVM Chains">
    All EVM-compatible chains (Ethereum, BNB Chain, Arbitrum, Base, Polygon, Avalanche, Optimism) use standard `0x...` hex addresses. You can paste a contract address into the DexUtils search bar and it will resolve correctly regardless of which EVM chain you have selected.
  </Tab>

  <Tab title="Solana">
    Solana uses **SPL token addresses**, which are base58-encoded strings (e.g., `EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v`). These are not interchangeable with EVM addresses. When searching on Solana, paste the full SPL address or use the token symbol. The chain selector must be set to **Solana** for SPL address lookups to resolve correctly.
  </Tab>
</Tabs>

## How New Chains Are Added

DexUtils continuously evaluates and integrates new blockchain networks as their DeFi ecosystems mature. The criteria for adding a chain include:

* Availability of a reliable, high-throughput RPC data source
* At least one major DEX with meaningful liquidity
* Indexable on-chain swap events

When a new chain launches or an existing network reaches sufficient adoption, it is added to the DexUtils index. Check the [DexUtils Changelog](/api/changelog) for announcements about newly supported networks and DEXes.

<Tip>
  If you want to request support for a specific chain or DEX, use the feedback button in the bottom-right corner of the dashboard or reach out via the community Discord.
</Tip>
