Governance Incentives

Boboli gardens can incentivize community members to wrap their tokens so that they can participate in governance

For Boboli Gardens, a farming contract is deployed during creation.

Anyone can deposit the original token, available for distribution within the Garden, to this farming contract.

This deposit can be claimed by users who have wrapped their token to earn governance rights in the Garden.

The farming contract deployed is a modified Unipool contract. Each time a reward is deposited it will be distributed to users proportional to the amount they have wrapped and the amount of time it remains wrapped within the following reward period of 30 days.

The farming contract rewards users every second at the rate of deposit amount / 30 days in seconds this amount is then divided further for each user proportional to the amount of tokens they have wrapped relative to the total wrapped tokens at that time.

To deposit a reward to the farming contract requires approving the deposit amount for the farming contract and calling the notifyRewardAmount(uint256 _amount) function with the reward amount.

Do not send tokens directly to this contract to create a reward as they will be lost forever.

This process is currently not integrated into the Gardens UI but you can use other methods to approve and call this function e.g via Remix or Blockscout. You can only deposit the Garden's original token as a reward.

You can find the address of the farming contract in the subgraph of your Garden:

Last updated