DOCUMENTATION · UNISWAP V4 SWAP REBATE HOOK

Arbitrage still happens.
We change where the value goes.

WTH is a live Uniswap v4 hook that captures eligible price gaps between connected pools and turns realized arbitrage profit into trader rebates and LP rewards. This page is the whole reference: what the hook does, how the money is split, how to connect a pool, and the market the protocol is built for.

DOCUMENT Protocol & market reference
UPDATED August 2026
CONTRACT
HOOK ADDRESS

PART I · THE PROTOCOL · 01–09

OVERVIEW

Keep more of the value created by each trade.

WTH is a tool that looks for profit created when two trading pools show different prices. If it can safely capture that profit, it shares the money with the trader and the people supplying the pools instead of letting an outside bot take all of it.

01 · TRADER

Money back on your own trade

The swap that opened the gap earns a rebate out of the profit that closing it produced.

02 · LIQUIDITY

More value for pool providers

The larger share of every capture is donated back into the connected pools.

03 · PROTOCOL

Revenue for the WTH system

When a third-party token uses the hook, the two WTH protocol pools receive a defined share.

The simple idea: arbitrage is going to happen either way. WTH changes who is paid for it — the participants who created the opportunity, rather than a searcher who only watched for it.
THE BASIC IDEA

Today, outside bots often keep the profit.

Price correction is useful. But the money made from that correction usually leaves the traders and pools that created the opportunity.

WHAT USUALLY HAPPENS
1A user makes a trade
2One pool price moves
3A bot finds the price gap
4The bot keeps the profit
WHAT WTH CHANGES
1A user makes a trade
2The hook checks approved pools
3The hook captures real profit
4Trader and LPs share it

Why the hook is useful

It gives the price-correction profit a chance to stay with the trader, the pool providers and the protocol, instead of being taken entirely by an outside searcher.

The basic safety rule

The hook should only act when the profit is expected to be larger than pool fees, network costs and the effect of moving the price.

Bottom line: same market correction — but more of the profit can be returned to the people and pools involved.
WHAT IS A HOOK

Extra rules attached to a Uniswap v4 pool.

A hook is code that runs automatically around pool actions. It lets a pool do more than basic swapping and fee collection.

01 · THE POOL Trades the pair Users swap one token for another and liquidity providers supply the tokens.
02 · THE HOOK Runs custom logic The attached code can check information and take approved actions around a swap.
03 · WTH RESULT Checks for profit If a price gap can be closed for positive profit after costs, that profit can be shared.
WHAT CUSTOM POOL LOGIC MEANS

The pool can follow extra instructions.

Uniswap v4 hooks can run at selected points — before or after a swap, when liquidity changes, or when a pool is created. The WTH hook uses that surface to check connected pools, capture positive price-gap profit, and split it automatically.

What it does not do

It does not guarantee a payout on every trade. A reward only exists when the hook completes a profitable correction after costs.

Where it can be used

A hook is attached when a new v4 pool is created. An existing v3 pool stays unchanged; a new v4 pool is created beside it.

Simple version: the pool handles trading; the hook adds the WTH rules around it.
PRODUCT MECHANICS

Capture inside the swap flow.

WTH checks a set of connected pools immediately after the triggering swap. It only acts when the correction is still profitable at the moment of execution.

01TriggerA swap moves Pool A.
02CompareCheck Pool B routes.
03CorrectExecute only if profitable.
04SettleSplit the captured value.
CONSTRAINT

Bounded routes

A limited set of approved paths is checked. A swap can never trigger an open-ended search.

CONSTRAINT

Same transaction

Detection, correction and settlement all complete inside the transaction that triggered them.

CONSTRAINT

Realized balances

Payouts come from balances that actually settled — never from an optimistic quote.

Core rule: no realized profit, nothing happens. The hook does not rely on an open-ended route search or an optimistic estimate.

It also looks at v3

The hook does not only compare its own two pools. It detects v3 pools holding the same base token and arbitrages against those as well — more venues to compare against means more divergence available to capture.

WTH POOL FLOW

What happens when someone trades WTH.

The hook checks whether the WTH trade created a profitable price difference between the approved WTH pools.

Userbuys or sells WTH
Pool pricemoves after the trade
Hookchecks the other pool
Profitis captured and shared
40%BUY · TRADER
60%BUY · POOL PROVIDERS
10%SELL · TRADER
90%SELL · POOL PROVIDERS

Why traders may care

A normal trade can create a price gap. With the hook, the trader who created that opportunity may receive part of the captured profit back as a rebate.

Why pool providers may care

