Uniswap deployed StablePair Hook, a dynamic-fee mechanism for stable-pair trading, on Ethereum mainnet with two initial pools: USDC/USDG and USDC/USDT. The tool adjusts trading fees in real time based on how far a pool's price has drifted from its reference rate, according to an announcement posted by the protocol.

Stable pairs, markets like USDC/USDT and WBTC/cbBTC that trade near a known parity, generated $43.4 billion in volume on Uniswap during Q2 2026, more volume than the next three onchain venues combined. Traditional static fee structures on these pairs create a predictable spread: arbitrage bots capture most of the value when fees are set low, or the pool prices itself out of competition when fees are high.

Uniswap V4 total value locked, last 90 days
Uniswap V4 total value locked, last 90 days · MSB Intel data desk

StablePair Hook replaces that trade-off with a formula. The mechanism measures drift from the reference price on every swap and sets the fee to match. Inside a tight band around the target rate, the fee adjusts to quote a fixed bid-ask spread, keeping arbitrage value inside the pool rather than leaking it to bots. Once price movement breaches that band, the fee structure shifts to account for larger slippage, protecting liquidity providers from adverse selection.

MSB Intel

The hook is built on Uniswap v4, the protocol's current release, which allows custom fee logic through pluggable contracts called hooks. Other v4 hooks have addressed specific trading dynamics: some target low-liquidity pairs, others implement time-weighted fees. StablePair Hook narrows its scope to the single largest onchain trading category by volume, where basis trading and stablecoin arbitrage dominate order flow.

Liquidity providers on the two live pools will capture a larger share of arbitrage value through the tighter fee structure. The mechanism also removes the operational burden of manual fee tuning, which most market makers on static-fee platforms must do by hand or through crude threshold rules. Initial pool TVL and trading volume figures have not yet been published.

StablePair Hook's launch on the two largest stablecoin pairs is Uniswap's first real-time deployed response to value leakage in stable markets. The two pools account for a meaningful portion of Uniswap's total stablecoin volume, but the mechanism's ability to retain arbitrage rents will depend on whether the reference-price formula reacts quickly enough to outpace bot latency on Ethereum mainnet.

The document to watch is the hook's actual fee-setting logic and the reference-price feed it consumes; if Uniswap has not published the smart contract code and specified its price oracle by September 12, the pools' true performance characteristics remain unknown.