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

# Uniswap V3

> Protocol-native pages for Uniswap V3 pools: header metrics, price, volume, and liquidity charts, classified swap transactions, and pool quality metrics.

When you navigate to a Uniswap V3 pool contract on a supported network, Tenderly recognizes the address and renders a pool page instead of the generic contract view. The page identifies the pool by protocol, token pair, and version, and presents pool data using Uniswap terminology.

<Card title="Open a live Uniswap pool in Tenderly Console" href="https://dashboard.tenderly.co/contract/mainnet/0x4585fe77225b41b697c938b018e2ac67ac5a20c0/protocol-overview" />

## Pool header

The header identifies the contract as a Uniswap V3 pool and shows the token pair (for example, WBTC / ETH), the protocol version tag, the network, and the pool address. A toggle next to the pair name inverts the token pair display, which flips the quote direction of the price chart and pair rate.

The header presents the following pool metrics:

| Metric           | Description                                                    |
| ---------------- | -------------------------------------------------------------- |
| Fee APR (24H)    | Annualized return from trading fees over the last 24 hours     |
| Active liquidity | Dollar value of liquidity active at the current price          |
| TVL              | Total dollar value locked in the pool                          |
| Pool balances    | Current holdings of each token in the pair, with a ratio bar   |
| Volume (24H)     | Dollar volume traded in the last 24 hours, with the swap count |
| Fees (24H)       | Dollar value of fees generated in the last 24 hours            |

Next to the metrics, a chart plots the pool over time with three views: **Price** (the pair exchange rate, with the current rate and percentage change), **Volume**, and **Liquidity**. A time range selector adjusts the window from one day up to all time.

## Transactions

The Transactions tab lists recent pool activity. Each swap is classified with a directional label, **Buy** or **Sell**, expressed against the base token (for example, Buy WBTC or Sell WBTC), instead of a raw `swap` call signature.

The table shows the transaction hash, the wallet that initiated the swap, the classification label, the time, the USD value, and the amount of each token in the pair. Transaction hashes link to the transaction detail page, and wallet addresses link to the wallet page.

<img src="https://mintcdn.com/tenderly/ByKNsKKrGuJbu3zy/images/defi-modules/uniswap-pool-transactions.webp?fit=max&auto=format&n=ByKNsKKrGuJbu3zy&q=85&s=9173fdc1efdc6cfee18e71a173dc1fb2" alt="Recent activity on a Uniswap V3 WBTC/ETH pool with each transaction classified as Buy WBTC or Sell WBTC, alongside the wallet, USD value, and token amounts" width="1600" height="1000" data-path="images/defi-modules/uniswap-pool-transactions.webp" />

## Protocol overview

The Protocol overview tab presents pool quality and market depth metrics:

| Metric             | Description                                                          |
| ------------------ | -------------------------------------------------------------------- |
| Spot vs TWAP       | Deviation between the spot price and the time-weighted average price |
| Oracle cardinality | Number of observation slots in the pool's price oracle               |
| Swaps (24H)        | Swap count over the last 24 hours                                    |
| Pool age           | Time since pool creation                                             |

Two market depth panels quantify how the pool absorbs trades:

* **Pressure to move price ±1%**: the dollar value of buying or selling required to move the pool price up or down by one percent.
* **Price impact at standard sizes**: the percentage price impact of trades at $10K, $100K, $1M, and $10M.

<img src="https://mintcdn.com/tenderly/ByKNsKKrGuJbu3zy/images/defi-modules/uniswap-pool-overview.webp?fit=max&auto=format&n=ByKNsKKrGuJbu3zy&q=85&s=1f8581f22aa76664a0c372c23dc0166c" alt="Uniswap V3 pool Protocol overview tab showing spot vs TWAP, oracle cardinality, swap count, pool age, pressure to move price, and price impact at standard sizes" width="1600" height="810" data-path="images/defi-modules/uniswap-pool-overview.webp" />