Liquidity providers are the people who supply tokens to the pools. They receive the larger share of any positive profit the hook captures.

No captured profit = no payout. The percentages only apply after the hook completes the correction and keeps a positive amount after costs.
PROFIT SPLIT

How the captured profit is shared.

This is the default for another token using the WTH hook. Every percentage below is a share of captured profit — never of the trade amount.

BUY TRADER 40% · REMAINING 60% ACROSS FOUR POOLS
SELL TRADER 10% · REMAINING 90% ACROSS FOUR POOLS
TRADER PROJECT POOLS WTH PROTOCOL POOLS
Who receives it Buy Sell Share of the LP allocation
Trader40.0%10.0%
Project Pool 121.0%31.5%35%
Project Pool 221.0%31.5%35%
WTH Protocol Pool 19.0%13.5%15%
WTH Protocol Pool 29.0%13.5%15%
Total100%100%100%

The last column is the same split seen from the other side: whatever goes to liquidity, 35% lands in each of the two project pools and 15% in each of the two WTH pools. On a buy that is 60% × 35% = 21% and 60% × 15% = 9%; on a sell, 90% × 35% = 31.5% and 90% × 15% = 13.5%.

CONFIGURABLE

Splits can change

Trader and LP percentages, and the LP allocation across connected project pools, can be adapted per deployment.

OPTIONAL

Referral share

A referral partner can take a share within protocol-set caps. Enabling it rebalances the split inside the same realized profit — it never creates new payout.

WTH protocol share: the two WTH protocol pools receive 18% combined on buys and 27% combined on sells, out of positive profit made when another token uses the hook.
THE WTH TOKEN

The token shows the hook working.

WTH is the native example of the system. It receives the protocol share when other tokens use the hook, and gives the project one visible asset for integrations, demonstrations and promotion.

Other tokenuses the hook
Profitis captured
WTH poolsreceive a share
18% BUY of captured profit, to the two WTH protocol pools
27% SELL of captured profit, to the two WTH protocol pools
01 · SHOW THE PRODUCT

A live example

WTH pools make the hook easier to demonstrate with a real token and real pool flow.

02 · CAPTURE REVENUE

A protocol share

When another token uses the hook, the two WTH protocol pools receive their defined part of the captured profit.

03 · BUILD VISIBILITY

A clear focal point

The token gives dashboards, integrations, demonstrations and campaigns one visible asset to point to.

Important: 18% and 27% are shares of positive profit captured by the hook. They are not percentages of the trader's full trade amount.
INTEGRATION

Projects with at least two pools can plug in.

Create two Uniswap v4 pools for the same asset against the same supported quote, attach the WTH hook at creation, then fund active liquidity.

01Create two v4 pools
02Attach the WTH hook
03Set price + liquidity
04Dashboard detects them
COMMON SETUPS
AMain pool on v3Keep it. Add one or more hooked v4 pools beside it — the v3 pool does not change.
BMain pool on v4Keep the main pool and create one or more additional v4 pools with the hook.
CNew launchStart with two or more connected v4 pools from day one.
PRESET FLOW

The creation link comes prefilled

The setup link presets the hook address and tick spacing. The project only needs to initialize the price and supply liquidity.

Supported quotes: USDG · ETH · WETH. The hook works best with two or more connected pools holding active liquidity near the market price.

BUILD A PRESET LINK ON THE DASHBOARD

The manual path, in the Uniswap app

1Go to Uniswap → Pools
2Click Create a pool (v4)
3Select your tokens — TOKEN / WETH / USDG
4Click Add a hook and enter the hook
5Choose your fee tier and starting pool price
6Choose the liquidity amounts to provide
Important: on fee tiers below 0.3%, keep the liquidity range closer to the market price — or add several positions — so the hook can work as expected.
HOW IT IS BUILT

Four parts keep the system controlled.

The hook separates pool approval, route checking, trade execution and payouts, so each job is easier to inspect, test and pause.

01 · APPROVED POOLS

Pool list

Keeps the list of pools and tokens the hook is allowed to use.

02 · CHECK THE GAP

Route checker

Looks at a limited set of paths and estimates whether a safe profit exists.

03 · MAKE THE TRADE

Executor

Runs the price-correction trade and closes all token balances in the same protected process.

04 · SHARE THE MONEY

Payout ledger

Records the trader and pool shares, and prevents the system from paying more than it captured.

CORE SAFEGUARDS
1Use only approved pools and routes.
2Check a limited number of paths, so a swap cannot trigger an endless search.
3Pay only from completed positive profit, never from an estimate.
Why this matters: a smaller, clearly separated system is easier to test, audit and pause if a pool or route becomes unsafe.

