ROBINHOOD CHAIN · $HWM · UNISWAP v4 HOOK

The mark
only goes up.

Two percent of every trade is placed under the price and cannot be withdrawn. There is no function to call. Dips are absorbed and burned, so the water beneath each token rises and never falls back.

MARK UNDER THE PRICE
0.0000
ETH · NOT WITHDRAWABLE
PER 1M TOKENS
pending
RISES WITH VOLUME
BURNED BY THE MARK
0
ONLY DIRECTION AVAILABLE
STATUS
awaiting
deployment
BLOCK PENDING
THE MECHANISM

Four moves. No admin key.

No owner, no pause, no fee setter, no rescue. raise() and sweep() are open to anyone, so the machine runs without us and cannot be pointed anywhere else.

01 · FEE

Taken in ETH

Two percent of each swap, collected by the hook. Not a transfer tax. The token itself is a plain ERC20 with no owner and no mint function.

02 · RAISE

Placed under the price

That ETH is minted into the pool as liquidity sitting just below spot. A standing bid, on chain, that anyone is free to sell into.

03 · ABSORB

The bid does the buying

When price falls into the band it buys, automatically, because that is what an AMM does. Nobody has to press anything.

04 · BURN

What it catches, it destroys

Every token the mark absorbs is burned. Supply drops, the same ETH backs fewer tokens, and the water rises again.

WHY IT CANNOT FALL

It is arithmetic.

Not a lock with an expiry. Not a line in a description. There is simply no code path that moves ETH back out.

mark = floorEth ÷ supply

floorEth   only rises    fees in, no exit exists
supply     only falls    absorbed tokens are burned
A ratio whose top only grows and whose bottom only shrinks has one direction available to it.
FOR THE MACHINES

Downside you can query.

A bot does not read a website, it reads state. Three calls return a hard lower bound before it ever buys. Nothing else on this chain publishes that number.

floorEth()        ETH standing under the price
floorTick()       the price it bids at
floorPerToken()   ETH backing each token