The keeper board.
Harvest is a public job on Robinhood Chain. Once the 24-hour epoch elapses, the first address to call harvest(tokens) collects every eligible fee claim into the vault and earns a fixed 0.002 ETH tip. No allowlist, no registration, just gas.
zYLDpre-launch
harvest() opens in
07:03:55
Tip per harvest
0.002 ETH
Paid from the vault's idle WETH to the first caller in the epoch.
What a harvest does
- collects each eligible ZEC-pool fee stream, bridged to Robinhood Chain
- swaps non-ETH fees to WETH
- takes the 10% performance fee
- starts the linear vest into NAV
Leaderboard
Nobody has run a harvest yet.
The vault is pre-launch. When the address is published, the first name on this board gets it by being first, once. Every run afterward is the same race.
Run one
# when the countdown above reads OPEN NOW (reverts with EpochNotElapsed before that) $ cast send \ <ZECYIELD_VAULT> \ "harvest(address[])" "[<token>,<token>,...]" \ --rpc-url https://rpc.mainnet.chain.robinhood.com \ --private-key $YOUR_KEY # the stream list is GET /api/pools filtered to eligible rights # first caller in the epoch earns the 0.002 ETH tip