Farming Budget
316,848,000 WEED is reserved for base farming rewards.
#FarmingRewardsVault
After correct initialization with WeedToken, the vault release counter increases before transfer and rejects a release that would exceed the budget. Only the configured controller can call release.
#Controller path
The emission controller has one consumer, intended to be WeedChef. It previews scheduled reward across a time interval, clips the result to remaining budget, and asks the vault to release only the amount claimed by that consumer.
#From budget to farmer
- A time checkpoint defines the bounded rate.
- WeedChef integrates active global reward across elapsed time.
- Allocation points for pools with credited stake split that reward.
- Pool stake shares account reward to users.
- Harvest timing determines when accounted WEED transfers.
#When the budget is exhausted
Controller preview and claim values stop at the remaining vault budget. Exhaustion cannot trigger a new mint or use referral WEED. The result is zero additional base emission after the fixed reserve has been fully released.
