DeFi & AMM

Token Pair

Two tokens that form a trading market in a liquidity pool, e.g., SOL/USDC or PEPE/WETH.

Token Pair — A token pair is a combination of two cryptocurrency tokens that form a trading market on a decentralized exchange. Each liquidity pool on an AMM holds reserves of exactly two tokens (or sometimes more), and the token pair defines which assets can be directly swapped against each other in that pool.

How It Works

A token pair on a DEX consists of two tokens deposited into a shared liquidity pool. The most common pairs involve a project token and a base asset — for example, UNI/ETH or PEPE/USDC. When a trader wants to swap one token for the other, they interact with the pool holding that specific pair.

The order convention for token pairs varies by protocol. On Uniswap, pairs are typically listed as TOKEN/ETH or TOKEN/USDC with the less-common token first. The pair address is deterministic — it is computed from the two token addresses and can be verified on block explorers or analytics platforms like DexScreener and DexTools.

Not every token has a direct pair with every other token. If you want to swap Token A for Token C but only A/ETH and C/ETH pairs exist, the DEX router will automatically execute a multi-hop swap: A → ETH → C, routing through two pools. Aggregators like 1inch and Jupiter optimize these routes across multiple DEXs and pairs to find the best price.

Why It Matters in DeFi

Token pairs define the available trading routes and liquidity depth for any given swap. A token with multiple deep pairs (TOKEN/ETH, TOKEN/USDC, TOKEN/USDT) is more accessible and has better price execution than a token with only a single shallow pair. Pair diversity and depth directly impact trading costs through slippage and price impact.

For new token launches, the choice of initial pair is critical. Pairing with ETH provides access to the largest DEX trading ecosystem, while pairing with a stablecoin makes price tracking more intuitive. Many tokens launch with multiple pairs simultaneously to maximize accessibility.

Real-World Example

A new token launches and creates a NEWTOKEN/WETH pair on Uniswap v3 with $500,000 in liquidity. Traders can directly swap ETH for NEWTOKEN in this pool. If a trader wants to buy NEWTOKEN with USDC, the Uniswap router automatically routes through USDC → WETH → NEWTOKEN across two pools. DexScreener shows this pair with its liquidity depth, price chart, and trading volume, allowing traders to assess whether the pair has sufficient liquidity for their trade size.

Common questions about Token Pair in cryptocurrency and DeFi.

Yes. A single token can be part of many different pairs across multiple DEXs and pool types. For example, ETH exists in thousands of pairs on Uniswap alone. Each pair is an independent liquidity pool with its own reserves, fees, and price.

Analytics platforms like DexScreener, DexTools, and DEX-specific interfaces list all active pairs for any token. You can search by token address or name to see all pairs, their liquidity, volume, and the DEX they are on.

Technically, the pool smart contract sorts tokens by address, so there is only one canonical pair for any two tokens. The display order (TOKEN0/TOKEN1 vs. TOKEN1/TOKEN0) is a UI convention and does not affect functionality. You can swap in either direction regardless of display order.

Ready to put your knowledge into practice?

Start Boosting