FLOOR VAULT ROBINHOOD CHAIN —— STANDALONE FLOOR-RATCHET VAULT

The base only rises.

One vault binds one token and nothing else. Sell tax arrives as native ETH and joins the reserve. The floor is the reserve divided by circulating supply — it ratchets to the high-water mark and has no path downward. Holders redeem at the floor; redeemed tokens leave supply, so a redemption can never dilute the floor. Nothing here is discretionary.

Current floor BLOCK —
/ $EYE
Reserve ETH Circulating $EYE — HWM
Paid out (redeemed)0.00 ETH
Reserve
ETH
Circulating
$EYE
Paid out
ETH
Locked
$EYE redeemed
Peak floor
per $EYE
Total supply
$EYE
( A )[ 001 / 007 ]

Sell tax lands as ETH.
The floor only rises.

RESERVE · RATCHET · REDEEM
STEP 1 · TAX → RESERVE

Sell tax arrives
as native ETH.

Every sell of $EYE routes its tax as native ETH into the vault reserve. The vault is the token’s beneficiary. In this testnet you can also send ETH directly to the vault to raise the floor by hand.

STEP 2 · RATCHET

Floor is recorded,
only ever up.

The live floor is reserve divided by circulating supply. It is ratcheted to the high-water mark and has no path downward. Anyone may call ratchet to record it.

STEP 3 · REDEEM

Redeem at floor,
supply shrinks.

Holders redeem $EYE for ETH at the floor rate. Redeemed tokens lock in the vault and leave circulating supply, so a redemption can never dilute the floor for remaining holders.

The vault holds one bound token and nothing else. There is no second pool, no points programme, and no launchpad. Tax accrues only during the token’s tax window; after it expires the floor stops growing but never decreases.

( B )[ 002 / 007 ]

A floor you can audit,
straight from the vault.

ON-CHAIN · LIVE
FLOOR vs PEAK — MONOTONIC
MetricValue
Reading vault…

The vault records the high-water mark, not a full event history. Every value above is a live read from the FlapFloorVault contract on Robinhood Chain mainnet.

( C )[ 003 / 007 ]

Your $EYE,
floor-valued.

LIVE · ON-CHAIN
ETH
ETH

Redeem pays the floor rate and locks your $EYE in the vault — removing it from supply so the floor cannot drop. Ratchet records the live floor; anyone may call it.

FLOOR STATE
Floor— ETH/$EYE
Reserve— ETH
Circulating— $EYE
Peak floor— ETH/$EYE
Paid out— ETH
( D )[ 004 / 007 ]

Raise the floor,
redeem at it.

ETH RESERVE · MONOTONIC

Raise the floor (send ETH)

Your balance: ETH
Floor rises to: / $EYE

Redeem $EYE for ETH

Your balance: $EYE
You receive: ETH
Floor guard: redemption can never lower the floor — ETH/$EYE.
( E )[ 005 / 007 ]

The parts we would
read first.

R1 — R6
R1

The floor is a redemption rate, not a market price.

The floor is the ETH reserve divided by circulating $EYE supply. It only rises. It is not a promise that you can sell $EYE on a market at that price — only that the vault will redeem at it while the reserve and supply hold.

R2

This is test software, not audited.

The vault, the test token, and their interaction have not been audited. Treat any ETH in the reserve as at-risk. Nothing is reversible, and nobody can restore funds lost to a contract fault.

R3

Tax only flows during the token’s tax window.

ETH enters the reserve only when tax is pushed. In this test that is a manual pushTax. After a real token’s tax window expires the reserve stops growing — the floor plateaus but never decreases. The real Flap Portal tax flow is not proven here.

R4

Redemption pays the floor rate, bounded by reserve.

redeem() pays floor × amount and locks your $EYE in the vault, removing it from circulating supply. A redemption can never lower the floor. Payout is capped to available reserve by the contract’s solvency guard.

R5

Mainnet, but a test deployment.

This is live on Robinhood Chain mainnet with real ETH and real $EYE. The $EYE token is a throwaway test coin (EyeTestTaxToken) with a manual pushTax — not a real Flap-launched token, no bonding curve, no market. The real Flap Portal launchToken path is unproven.

R6

One token. One vault. One floor.

The vault binds one token and nothing else. There is no second pool, no points programme, and no launchpad for other coins. The scope is the scope.

( F )[ 006 / 007 ]

Network & contracts.

RH MAINNET · 4663
NetworkRobinhood Chain mainnet
Chain ID4663
the eye is a standalone floor-ratchet vault on Robinhood Chain mainnet. Sell tax lands as ETH in the reserve; the floor (reserve ÷ circulating supply) ratchets up and never down; holders redeem $EYE at the floor rate. The $EYE here is a throwaway test coin — the real Flap Portal launch path is not proven. Read the contracts before using anything here.