Uniswap Labs has introduced a new v4 hook called StablePair Hook. It sets fees for liquidity providers based on where a stable-pair pool trades relative to a chosen reference rate. The first version covers two Ethereum pools: USDC/USDT and USDC/USDG. Only Uniswap Labs can create pools against this hook for now.
StablePair is meant to address a simple problem. A fixed-fee stable pool charges the same rate when the two assets sit near parity and when they drift apart. If the fee is low, arbitrageurs keep more of the corrective trade. If the fee is high, the pool’s quotes may look worse than other venues. The hook tries to adjust between those outcomes.
How the fee changes
Each pool gets a reference rate and a narrow band around it. The hook looks at the pool price, the distance from the reference, and the direction of the trade. Inside the band, fees shift to keep buy and sell quotes more balanced before price impact. At the reference rate, both sides pay a fee equal to the configured band width. Near an edge, a trade moving toward that edge sees its fee drop toward zero. A trade in the opposite direction can see a fee around twice the band width.
Outside the band, the logic changes again. A trade that pushes the pool farther from the reference rate pays no fee. Uniswap says that kind of trade does not extract the existing mispricing. A corrective trade instead faces a fee that starts at the far edge of the band and falls each block. The first taker to accept it pays the fee at execution, and the pool keeps that revenue. This is an auction, though a simple one.
What it does not fix
The hook does not remove price impact. The fee is separate from swap size. A large trade can still move along the pool curve and get a worse average price than a smaller trade. That matters for anyone expecting the fee system to solve all stable-pair slippage.
Uniswap said stablecoin-to-stablecoin swaps on its protocol reached $43.4 billion in the second quarter. The StablePair launch is limited to the two Ethereum pools. Uniswap governance can change pool parameters and fee logic without forcing liquidity to migrate to a new pool. That could make future updates easier, assuming governance acts.
For LPs, the appeal is the chance to capture part of an arbitrage move that would otherwise go to bots. It is not a guarantee of higher returns. In quiet markets, the fee behavior may look close to a normal stable pool. In stressed markets, the auction design might help or it might add complexity. The first two pools will show which way it goes.