PART II · THE MARKET · 10–18

WHY NOW

Programmable pools can keep their own upside.

Uniswap v4 hooks let pool creators attach custom logic to pool actions. Most hooks customize pool behaviour; WTH uses that same surface for value capture, not just fee tweaks.

01

Volume moves prices

A swap can create a temporary price gap between pools quoting the same token.

02

Hooks add logic

Custom code can run around swaps, liquidity changes, donations and initialization.

03

WTH captures value

Eligible gaps can be corrected inside the pool system, before external actors act.

04

Every payout is on chain

Rebates, LP rewards and logs are visible at transaction level.

The shift: most hooks customize pool behaviour. WTH makes pools participate in the value they create.

Sources: Uniswap Labs, “Uniswap v4 is Here” (2025); Uniswap v4 developer documentation.

THE PROBLEM

Pools create the opportunity. Bots take the upside.

Every AMM swap changes reserves. If another pool still has a better executable price, the correction is useful — but the payout usually leaves the pool ecosystem.

User trademoves price
Price gapopens
Searchercaptures gap
Profitleaves the pool system
≈80% FEES / ARBITRAGE LOSSES Research on major Uniswap pools found that fees often failed to compensate LPs for arbitrage losses — the WETH–USDC 5bp pool in the 2022–2023 study.
The gap WHERE WTH SITS The correction still needs to happen. The question is only whether the pool system keeps any of what it pays for.

Source: R. Fritsch & A. Canidio, “Measuring Arbitrage Losses and Profitability of AMM Liquidity,” WWW Companion 2024.

MARKET OPPORTUNITY

Hooks enable growth like never before.

Hooks are modular plugins for pool logic. They can run around swaps, liquidity changes, donations and pool initialization — which turns the AMM into a developer platform.

150+ HOOKS BUILT BY V4 LAUNCH Uniswap reported more than 150 hooks developed before launch.
$150M MOVED TO V4 FOR A HOOK Spark migrated $150M of stablecoin liquidity ahead of its DualPool hook deployment.
10 → 18 CHAINS v4 launched across Ethereum and nine additional networks — 18 mainnet chains by mid-2026.
Read: v4 turns the AMM into a developer platform. WTH uses that programmability to internalize price correction.

Sources: Uniswap Labs, “Uniswap v4 is Here” (Jan 2025); “Spark Moves $150M of Liquidity to v4” (Jun 2026); DeFiLlama (Aug 2026).

LIVE PROOF

Concept put into practice.

A live 2.50 WETH trade opened a price gap. WTH closed it inside the same transaction and split 0.168 WETH of realized profit on the 40 / 60 buy rule.

2.50 WETH TRIGGERING TRADE The swap that opened the gap.
0.0672 WETH BACK TO TRADER · 40% about $125.80
0.1008 WETH DONATED TO LPS · 60% about $188.69
Tx 0x8b790f…f079e13 Aug 04 2026, 09:32 UTC — the transaction shows the full loop: settled WETH returned to the trader and streamed into LP rewards.

Source: Robinhood Chain block explorer.

EARLY RESULTS

The full economic loop is already running.

The dataset is still small, but the complete loop is live on chain: detect, capture, settle, rebate, and reward LPs.

$3,827.59 TOTAL DISTRIBUTED across early captures
$1,118.23 BACK TO TRADERS rebates on their own trades
$2,709.36 TO LPS streamed into the pools
1,285 DISTRIBUTIONS individual payouts recorded
WHAT MATTERS NEXT

Capture rate per eligible price gap · realized profit per $1M of volume · incremental LP return.

Read these carefully: these are selected early figures from a small dataset. No average capture yield is inferred from them, and none of the projections later in this document are extrapolated from them.

Source: on-chain logs — the running totals are published on the live dashboard.

MARKET SCALE

Atomic arbitrage already moves tens of millions.

The closest public data to WTH is on-chain atomic arbitrage — in particular DEX-to-DEX “naked” arbitrage and transaction-triggered backruns.

$80.8M OBSERVED ATOMIC ARBITRAGE Ethereum dataset, Sep 2024 – Aug 2025, across three major orderflow providers.
$52.6M NAKED ARBITRAGE Untargeted top-of-block DEX-to-DEX arbitrage.
$28.2M BACKRUNS Triggered by a preceding transaction — the closest analogue to WTH's trigger → correction model.
$2.6M UNCAPTURED OPPORTUNITIES Atomic arbitrage left on the table in May 2024 alone.
Scope: WTH targets a connected-pool subset of this activity. These figures are market evidence that the value exists and is being extracted — not a revenue forecast.

