Documentation

Parameters

Every protocol-tunable parameter, its default, and what it controls.

The protocol operator can tune all of these after launch, within hard-coded bounds1.

ParameterDefaultAllowed rangeWhat it controls
Acquisition surcharge10%Any nonnegative bps value; no contract capProtocol markup over fair value in the acquisition price
Crown tithe5%0%–100% of the distributable acquisition feeSlice of each acquisition fee routed to the crown's reward pot
Crown threshold10%0%–100% over the current crown valueHow much a challenger must beat the crown's backing to seize it
Depositor bid rate85% to purchaser50%–100%, and not below the protocol settlement cutWhat a purchaser receives when accepting the depositor bid instead of keeping the NFT (ETH or FWA)
Retained-to-protocolonon/offWhether the settlement discount goes to the protocol or back to depositors
Protocol acquisition cut1%0%–100% of the pool acquisition feeProtocol's slice of each acquisition fee
Protocol settlement cut1%0%–current depositor bid rateProtocol's slice of a position's value when a purchaser keeps the NFT (not when the depositor bid is accepted)
Price drift tolerance5%0%–100%Max price drift between an acquisition's request and its result before it's refunded
Withdrawal lock5 blocks0–7,200 blocksHow long withdrawals pause after an acquisition
Roll timeout30 blocksrequest confirmations–7,200 blocksWhen a stuck acquisition becomes cancellable
Settlement window24 hours0 seconds–current finalize windowPurchaser's exclusive period to keep the NFT or accept the depositor bid
Finalize window7 dayscurrent settlement window or longer; no capWhen anyone may finalize an abandoned position
Min backing0 (off)Any nonnegative wei amount; 0 disablesFloor on committed backing per position
Cold-gap edge band1 min / 60 minAny two second values where hot < coldActivity thresholds for the dynamic surcharge → FWA split
Forced edge splitdynamic-1 for dynamic, or 0%–100% to force FWA shareOptionally pin the surcharge → FWA fraction to a fixed value
External FWA buysgated (off)on/offWhether external addresses may buy FWA yet (sells are always open)
Protocol-fee → FWA0% (off)0%–100% of accrued protocol feesShare of protocol cuts recycled into FWA buybacks
Buyback routing split40% / 40% / 20%three shares summing to 100%How bought-back FWA splits between depositors, purchasers, and burn
Settle-as-FWAonon/offWhether a purchaser may take the bid settlement as FWA

The fixed FWA supply split (50% market / 50% rewards) and the 25-day, 1%/day schedule are set at deployment and not changed afterward. Percent ranges are basis points: 10,000 bps = 100%.

Technical breakdownonchain

  1. 1.
    Protocol parameter changes emit events, and all defaults are emitted at deployment, so an indexer can reconstruct the full configuration from genesis using logs alone. The external-buy gate (an owner-toggled boolean) lives on the FWA hook, and the buyback routing split (depositors / purchasers / burn basis points) lives on the FWA token.