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 swapper cashback, LP rewards and protocol revenue. 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

On a pool that integrates WTH, 45% of every capture is donated back into that pool.

03 · PROTOCOL

Revenue for the WTH system

When a third-party token uses the hook, the WTH treasury receives a defined share — 40% of the captured profit.

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.

Three legs, and venues we do not own

A correction no longer has to be a straight there-and-back between two pools. The executor can carry a third leg, and that is what puts exotic pairs in reach: a TOKEN/STOCK pool has nothing to trade against directly, but it has a counterpart two hops away through a quote pair. Most pairs on the chain become reachable this way.

PropAMM arbitrage

The hook arbitrages against propAMMs for Robinhood stock tokens — professionally quoted venues that WTH neither owns nor needs to. When a connected pool and one of those venues disagree on price, the gap is closed inside the same transaction, and the value stays with the pool instead of leaving with an outside searcher. Hooked USDG pools are deployed for NVDA, SPCX, SNDK, AAPL, GOOGL and MU, each at two fee tiers — 0.0375% and 0.1%. Liquidity can be provided from the dashboard, and further Stock Token/USDG pools can be created by anyone.

ROUTE

Three pools, one transaction

Triangular routes are live. They inherit every rule above — bounded paths, realized balances, and no trade without realized profit.

VENUE

Tokenized stocks

Stock pairs quoted in USDG are corrected against outside venues, including pools that carry no hook of their own.

EXTRA LEG

ETH · USDG

A swap can also trigger an independent arbitrage on the chain's main ETH/USDG pairs. When it does, the trader's rebate is larger. The leg can be switched off.

Live, and still the smaller share: across a 300,000-block window the executors settled 237 arbitrages, of which 10 routed through three distinct pools — two-pool corrections remain the common case. The three-pool routes seen so far run through NVDA, SPY and AAPL against USDG.

Source: PoolManager swap logs read by executor address; the connected pools are listed on the live dashboard.

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
10%WTH POOLS · SWAPPER
90%WTH POOLS · TREASURY
5%INTEGRATING · SWAPPER
45%INTEGRATING · POOL LPS

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.

The split depends on whose pool the arbitrage touched — not on the direction of the trade. Every percentage below is a share of captured profit — never of the trade amount.

WTH POOLS SWAPPER 10% · WTH TREASURY 90%
INTEGRATING POOLS SWAPPER 5% · POOL 45% · WTH TREASURY 40% · REFERRAL 10%
SWAPPER INTEGRATING POOL WTH TREASURY REFERRAL
Who receives it WTH pools Integrating pools How it is paid
Swapper10.0%5.0%Cashback, in the same transaction
Integrating pool45.0%Donated to the pool's liquidity providers
WTH treasury90.0%40.0%Protocol revenue
Referral10.0%To the partner WTH set for that pool
Total100%100%

On an integrating pool the referral and treasury shares come off the top — 10% and 40% by default. The remaining 50% is then divided 10 / 90: one tenth back to the swapper as cashback, nine tenths donated to the pool the trade happened in. That is where 5% and 45% come from. On WTH's own pools there is no pool donation and no referral: the swapper takes 10% and the treasury the rest.

CONFIGURABLE

Splits can change

Shares are set per deployment. Custom integrations can carry a different split, agreed with WTH.

SET BY WTH

Referral share

The referral recipient and its share are set by WTH for each pool — a partner does not claim it. It comes out of the same realized profit before the swapper and pool shares are computed; it never creates new payout.

WTH treasury: 90% of captured profit on WTH's own pools and 40% on integrating pools. Every payment is emitted on chain by the executor as a ProtocolRevenue event, so it can be checked transaction by transaction.

Arrangements agreed directly

PARTNERS

Custom implementations

For selected partners the split above is not the only one on offer. The allocation between swappers, LPs, the treasury and the partner is set by the terms of the partnership, case by case.

REFERRALS

Referral program

Custom referral links are available to influencers, communities and other distribution partners. Terms and revenue share are agreed directly with WTH — this is not a permissionless feature.

THE WTH TOKEN

The token shows the hook working.

WTH is the native example of the system. Its treasury receives a share of every capture, and the token gives the project one visible asset for integrations, demonstrations and promotion.

A pooluses the hook
Profitis captured
WTH treasuryreceives a share
90% WTH POOLS of captured profit on WTH's own pools, to the WTH treasury
40% INTEGRATING POOLS of captured profit when another token uses the hook, to the WTH treasury
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 WTH treasury receives 40% of the captured profit; on WTH's own pools it receives 90%.

03 · BUILD VISIBILITY

A clear focal point

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

Important: 90% and 40% 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 that applied at the time.

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. Recorded under the previous executor — since 2 September 2026 an arb on a WTH pool pays 10% to the swapper and 90% to the treasury.

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.

$68,195 TOTAL DISTRIBUTED across 13,539 distributions
$45,815 PROTOCOL REVENUE retained by the WTH treasury
$19,119 CASHBACK to the traders whose swaps opened the gap
$3,261 TO LPS donated into integrating pools

Figures as of 3 September 2026 · refreshed live from the collector when it answers.

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 and tracked independently by DefiLlama , which reads the same distribution event from the chain.

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.
Set it yourself: the capture calculator takes an arbitrage volume and a capture rate and returns what would be handed back. It opens on the rate the hook has actually run at, read live from the chain, so a guess always has the measured figure sitting next to it.

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

PART III · STRATEGY · 19–24

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 Swapper + LPs + treasury (+ referral) Swapper (price improvement) User (backrun rebate) Searcher / builder / validator
LP participation Yes — 45% of capture on integrating pools 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.

ROADMAP

Where the hook goes next.

The engine is chain-agnostic by construction: it reads pools, compares prices and settles inside one transaction. What follows is where that engine goes next, and what it is given to do.

WHERE IT RUNS
1A test deployment on EthereumBefore anything is called official.
2Ethereum mainnet at GlamsterdamThe fork after Fusaka. No date is committed here.
3Every EVM chainThe hook needs a v4 pool, not a particular chain.
4Elysium, when it launchesThe Hyperliquid L2. Announced, not yet live.
WHAT IT GAINS
1A dedicated hook and executor for major poolsSame rules, less gas, where volume concentrates.
2A profit split configurable per partnerSet as a parameter, rather than agreed case by case.
3Agentic integrationThe hook readable and callable by agents.
4A launchpadPools that arrive already connected.

REFERENCE · ON CHAIN · 25

DEPLOYED ADDRESSES

Every part of the system, on chain.

Robinhood Chain. Each address below is the live contract the dashboard itself reads — click one to copy it, or open it on the explorer to check the code and every transaction it has ever made.

TOKEN EXPLORER

WTH

The token itself. Fixed supply, no mint function — most of it sits in the pools the hook works.

WTH hook

The Uniswap v4 hook every connected pool is initialised with. It emits the payout event the dashboard counts, and it is the address a project enters to plug its own pool in.

EXECUTOR EXPLORER

ArbExecutor

Runs the price-correction trade inside the swap and closes every balance in the same protected process. Earlier generations stay readable on chain, so the history never breaks when the executor is upgraded.

PositionFeeClaimer

Collects the swap fees owed to the protocol's own liquidity positions.

CONTROL EXPLORER

Safe multisig

Holds the administrative keys — approving pools and routes, and pausing the hook if one becomes unsafe. No single key can act alone.

Nothing here is self-reported: the dashboard reads these same addresses directly from the chain. Every figure it shows can be rebuilt from their events by anyone.

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.