HOOKHOOD FLAGSHIP

Signature Lab.
Four originals, fully inspectable.

Animated mechanism explainers, reference Solidity, and explicit test evidence for our four experimental Uniswap v4 hook concepts. Unaudited and not production ready.

MECHANISM EXPLAINERS

Follow every signal.

Observe → decide → respond.

01 / MARKET SIGNALHOOKHOOD ORIGINAL

Heartbeat

Reads recent pool activity, turns it into a bounded score, then recommends a fee response.

  1. OBSERVETick movement + swap frequency
  2. SCOREDecay keeps activity bounded
  3. RESPONDRecommend a dynamic LP fee
INSPECT SOURCE + TESTS
02 / LP MEMORYHOOKHOOD ORIGINAL

Liquidity Passport

Records experimental participation signals without moving funds or claiming identity assurance.

  1. RECEIVELP data arrives in hookData
  2. RECORDAdds, removals, and age update
  3. DISPLAYA transparent research tier
INSPECT SOURCE + TESTS
03 / EPOCH QUEUEHOOKHOOD ORIGINAL

FairFlow

Collects exact-input flow into deterministic epochs for honest REFUND_ONLY research settlement.

  1. COLLECTOrders enter the active epoch
  2. CLOSEThe epoch boundary is deterministic
  3. REFUNDClaims return recorded input
INSPECT SOURCE + TESTS
04 / REVENUE ROUTERHOOKHOOD ORIGINAL

SplitStream

Routes a bounded exact-input hook fee into configured PoolManager claim recipients.

  1. CAPTUREA bounded exact-input fee
  2. SPLITWeights divide the claim amount
  3. ROUTERecipients receive manager claims
INSPECT SOURCE + TESTS
01
HOOKHOOD CONCEPT

Heartbeat Hook

A pool that can feel market stress.

beforeSwapafterSwap
by HookHood Labs
02
HOOKHOOD CONCEPT

Liquidity Passport Hook

Reputation for liquidity providers.

afterAddLiquidityafterRemoveLiquidity
by HookHood Labs
03
HOOKHOOD CONCEPT

SplitStream Hook

Programmable revenue routing for every swap.

beforeSwapbeforeSwapReturnDelta
by HookHood Labs
04
HOOKHOOD CONCEPT

FairFlow Hook

Trade together. Settle together.

beforeSwapbeforeSwapReturnDelta
by HookHood Labs