Mcap -- BTC -- ETH -- SOL -- BNB -- XRP -- F&G -- View Market
Loading prices…

Uniswap

The first widely-used automated market maker DEX on Ethereum. The protocol that made DeFi's composability story real.

DeFi 5 min read

Uniswap is the largest and most influential decentralised exchange on Ethereum, and arguably the single most important DeFi protocol in existence. It was launched in November 2018 by Hayden Adams, originally as a learning project funded by an Ethereum Foundation grant, and it pioneered the automated market maker (AMM) model using a constant-product formula (x * y = k) that became the template for essentially every other DEX that followed. Before Uniswap, decentralised exchanges existed but were mostly limit-order books with very little liquidity and terrible user experience; after Uniswap, the AMM model became the default and real on-chain trading became possible for the first time.

Uniswap has gone through three major versions. V1 was the original 2018 release, limited to ETH-to-token pairs. V2 launched in May 2020 and added token-to-token pools (by routing through ETH or directly for the most popular pairs), which was the version that triggered the DeFi summer explosion. V3 launched in May 2021 and introduced concentrated liquidity, letting LPs specify price ranges where their capital was active, which was a major improvement in capital efficiency but also a significant increase in LP complexity. V4, which shipped in 2024, added “hooks” that let developers attach custom logic to pools for advanced use cases.

Why Uniswap Was a Turning Point

DeFi in 2019 was a small community of experimenters and early adopters. Most on-chain activity involved simple transfers and a handful of nascent protocols (MakerDAO, Compound, 0x), and the idea of a fully on-chain trading system that retail users could actually use was mostly theoretical. Uniswap V2 changed that by providing a DEX that worked well enough to attract real usage: the UX was simple (paste a token address, click swap), the liquidity was reasonable (thanks to the AMM model making it possible for anyone to provide liquidity to any pair), and the composability was unlocked β€” any contract could trade against Uniswap’s pools as part of larger operations.

This last point turned out to be the most consequential. Because Uniswap was just a smart contract that any other contract could call, it became a shared liquidity layer for the entire Ethereum ecosystem. A lending protocol that needed to swap liquidated collateral into a stablecoin could do it through Uniswap. A yield aggregator that needed to harvest and compound rewards could use Uniswap. A flash loan protocol that needed to execute arbitrage could use Uniswap. The “money legos” phenomenon of DeFi β€” protocols building on top of each other without needing integration partnerships β€” was enabled in large part by Uniswap’s existence as a composable trading primitive, and the ecosystem that grew around it was a direct consequence of that design choice.

The UNI Airdrop

In September 2020, Uniswap launched its governance token, UNI, and airdropped 400 UNI to every address that had used Uniswap before a cutoff date. At the time of the airdrop, each 400 UNI allocation was worth roughly $1,200, and it went out to around 250,000 eligible addresses β€” a total distribution of several hundred million dollars of tokens to retail users. The airdrop became the canonical example of rewarding early users, influenced the design of every subsequent DeFi airdrop, and set off the “retroactive airdrop” expectation that has shaped user behavior ever since.

UNI itself is a governance token β€” holders can propose and vote on protocol changes β€” but the specific thing holders want to vote on has been an ongoing debate. The “fee switch” question (whether Uniswap should start capturing a portion of trading fees for the treasury or UNI holders instead of giving all of it to LPs) has been debated for years and has not been fully resolved as of early 2026. The tension is that activating the fee switch would likely make UNI look more like a security, and the legal exposure of being classified as such has kept the protocol from taking decisive action. The Uniswap Foundation and labs have gradually pushed various fee-switch proposals through governance, but the path forward is still being worked out.

The V3 Concentrated Liquidity Experiment

V3’s concentrated liquidity model was an ambitious attempt to dramatically improve capital efficiency by letting LPs specify a narrow price range where their liquidity is active. A V3 LP providing $10,000 in a tight range can earn the same fees as a V2 LP providing $100,000 spread across all prices, which means V3 should offer better returns for LPs and tighter pricing for traders.

In practice, the results have been mixed. V3 has produced better execution for traders in major pairs, with tighter spreads and lower slippage on large-volume pools. But it has converted LP participation from a passive “deposit and collect fees” activity into something much closer to active market-making, which requires monitoring positions, managing ranges, and rebalancing when prices move. Most retail LPs have not had the sophistication to do this well, and studies of V3 LP returns have shown that a majority of retail V3 LPs underperform simply holding the two tokens. The winners have been professional market makers who can run algorithms to manage positions actively.

Uniswap has remained the largest DEX throughout, handling hundreds of billions of dollars in cumulative volume across its versions. Competitors (SushiSwap, Balancer, Curve, PancakeSwap on BNB Chain) have taken niches but none has dethroned Uniswap as the center of Ethereum spot trading. The combination of first-mover advantage, liquidity network effects, and sustained development has made it one of the clearest examples of how DeFi primitives can become load-bearing infrastructure when they are built correctly and allowed to grow.