← Back to projects
Project README

stockshield.eth

Uniswap v4 hook that protects liquidity providers from off-market arbitrage with regime-aware fees and circuit breakers.

Uniswap v4 HooksSolidityState ChannelsENSFoundry
StockShield landing page
Landing page

Overview

This project started from a real failure mode: LPs lose value when markets move faster than the market structure can react. stockshield.eth explores how a Uniswap v4 hook can protect positions when markets are closed or stale.

Core mechanics

  • Regime-aware dynamic fee logic.
  • Order-flow toxicity detection.
  • Gap-capture auctions and circuit breakers.
  • State-channel assisted protection flow.

Why I kept it in the portfolio

It is a strong example of the kind of work I want to keep doing: protocol-level design that turns a real market pain point into an executable mechanism rather than a slide deck.