V4HOOKSCUT SHEET DIRECTORY

Index / Dynamic fees

Dynamic fees Uniswap v4 hooks

Fees that move with volatility, volume, or loyalty. Licensed Solidity excerpts with a link to the full source file.

AntiSnipe

Launch guard — max buy (% supply), snipe tax on exact-input buys for N blocks after init.

patternexperimentalLaunchpadsMEV protectionDynamic feesDynamic fee
MITEthereumUpd 2026-08-27

BaseDynamicFee

Set the pool LP fee afterInitialize, then poke updateDynamicLPFee when conditions change.

patternexperimentalDynamic feesDynamic fee
MITEthereumUpd 2026-08-27

Clanker

Dynamic-fee launch hook: beforeSwap sets fee, claims, runs an MEV module, then takes protocol delta.

productproductionLaunchpadsDynamic feesMEV protectionDynamic fee
MITBaseUpd 2026-08-27

FeeRouter

afterSwap skims protocolBps of output to an immutable treasury address.

patternexperimentalCreator economyDynamic fees
MITEthereumUpd 2026-08-27

MevWindow

Elevated swap fee and blocked add-liquidity for mevBlocks after pool init.

patternexperimentalLaunchpadsMEV protectionDynamic feesDynamic fee
MITBaseUpd 2026-08-27

SlippageFeeHook

Simulate the swap, measure the tick it would move, then price the fee off that slippage.

patternexperimentalDynamic feesMEV protectionDynamic fee
MITEthereumUpd 2026-08-27

SniperTax

Launch LP fee decays linearly from startFee to baseFee over duration seconds.

patternexperimentalLaunchpadsDynamic feesMEV protectionDynamic fee
MITBaseUpd 2026-08-27

SuckerPunch

Free ETH-pair buys, hold-time sell fee decay, same-block sell taxed as MEV.

patternexperimentalDynamic feesMEV protectionDynamic feeCustom swap data
MITEthereumUpd 2026-08-27

Super DCA

Dynamic LP fee in beforeSwap from who is swapping; pool must include the DCA token.

productproductionTWAMMDynamic feesVote-escrowDynamic fee
Apache-2.0Base · EthereumUpd 2026-08-27

SurgeFee

LP fee scales with swap size vs pool liquidity — no simulate-and-revert.

patternexperimentalDynamic feesLaunchpadsDynamic fee
MITEthereumUpd 2026-08-27

Volatility oracle

Require a dynamic fee on initialize, then ramp LP fee by elapsed time after deploy.

patternexperimentalDynamic feesDynamic fee
UNLICENSEDEthereumUpd 2026-08-27

VolatilityFee

LP fee rises with |currentTick − lastTick| since the previous swap.

patternexperimentalDynamic feesDynamic fee
MITBaseUpd 2026-08-27

Volume tier

Cumulative swap notional unlocks lower dynamic fees for high-volume traders.

patternexperimentalDynamic feesDynamic feeCustom swap data
MITEthereumUpd 2026-08-27

Zora Coin Hook

Creator coin hook: launch fee decay, LP positions on init, fee swap + reward distribution.

productproductionLaunchpadsCreator economyDynamic feesDynamic fee
MITBaseUpd 2026-08-27