CA deploying
Robinhood Chain

The floor
only goes up.

Every trade puts ETH under the price. The hook owns it and there is no withdraw function. Dips get absorbed and burned, so the floor under each token rises with every single swap.

The floorawaiting launch
0.000
ETH under the price
How it works

Four moves. No admin.

There is no owner, no pause, no fee setter and no rescue function. raise() and sweep() are permissionless, so anyone can run the machine and nobody can redirect it.

01

Fee

Every swap pays 2%, taken in ETH by the hook. Not a transfer tax. The token itself is a clean ERC20 with no owner and no mint.

02

Raise

That ETH gets minted into the pool as liquidity sitting just under spot. A real bid, on-chain, that anyone can sell into.

03

Absorb

When price dips into the band, the bid buys. The floor does the buying, automatically, because that is how an AMM works.

04

Burn

Everything the floor absorbs is burned. Supply falls, the same ETH backs fewer tokens, and the floor per token steps up.

Why it can't go down

It's arithmetic.

Not a lock with an expiry date. Not a promise in a description. There is simply no code path that takes ETH back out.

The floor per token is one division:
floorPerToken = floorEth / circulatingSupply floorEth only rises (fees in, no withdraw exists) circulatingSupply only falls (absorbed tokens are burned)

A ratio whose top only grows and whose bottom only shrinks can only move one way.

ETH in floor
0.0000
Floor per 1M
not yet
Burned by floor
0
Supply
1,000,000,000
For the machines

Downside you can query.

A bot does not read a website. It reads state. Two calls give a hard lower bound before it buys, which is a number nothing else on this chain exposes.

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