Uniswap v4 shipped in early 2025 with nine independent security audits, a $15.5 million bug bounty, and the claim that liquidity pool creation costs fell by 99.99%. The panda read the launch notes, then checked the TVL six months later. Uniswap v4 holds $650 million. Uniswap v3 still holds $1.47 billion. The protocol shipped something genuinely useful. Capital is taking its time.
What Do Hooks Actually Do in Uniswap v4?
Hooks are modular smart contracts that attach to a Uniswap v4 liquidity pool and execute custom logic at defined points in a transaction lifecycle: before a swap, after a swap, before adding liquidity, after removing it. The design lets developers layer behavior on top of the core AMM without touching the core protocol code.
According to Decrypt, v4 launched across 12 blockchain networks at inception, later expanding to 16. More than 150 hooks have been developed through Uniswap Foundation grants and community programs. Use cases already in production include:
- Dynamic fees that adjust automatically based on realized volatility
- Auto-rebalancing that moves liquidity into optimal price ranges continuously
- Limit-order logic embedded at the pool level rather than routed through an external contract
- MEV protection layers and TWAP oracles wired directly into the pool
The flexibility is structural. A lending protocol can build a liquidation hook that triggers on a swap event. A prediction market can settle positions through pool actions. Every hook turns a pool into a composable building block.
The catch is right there in the description: every hook is a smart contract. And every smart contract is an attack surface.
The Mechanism: Singleton, Flash Accounting, and Fee Routing
Uniswap v3 deployed a separate contract for every liquidity pool. Each ETH/USDC and WBTC/ETH pair lived as a distinct on-chain entity. Uniswap v4 consolidates all pools into one contract: the singleton.
The singleton design enables flash accounting, which records all internal balance changes across a multi-hop transaction and nets a single token transfer at the end. Fewer external token transfers mean substantially lower gas costs for complex routes. That reduction is what produces the 99.99% savings on pool creation: most of the cost came from deploying individual contracts.
Fee routing in v4 adds governance surface. The Uniswap governance framework lets UNI holders activate a protocol-level fee on specific pools. A November 2025 UNIfication proposal pushed for a UNI buy-and-burn mechanism funded by these fees. That proposal is still in governance deliberation. The fee switch creates optionality for UNI value accrual but adds uncertainty for liquidity providers.
The Uniswap Foundation committed $26 million in grants during 2025 and held $85.8 million at year-end, per CoinDesk. Ecosystem development capital is not the constraint.
v4 vs v3: The Numbers Six Months In
According to DefiLlama, Uniswap v4 holds $650.02 million in TVL as of June 15, 2026. The chain-by-chain breakdown shows a migration pattern that mirrors the overall DeFi weight distribution:
| Metric | Uniswap v4 | Uniswap v3 |
|---|---|---|
| Total TVL | $650M | $1.47B |
| TVL on Ethereum | $483.71M | $839.73M |
| TVL on Base | $46.66M | $282.85M |
| TVL on Arbitrum | $28.94M | $165.09M |
| TVL on BSC | $33.34M | $88.96M |
| 30-day fees generated | $29.85M | $21.35M |
The fee line is the number that earns attention. Uniswap v3 on DefiLlama shows $21.35 million in 30-day fees on $1.47 billion TVL. Uniswap v4 generates $29.85 million on $650 million. That is roughly 2.4x higher fee generation per dollar of capital locked. The pools running on v4 attract meaningfully more volume per unit of liquidity, likely because the hook-enabled pools optimize fee tiers and tick ranges more efficiently.
For context, total DeFi TVL sits at $73.85 billion as of June 2026. The combined Uniswap presence ($2.12 billion) accounts for roughly 2.9% of that total.
Risks: Hooks Are Smart Contracts Running Inside Pools
The hook architecture introduces risks that did not exist in earlier Uniswap versions.
Hook smart contract risk: Any third-party hook is external code executing inside a pool's core transaction flow. A reentrancy bug or access control failure in a hook can drain pool funds. Uniswap's core contracts received nine audits and a $15.5 million bug bounty. Individual hooks in the 150+ ecosystem have not received equivalent scrutiny. Users in custom-hook pools carry the security posture of the hook developer.
Liquidity fragmentation: Each unique hook configuration creates a distinct pool. ETH/USDC with a dynamic fee hook is a different pool from ETH/USDC with a TWAP hook. Aggregate capital splits across more pool variants. Thinner individual pools increase slippage for swaps that route to less-liquid hook variants rather than the dominant pool.
Governance risk on fee switches: The UNIfication proposal introduces a protocol-level fee mechanism that reduces LP net yield. If governance votes in a fee, liquidity providers must recalculate whether v4 pools still beat v3 or competitor protocols on net return. Governance uncertainty is a migration friction factor.
Migration tail risk: Uniswap v3 is not broken. It generates $21.35 million monthly in fees with deep established liquidity. There is no forcing function compelling LPs to move. The transition unfolds on LP preference timelines, not a governance deadline.
What to Watch: The Fee Switch Vote and BSC Migration Rate
On BNB Chain, v4 holds $33.34 million vs v3's $88.96 million. BSC v4 TVL is approximately 37% of BSC v3 TVL, roughly consistent with the global ratio. This matters because BSC's total DeFi TVL stands at $5.33 billion, placing the Uniswap footprint as a fraction of a deeply competitive ecosystem where native protocols dominate.
For participants in the BSC and Ethereum DeFi ecosystem, including Dadacoin holders navigating on-chain protocols, the v3-to-v4 migration pattern illustrates a recurring DeFi principle: capital moves slowly when the old version still works. The Aerodrome $3.68B volume vs AERO price disconnect covers the same dynamic from the DEX angle on Base.
The fee switch vote is the cleaner signal than TVL trends alone. If governance activates a protocol fee, LP behavior will shift measurably. Watch the UNIfication proposal timeline more than the weekly TVL delta.
Panda verdict: the hooks model solves a real problem, and the fee-per-TVL numbers already demonstrate it. The slow migration is not a product failure. It is DeFi liquidity providers being appropriately conservative. The vote is what accelerates the transition. Until then, both versions run in parallel, and the DeFi ecosystem absorbs both without drama.



