Any vault depositor can call compound() and earn the 0.9% caller bounty. This page reads on-chain logs directly — no backend, no API.
Compounding happens whenever any address calls compound(). The bounty exists so upkeep does not depend on a single operator. The leaderboard shows which addresses have called it and how often.
The bounty curve — 0.9% of vault-wide pending rewards — means the longer the protocol goes uncompounded, the larger the next caller's reward. Callers are funded from vault rewards according to the contract rules; the protocol pays for its own upkeep.
| # | Caller | Compounds | Bounty earned | |
|---|---|---|---|---|
| Scanning on-chain history… | ||||
compound() in a given cycle receives the same bounty for that cycle, regardless of stake size. First caller per cycle wins it.Compounded events from the v4.6 vault contract via public Harmony RPC. The caller distribution above is the on-chain receipt of who is actually winning bounties.