HoodMixerHoodMixer
CAsoon

Stealth Hooks · Robinhood Chain

Trades concealed by hood hooks in raw, private routing.

Every swap is intercepted by our hook stack on Robinhood Chain: a beforeSwap hook blinds the intent, an afterSwap hook enforces fair ordering. Sandwiches don't fit between them.

Sellon Robinhood
$0
Buy
to Base
0
$0
01 · The hook stack

Every order routed through a three-hook pipeline on Robinhood Chain.

Robinhood Chain lets pools install custom logic at deterministic lifecycle points. We mount three of them: one to blind the intent on entry, one to enforce ordering during execution, one to settle in-frame so nothing leaks.

The hook contract is the trust boundary — no off-chain relayer, no privileged operator. The pool itself does the protecting.

beforeSwap.hookintent blinding. Encrypts order parameters at the pool boundary so MEV searchers see noise.
afterSwap.hookfair-ordering. Enforces a sealed-bid envelope post-execution — sandwich attempts revert.
poolManager.hookatomic settle. Settles your fill in the same call frame as the pool delta. No leaks.
Three hooks intercepting the swap intent before it ever hits the public book
02 · Routes · hood hooks

Three hooks. Three ways to disappear from the public book.

Intent signed off-chain, settled through private channels
Route IDefault route

Stealth

stealthIntent.hook

Intent is signed off-chain and handed to the stealth-intent hook on Robinhood Chain. The hook re-encodes the swap into the pool with blinded parameters; searchers see a generic delta, never your size.

Avg ~3s settlement
Route IIFor large size

Bundle

bundleAuction.hook

The auction hook splits a large order across multiple hook-pools on Robinhood Chain and settles them in one block. Built for trades that would move the public book on impact — bundled, sealed, atomic.

Single-block atomic
Route IIIResting orders

Limit

restingOrder.hook

The limit hook holds your intent off-chain and arms the pool on price proximity. When the chain oracle crosses your trigger, the hook fires the fill in the same block — no on-chain footprint until execution.

Held off-chain
HoodMixerHoodMixer

An anti-MEV swap router operating on Robinhood Chain. Routes signed off-chain. Settled via private mempools.

© HoodMixer · 2026