Key Takeaways
- Uniswap v4 introduces hooks smart contracts that execute custom logic before and after every swap, deposit, or withdrawal.
- The singleton contract design reduces gas costs for multi-hop swaps by up to 45% compared to v3.
- TVL reached US$8.2B within six weeks of launch, with Arbitrum and Base accounting for 61% of activity.
- Dynamic fee hooks enable liquidity providers to charge higher fees during volatile periods, improving LP profitability.
- Native ETH (vs. WETH) support reduces friction for new users entering DeFi for the first time.
Uniswap v4 launched on May 14, 2026, and six weeks later has accumulated US$8.2 billion in total value locked across Ethereum mainnet and its Layer 2 deployments. The headline feature is a hooks architecture that fundamentally changes what a decentralized exchange can do.
What Are Hooks?
In Uniswap v3, a liquidity pool was a simple, immutable contract: token A in, token B out, fee stays the same. V4 introduces hooks external smart contracts that pool creators can attach to execute custom logic at specific points in a trade’s lifecycle: before a swap, after a swap, before adding liquidity, after removing liquidity.
The implications are substantial. A hook can implement dynamic fees (charging 0.05% during calm markets and 1% during volatility), enable on-chain limit orders, provide MEV protection by spreading large trades across blocks, implement TWAP-based oracles with custom averaging windows, or auto-rebalance liquidity positions as prices shift addressing the out-of-range problem that plagued v3 LPs.
The Singleton Architecture
Beyond hooks, v4’s most impactful structural change is the move to a singleton contract a single smart contract that manages all liquidity pools rather than deploying a separate contract for each pair. This reduces gas costs for multi-hop swaps by 30–45%, and “flash accounting” means tokens only move at the end of a transaction, not at each hop.
“V4 is less of a DEX upgrade and more of a DeFi platform upgrade. The hook system is going to generate an entire ecosystem of specialized liquidity tools we haven’t imagined yet.”
Hayden Adams, Uniswap founder, May 2026
Early Adoption: Who’s Building Hooks?
| Hook Protocol | Function | TVL | Chain |
|---|---|---|---|
| Brevis AutoLP | Auto-rebalancing concentrated liquidity | US$620M | Arbitrum |
| Limit Protocol | On-chain limit orders | US$410M | Base |
| VolatilityHook | Dynamic fees based on 1hr realized vol | US$285M | Mainnet |
| MEV Shield | TWAP execution, anti-sandwich | US$190M | Arbitrum |
What It Means for Liquidity Providers
The chronic problem with Uniswap v3 was that concentrated liquidity required active management positions drifted out of range and stopped earning fees. V4 hooks finally give LPs the tools to automate this. The auto-rebalancing hooks are essentially on-chain versions of what Gamma Strategies and Arrakis Finance built as workarounds for v3.
For passive LPs who don’t want to manage positions, v4 also revives the full-range LP model via wider fee flexibility. V4’s launch puts competitive pressure on Curve v2 and Balancer, whose unique advantages can now be replicated within Uniswap’s liquidity network. DEX aggregators like 1inch and CowSwap will route through v4 automatically, compounding the liquidity advantages with each new hook deployment.