Seven chapters. The mechanics, roadmap and FAQ chapters of the whitepaper are the sections above and below on this page.
What FLOAT is
FLOAT is a peer-funded payout pool for liquidity providers on Robinhood Chain. It is a coverage protocol, not a yield farm and not a vault. When you provide liquidity to a Uniswap v4 range, your position earns swap fees while the price sits inside your chosen band. When the price leaves that band, your position stops earning and starts converting into the weaker side of the pair. That conversion is the loss FLOAT is built to refund.
You open a range on a supported pool, register it with FLOAT, and pay a premium from the fees that position is already earning. The premium is quoted from a public on-chain volatility feed, so the number you see is the output of a formula you can recompute. If the pool's 60 minute TWAP exits your range and stays out for three consecutive 20 minute checkpoints, the FLOAT reserve pool pays your loss in the same tokens you deposited, capped at your coverage tier.
The reserve pool is funded by premiums from other LPs, seeded by the FLOAT token allocation described in the tokenomics chapter, and topped up by the 70 percent premium share. Solvency is public before you deposit. There is no floor, no fixed yield, and no promise that reserves will always be sufficient. When they are not, claims queue pro-rata against future premium inflow.
FLOAT does not custody your position. Your LP NFT stays in your wallet. Registration is a read of your range bounds and a notional amount. The protocol never moves your principal.
How a position gets covered
Coverage starts with a range. You pick a pool that FLOAT supports, choose a lower and upper tick, and deposit your liquidity as you normally would. Then you call registerPosition with the pool id, your tick bounds, and a notional amount denominated in USDG. You pick a tier: Tier 25, Tier 50, or Tier 100. The tier sets the maximum payout as a percentage of notional.
The premium contract reads the 30 day realized volatility for that pool from the volatility feed and quotes a premium. The premium is deducted from the swap fees your position accrues. You do not send a separate payment from your wallet. If your position is not earning fees, the premium is not collected and coverage does not start. This keeps the system honest: coverage is paid for out of the yield the position is already producing.
Once registered, the claims contract watches the pool. It computes a 60 minute time weighted average price. If that TWAP is outside your range, the first checkpoint is marked. The contract then checks three consecutive 20 minute windows. If all three keep the TWAP outside your range, the position is claimable. If the price returns inside at any checkpoint, the counter resets.
When a claim is valid, the contract computes min(tier times notional, actual loss). Actual loss is measured from your entry price to the TWAP at the final checkpoint, using the same token amounts you deposited. The payout is made in those tokens. If reserves cover it, it settles immediately. If not, it enters the pro-rata claims queue described in the roadmap.
The pool, running
The reserve pool is the part of FLOAT that pays claims. It holds a mix of USDG and supported pool tokens, contributed by premiums and by the 30 percent token allocation for reserve seeding. The seeding allocation is released as coverage is written, not upfront, so the pool grows with the book it backs.
Every premium inflow splits three ways. Seventy percent goes to the reserve pool. Twenty percent streams to staked FLOAT as a claim on future premium. Ten percent goes to the protocol treasury. There is no buyback, no burn, and no dividend of stock tokens. The split is enforced in the premium contract and every transfer is visible on chain.
The solvency ratio is total reserves divided by outstanding coverage. The premium contract enforces a 1.25x cap: new coverage cannot be written if it would push the ratio below 1.25. That cap is a brake, not a guarantee. A large enough cluster of claims can still exhaust reserves, which is why the claims queue exists and why the ratio is published before you deposit.
The volatility feed reads 30 day realized volatility per supported pool and exposes it for premium quoting. Anyone can recompute a quote from the same inputs. The feed is a public data source, not a manipulation-proof oracle. If a pool's price is manipulated, the feed can be distorted. FLOAT mitigates this with TWAP-based claim checks and a 60 minute observation window, but it does not claim the feed is immune to manipulation.
Reserve history, premium inflow, and every settled claim are published with block-level links. The dashboard is the source of truth, not this document.
$FLOAT
FLOAT has a fixed supply of 1,000,000,000 tokens. There is no mint function after deployment. Supply does not change. There is no transfer tax, no buy tax, and no sell tax. Swaps on the FLOAT pair are subject to the DEX pool fee only.
The distribution is fixed at deployment. Thirty percent goes to reserve pool seeding, released as coverage is written rather than upfront. Twenty five percent goes to liquidity, paired with USDG on Robinhood Chain, locked for 12 months and then released on a linear schedule. Twenty percent funds community programs and the 15 percent no-claim credit stream, vested over 90 days per credit. Fifteen percent goes to the protocol treasury, which receives 10 percent of premium inflow and publishes its spends on chain. Ten percent goes to contributors with a 12 month cliff and a 24 month linear vest. No contributor tokens move before the cliff.
FLOAT is not a claim on reserves. It is not a dividend. Staking FLOAT gives you a share of the 20 percent premium stream, which is a claim on future premium, not a fixed yield. If premium inflow is low, the stream is low. If claims are high, the reserve share grows and the staking share does not change, because the split is fixed at 70/20/10.
The token exists to align the people who fund coverage with the people who use it. Stakers vote on adding new pools and adjusting the base premium curve. They cannot vote to change the supply, the split, or the payout formula for already-registered positions. Those are fixed in the contracts.
Get $FLOAT
FLOAT trades on Robinhood Chain. The contract address is 0x7c4e2a91b0f36d58c1e4a7f9d2b8c05e6a31a913. Always verify the address against the one published on the FLOAT site and in the official Telegram before you swap. There is no presale and no private round open to the public.
To buy, use a wallet that supports Robinhood Chain, bridge or deposit USDG if you need it, and swap on the official FLOAT pair. The pair is FLOAT against USDG. Any other pair is not official. Check the pool address on the site before you trade.
To use coverage, you do not need to buy FLOAT. You need a Uniswap v4 position on a supported pool. Register it, pick a tier, and let the premium come out of your fees. FLOAT the token is for staking into the premium stream and for governance, not for accessing coverage.
To stake, wait for phase 2. The staking page is a placeholder until then. It describes the 20 percent premium share and takes a waitlist. Do not send tokens to any address claiming to be staking before that page goes live.
If you are unsure whether a pool is supported, check the supported pools list in the FAQ below. Coverage is not available on pools that are not yet supported. Do not assume a pool is covered because it is on Robinhood Chain.
Security
FLOAT has not completed an audit. When an audit is completed and published, this chapter will name the auditor and link the report. Until then, no audit claim is made. The contracts are deployed with the functions described in this document and nothing else.
The coverage registry, premium and reserve, claims settlement, and volatility feed reader are separate contracts. The registry stores position bounds and tier. The premium contract quotes and splits. The claims contract evaluates TWAP and checkpoints. The feed reader exposes volatility. Separation limits what a single bug can touch, but it does not eliminate risk.
The 1.25x solvency cap is enforced on new coverage. It is not a guarantee that existing coverage is fully backed. A cluster of claims can push the ratio below 1.25 after the fact, which is why the claims queue exists. The reserve pool can be depleted. FLOAT does not claim otherwise.
The volatility feed is a public on-chain data source. It is not manipulation-proof. Claim checks use a 60 minute TWAP and three consecutive 20 minute checkpoints to reduce the impact of short spikes, but a sustained manipulation could still affect outcomes. This is a known limitation, not a hidden one.
There is no admin function that can move user principal. There is no upgrade proxy that can change the payout formula for a registered position. Governance can add pools and adjust the base premium curve. It cannot change supply, the 70/20/10 split, or the tier caps. Any future change to those would require a new deployment, which would be announced before it happens.
Risk and terms
FLOAT is not an investment product. Nothing in this document is financial advice. Coverage is a payout pool funded by premiums, and it can be insufficient. You can pay premiums and still not receive a full payout if reserves are exhausted and the claims queue is long.
Coverage is not insurance. It is not regulated as insurance in any jurisdiction. There is no guarantor, no reinsurer, and no government backstop. The reserve pool is the only source of payouts, plus the pro-rata queue against future premium inflow.
Premiums are quoted from a public volatility feed. The quote is a formula output, not a promise. It can change as the feed changes. A higher volatility reading means a higher premium. A lower reading means a lower premium. Neither reading guarantees a payout.
FLOAT does not custody your LP position. You keep the NFT. If you withdraw liquidity or move your range without updating the registry, your coverage may not match your actual position. You are responsible for keeping the registration current.
Supported pools are listed on the site. Coverage is not available on pools that are not yet supported. Do not assume coverage on any pool that is not on that list. The list is updated pool by pool, each announced before it opens.
Tax treatment of premiums, payouts, and staking rewards depends on your jurisdiction. FLOAT does not provide tax advice. Consult a qualified professional.