Uniswap is the largest decentralised exchange (DEX) by trading volume and a foundational piece of DeFi infrastructure. Launched in 2018, it pioneered the automated market maker (AMM) model that replaced traditional order books with algorithm-driven liquidity pools — an approach that has since been forked and replicated across hundreds of protocols. It operates across 18+ blockchains and consistently processes the majority of on-chain spot trading volume globally.
Why Uniswap exists
Traditional exchanges depend on intermediaries: a centralised matching engine, a custodian for user funds, and an operator who decides which assets to list and who is permitted to trade them. For crypto assets specifically, this created a structural bottleneck. Centralised exchanges could only list tokens they chose to support, required identity verification, held custody of user funds, and could freeze or restrict access at any time.
The alternative before Uniswap — early decentralised orderbook exchanges — solved the custody problem but introduced a new one: they required both buyers and sellers to be present at the same time to execute a trade. Without deep, active participation on both sides, markets were illiquid and trades were expensive or impossible.
Uniswap's solution was to separate the provision of liquidity from the act of trading. Instead of matching a buyer with a seller, Uniswap allows anyone to deposit a pair of tokens into a shared pool. Traders then swap against that pool rather than against a counterparty, with the pool's pricing algorithm adjusting automatically based on the ratio of assets held. The result is a market that is always available, requires no operator, lists any token permissionlessly, and never takes custody of user funds.
How the protocol works
Uniswap's mechanics have evolved across four versions but the core model remains consistent: liquidity providers supply capital, traders swap against it, and an algorithm determines price.
Liquidity pools. Each trading pair (e.g. ETH/USDC) has a dedicated liquidity pool holding reserves of both tokens. Anyone can deposit into a pool and become a liquidity provider (LP), receiving a share of the swap fees generated by that pool in proportion to their contribution. LPs bear the risk that the value of their deposited tokens shifts relative to simply holding them — this is known as impermanent loss and is the primary risk specific to LP positions.
The constant product formula. Uniswap prices trades using a mathematical relationship between the two token reserves in a pool: the product of their quantities must remain constant after every trade. When a trader buys one token, its supply in the pool falls and its price rises; when they sell, the reverse occurs. This formula ensures there is always a price at which a swap can execute, regardless of size, though large trades relative to pool depth incur increasing price impact (slippage).
Concentrated liquidity (V3). Uniswap V3 allowed LPs to concentrate their liquidity within specific price ranges rather than spreading it uniformly across all possible prices. This dramatically improved capital efficiency for actively managed positions — LP capital does more work at the prices where trading actually occurs — but added complexity and active management requirements that V2's passive model did not have.
Hooks (V4). Uniswap V4 introduced "Hooks" — programmable logic that can be attached to liquidity pools, executing custom code at defined points in a swap (before, during, or after). This makes Uniswap pools extensible: developers can add limit orders, dynamic fees, KYC requirements for compliant products, or custom oracle logic without building a separate protocol. V4 also introduced a singleton architecture that reduces gas costs significantly for multi-hop swaps.
UniswapX and the API layer. Beyond the AMM itself, Uniswap operates UniswapX — an execution layer that aggregates liquidity across multiple sources to find better prices for traders — and a developer API that embeds Uniswap's liquidity into wallets, fintech applications, and AI agents. This distribution layer positions Uniswap as infrastructure that other products build on, not just a destination traders visit directly.
How Uniswap makes money
Uniswap's fee structure has two layers — one that has always existed (LP fees) and one that was only activated through governance at end of 2025 (protocol fees).
LP swap fees. Every trade on Uniswap pays a swap fee, set at the pool level (typically between 0.01% and 1% depending on the asset pair's volatility). The large majority of this fee goes directly to the liquidity providers in that pool as compensation for supplying capital and bearing impermanent loss risk. This is not protocol revenue — it does not accrue to Uniswap or to UNI holders.
Protocol fee (fee switch). The "UNIfication" governance proposal, passed in December 2025, activated Uniswap's long-dormant fee switch for the first time. A portion of swap fees (roughly 17% of total fees on activated chains) is now redirected from LPs to a mechanism that buys and burns UNI tokens. This creates a direct link between Uniswap's trading volume and UNI's circulating supply: higher volume generates more fees, which funds more burns, which reduces outstanding supply.
Treasury burn. The UNIfication proposal also triggered a one-time burn of 100 million UNI from the community treasury at activation — a permanent supply reduction separate from the ongoing fee-driven burn mechanism.
Distribution economics. Because the large majority of fees still go to LPs rather than to the protocol, Uniswap's protocol revenue is a small fraction of its gross fee generation. Investors tracking UNI as a revenue-backed asset should use the protocol revenue figure rather than gross fees to assess the token's economic basis.
Reading Uniswap's metrics
Trading volume. For Uniswap, trading volume is the primary driver of both LP earnings and protocol revenue. Unlike lending protocols where TVL is the dominant revenue lever, Uniswap earns proportionally to how much trading occurs — not to how much capital sits in its pools. Sustained volume growth across multiple chains signals genuine demand for the exchange, while TVL growth without corresponding volume growth can indicate idle capital attracted by incentives rather than real usage.
TVL. Uniswap's TVL represents the capital deployed by liquidity providers into its pools across all versions. It is a meaningful measure of available liquidity depth — the more capital in pools, the lower the slippage for large trades — but a secondary indicator of economic output relative to volume. A high TVL-to-volume ratio suggests LPs may be underutilised; a low ratio suggests the existing capital is being traded efficiently.
Protocol revenue and the fee switch. Since the fee switch activation, protocol revenue has become the clearest measure of value accrual to UNI holders. It scales with volume (not TVL) and flows directly into supply reduction through burns. Tracking protocol revenue over time, particularly as the fee switch expands to additional chains and pools, gives the most accurate picture of what the UNI token is economically backed by.
DEX market share. Uniswap's share of total on-chain spot trading volume — across all chains and DEXs — is the competitive health metric that matters most for long-term positioning. A stable or growing share indicates that Uniswap's liquidity depth and user experience remain preferred over alternatives; a declining share suggests competitors are taking meaningful volume.
Risk factors
Liquidity provider profitability. Uniswap's depth depends on LPs choosing to deploy capital. If impermanent loss consistently outweighs fee income — a real possibility for passive LPs in V3's concentrated liquidity model — LP capital may migrate to simpler alternatives. A sustained decline in TVL relative to volume would increase slippage for traders and potentially reduce Uniswap's volume share in a self-reinforcing cycle.
Fee switch dilution of LP incentives. Redirecting a portion of swap fees from LPs to the UNI burn mechanism directly reduces LP returns. If the protocol fee is perceived as too extractive, LPs may move capital to forks or competitors that don't take a protocol cut. This tension between rewarding UNI holders and retaining LP capital is the central economic trade-off of the fee switch.
Competitive pressure from DEX aggregators and forks. Uniswap's AMM code is open-source and has been widely forked — PancakeSwap, SushiSwap, and many other DEXs run on similar mechanics. DEX aggregators route trades to whatever venue offers the best price, which means Uniswap competes on depth and fees against multiple well-resourced alternatives. Maintaining volume dominance requires sustained network effects from liquidity depth, not just protocol quality.
Smart contract risk across multiple versions. Uniswap operates V2, V3, and V4 simultaneously across 18+ chains, each with its own contracts. A vulnerability in any version or any chain deployment creates user risk. V4's Hooks architecture introduces additional surface area: third-party Hook contracts are external code that Uniswap's core does not audit or control, and a malicious or buggy Hook can affect users of any pool that deploys it.
Regulatory risk on tokenised assets. Uniswap V4's Hooks enable pools for tokenised securities — equities, bonds, and other regulated instruments available for compliant users. This expansion into regulated asset classes increases regulatory exposure and may require structurally different compliance frameworks across jurisdictions as the product scales.
How to monitor Uniswap without daily research
The three signals most worth tracking are 30-day trading volume (the direct driver of both LP earnings and UNI burns), protocol revenue trend (what actually accrues to UNI holders), and Uniswap's DEX market share across chains. Together they show whether Uniswap is growing its economic output and holding its competitive position. TokenSignal tracks Uniswap's key metrics automatically — add UNI to your watchlist for a daily digest and alerts when meaningful changes occur. Free for up to 5 assets.
Related: What is TVL in DeFi? · Ethereum: Network Overview, Metrics & Fundamentals