PREVIEW — CONTRACT NOT DEPLOYED

$FND

$FND bootstraps both sides of the market, then ties protocol revenue to a buyback that burns every token it buys.

The pool is a two-sided market: it needs depositors to stock positions and purchasers to create demand, and neither side is useful without the other. $FND is a fixed-supply reward token whose whole job is to solve that cold start: pay both sides for showing up early, then give the protocol a lasting value loop. Its accounting is separate from listing solvency: it cannot spend escrowed NFTs or backing, and it cannot change selection weights1.

Fixed supply: 1,000,000,000 $FND

Three ways to earn $FND

The market & post launch

The market charges a flat 1% on buys and sells. Sells stay open while outside buys are gated. The gate is owner-controlled and starts closed, so early supply is earned through protocol use rather than bought by outside traders: while it is closed, the only buyer is the pool itself, executing game-driven buys (the surcharge allowance and settle-as-FND purchases). Ordinary wallet-to-wallet transfers are also restricted; users can hold $FND and sell it through the configured pool, but cannot freely transfer it directly between ordinary wallets.

From launch, 50% of protocol fees funds a buyback4 that is permissionless and rate-limited, and every token it buys is burned: the routing is set to 0% depositors / 0% purchasers / 100% burn. Anyone can poke it for a small caller bounty. More activity means more fees, more ETH spent buying $FND, and a supply that only shrinks — the emissions above are the one-time 15-day distribution, the burn runs for as long as the pool is used. The routing is an owner setting, so a later split back toward depositors and purchasers is possible; it starts as a pure burn.

Technical breakdown

  1. Fixed total supply is split 50% to a single-sided Uniswap v4 position (LP NFT minted to 0xdEaD; the hook rejects any add-liquidity outside the token's own one-shot launch), 30% to the pool's emission buckets, and 20% to the operator. The token allocation is not part of listing escrow.
  2. EMISSION_DAYS = 15. Depositors receive 1% of total supply per day (~115.7 $FND/sec) through the √backing accumulator, and purchasers receive another 1% per day (10M/day) through daily pots split pro-rata over successful acquisitions. Depositors claim any time with claimDepositorTokens; claims also settle automatically on withdraw or re-price.
  3. The edge→$FND share interpolates linearly between hotGap = 60s (all to depositors) and coldGap = 3600s (all to the $FND buy), measured from the previous acquisition request and overridable via forcedTokenShareBps (dynamic by default). A successful purchaser's buy is pull-based (claimAccruedTokens) and happens outside the VRF callback.
  4. Pool fee FEE_BIPS = 100 (1%) on buys and sells (LP fee 0). Sells always open; externalBuysEnabled = false until the operator changes it; the registered pool may buy while outside buys are closed. Token transfers pass only for mint/burn, registered distributor legs, and hook-authorized PoolManager flows. buyback() is permissionless: at most 1 ETH per call, at least 1 block between calls, 0.5% caller bounty. Its reserve is fed by protocolFeeToTokenBps = 5,000 (50% of accrued protocol fees) on payoutFees, and its routing is set at deploy to 0 / 0 / 10,000 bps — the whole bought amount is burned, against a contract default of 40% / 40% / 20% across the depositor √backing accumulator, the current purchaser pot, and burn.