Sources: Ethereum Research / libMEV, “Open vs. Sealed”; Flashbots Collective, “Searching in TDX”; arXiv:2404.05803 for LP arbitrage-loss context.

SIZING THE SURFACE

Built bottom-up from volume, not from an MEV total.

No academic MEV total is used as TAM. The market is built from trading volume downward, with every input either sourced or labelled as an assumption.

Layer Size What it is Basis
TAM ~$3.4T Global annual spot DEX volume (2025) — the theoretical surface where pool-level internalization of arbitrage surplus could apply. CoinGecko / DeFiLlama; approximate
SAM ~$300B Uniswap v4 annualized volume run-rate (≈$25.5B × 12) across 18 chains — where the hook can operate today. A run-rate, not a full-year figure. DeFiLlama, Aug 2026
SOM $0.3–40B Managed volume at 0.1%–3.0% penetration of addressable v4 volume — a scenario range driven by integrations, eligible pools and routes. Assumption — see §17
Captured value = managed volume × capture yield, on a 2–10 bps sensitivity range. The atomic-arbitrage totals in §15 evidence that extraction happens; they are deliberately not used as TAM.
GROWTH MODEL · 2026E–2030E

Driver-based scenarios, not an arbitrary CAGR.

Two lines of arithmetic drive the whole model. Every figure below is reconstructable from the stated inputs.

MODEL STRUCTURE

Managed volume = v4 volume × penetration

Captured value = managed volume × yield (bps)

Assumption Bear Base Bull
v4 volume growth p.a.+5%+25%+45%
Penetration by 2030E0.25%1.0%3.0%
Capture yield2 bps5 bps10 bps
2030E captured value$0.2M$3.7M$39.8M
Annual captured arbitrage value BULL BASE BEAR
$100M $10M $1M $0.1M $0.01M $39.8M $3.7M $0.2M 2026E 2027E 2028E 2029E 2030E

Logarithmic vertical axis, so all three scenarios stay legible — they sit roughly one order of magnitude apart. Penetration is ramped linearly to its 2030E target; volume compounds at the stated rate from the $300B 2026E base. Base data: DeFiLlama.

Captured value ($M) 2026E2027E2028E2029E2030E
Bear0.030.060.100.140.18
Base0.300.751.412.343.66
Bull1.805.2211.3521.9539.78
MARKET BACKDROP

A log-linear fit of DEX volume over 2021–25 implies ≈41% growth per year (R² ≈ 0.68). All three scenarios deliberately sit below that trend, given crypto's cyclicality.

WHY NO CURVE FIT

v4's history is too short for a credible logistic adoption fit. These are labelled assumptions, not curve fits, and 2026E uses YTD run-rates — never presented as realized volume.

SENSITIVITY

Penetration × capture yield drives the outcome.

Annual captured arbitrage value on an illustrative $500B of addressable v4 volume. With limited operating history, ranges beat false precision.

Yield \ Penetration 0.1%0.5%1.0%2.0%5.0%
2 bps $0.1M$0.5M$1.0M$2.0M$5.0M
5 bps $0.3M$1.3M$2.5M$5.0M$13M
10 bps $0.5M$2.5M$5.0M$10M$25M
20 bps $1.0M$5.0M$10M$20M$50M
SECOND-ORDER DRIVERS
1Integrated projects × average volume per project sets penetration.
2Yield depends on volatility, liquidity depth and route eligibility.
3Yield is a sensitivity variable — it is not extrapolated from early captures.

Illustrative: $500B ≈ mid-scenario 2027–28 addressable v4 volume (assumption; base data DeFiLlama).

PART III · STRATEGY · 19–23

COMPETITIVE LANDSCAPE

Protection exists. Pool-level redistribution is the gap.

WTH is not claimed strictly superior. UniswapX and MEV Blocker are proven at larger scale, and searchers compete for every opportunity. The narrower claim is this: redistribution attached to the pool itself, shared with LPs and third-party communities.

WTH UniswapX MEV Blocker External searchers
Architecture v4 hook inside the pool Intent / Dutch-auction order flow Private RPC + order-flow auction Off-chain bots + on-chain execution
Point of integration Pool creation (hook attach) Swapper routing / interface User wallet RPC setting None — permissionless
Surplus recipient Trader + LPs (+ configurable splits) Swapper (price improvement) User (backrun rebate) Searcher / builder / validator
LP participation Yes — 60–90% of capture NoNoNo
Third-party token integration Core design (2+ pools, referrals) NoNon/a
Private RPC / order flow needed No Uses filler network YesNo
Uniswap v4 dependence HighLowNoneNone

