PREVIEW — CONTRACT NOT DEPLOYED

Top deposit reward

One active deposit can hold the crown and earn a growing tithe pot; challengers must clear its backing by the configured threshold.

One active deposit can hold the crown, and the crown earns a tithe (a small slice taken from every acquisition fee before the equal split) that builds into a visible, growing reward pot. When the crowned deposit leaves the pool or is overtaken, the pot earned during its tenure pays out to its depositor. The crown is a challenge against the current holder, not a continuously ranked leaderboard1:

The reward is exclusive to one current holder. The contract does not scan for or automatically backfill the absolute largest deposit, so a vacant crown can be claimed by any active position and a slightly larger position may still fall short of the takeover threshold.

Technical breakdown

  1. Stored onchain as a single topListingId (0 = vacant) plus a running topListingPot. A challenger seizes it only when backing·BPS ≥ topBacking·(BPS + topThresholdBps), with topThresholdBps = 1000 (10%), automatically on deposit or value-raise, or explicitly via claimTopSpot. Lowering or withdrawing forfeits it and settles the pot. Tithe rate: topListingShareBps = 500 (5%).