Sources: UniswapX and MEV Blocker official documentation; Ethereum MEV research.

POSITIONING · SWOT

Strategy snapshot.

WTH is strongest when positioned as infrastructure for measurable, sustainable value increase — not as a yield product.

STRENGTHS

Live proof of same-transaction capture. A simple user story: arbitrage still happens; the payout changes. Built on Uniswap v4 instead of requiring a new AMM.

WEAKNESSES

Capture depends on active liquidity, approved routes and execution costs. More pools can fragment liquidity. The security and audit burden is higher than for a normal pool.

OPPORTUNITIES

Projects need non-emission LP incentives. Hooks can become a default layer for pool-specific economics. Referral economics can make integrations distribution-led.

THREATS

Future competitor hooks, and adverse regulation around rewards.

Strategic read: prove repeatability first. The moat compounds only after projects, dashboards, integrations and route data become part of the product.

Sources: Uniswap v4 docs; LP arbitrage-loss literature.

ADOPTION RISK · PESTLE

Macro map for adoption risk.

The hook is a protocol product, not a consumer app. Adoption depends on regulation, integration friction, liquidity behaviour and provable on-chain performance.

P PoliticalChain governance and protocol norms matter. Deployments need credible audits, clear admin controls and no hidden discretion.
E EconomicLPs need real incremental return after gas, slippage and liquidity fragmentation. Traders need rebates that improve net execution.
S SocialThe story is easy: bots already capture the correction. WTH redirects eligible profit to the participants who created it.
T TechnologyUniswap v4 hooks make pool-level custom logic native. WTH uses bounded routes and realized balances, not open-ended search.
L LegalPayout routing, referrals and dashboards need clean terms. Avoid language that implies guaranteed yield or passive income.
E EnvironmentalNo new chain and no extra consensus layer. The footprint is primarily incremental computation inside existing Ethereum / L2 execution.
Investor read: the risk is not “can a hook exist?” — it is whether capture is repeatable, safe and economically meaningful at scale.

Sources: Uniswap v4 hook documentation; Fritsch & Canidio 2024; Ethereum Research / libMEV market data.

INDUSTRY STRUCTURE · 7 FORCES

Where the pressure comes from.

For a hook protocol the market is not just DEXs. It is projects, LPs, routers, searchers, auditors, chains and governance surfaces — all pressing on one engine: detect · correct · settle · distribute.

1Rivalry. Other hooks and MEV products compete on capture rate, safety and integration ease.
2New entrants. Hooks are open by design; code-level defensibility must become data, distribution and trust.
3Substitutes. Projects can use emissions, fee rebates, private orderflow or custom AMMs instead.
4Buyer power. Projects and LPs will demand clear returns, low integration friction and no liquidity harm.
5Supplier power. Uniswap v4, chains, routers, RPCs, auditors and builders are critical dependencies.
6Complementors. Wallets, dashboards, routers, launchpads and referrers can make adoption cheaper.
7Regulation / governance. Rewards and referral routing must be transparent, bounded and easy to explain.
Conclusion: the defensible edge is not the hook alone — it is a working capture engine plus integrations, routing discipline, safety reputation and public performance data.

Framework adapted from Porter industry analysis. Technical context: Uniswap v4 hooks and Ethereum MEV research.

GROWTH PATH · ANSOFF

Growth without changing the core engine.

The capture mechanism stays constant. Growth comes from more pools, more integrations, and more ways to route realized profit.

CURRENT MARKETS
NEW MARKETS
CURRENT PRODUCT
MARKET PENETRATION

WTH pairs and early partner pools

Increase active liquidity, improve capture rate, publish dashboard receipts, and make performance legible.

MARKET DEVELOPMENT

More token projects and chains

Repeat the same 2+ pool setup across tokens, supported quotes and L2 deployments.

NEW PRODUCT
PRODUCT DEVELOPMENT

Configurable incentive layers

Add referral splits, project-set parameters, better reporting and route templates — without changing the capture core.

DIVERSIFICATION

Protocol capture as a primitive

Longer term: routing partnerships, launchpad integrations, analytics and branded pool products.

Near-term focus: market penetration and market development. Prove the mechanic, then make integration boring. Every expansion item above is proposed, not live.

Framework adapted from the Ansoff growth matrix.

The arbitrage still happens. We change who gets paid.

Live mechanism. Reusable hook. Configurable economics — for connected pools that want to keep the value their own volume creates.