LogoLogo
  • Introduction
  • 🌱Garden summoners
    • Types of Gardens
    • Create a Garden
      • Create a Garden (non-technical)
      • Create a Garden (with scripts)
        • Setup
        • Create Veneto Garden
        • Create Boboli Garden
        • Include Your Metadata
    • Price Oracle
    • Governance Incentives
    • Honeyswap Liquidity
  • 👩‍🌾 Community Members
    • Getting started
      • Create Your Account
      • Wrap your Tokens
      • Sign the Covenant
      • Deposit Funds
    • Proposals
      • Support a Proposal
      • Create a Proposal
      • Challenge a Proposal
    • Disputes
      • Settle a Dispute
      • Raise to Celeste
  • On-chain governance
    • The Four Pillars
      • Conviction Voting
      • Covenant
      • Celeste
      • Decision Voting
    • Protocol Parameters
      • Conviction Voting
      • Covenant
      • Decision Voting
      • Dynamic Issuance
  • Issuance policy
    • Dynamic Issuance
    • Fixed Supply
  • Off-chain governance
    • Introduction
    • Discord and Discourse
      • Social Spaces (Discord)
      • Forum (Discourse)
      • Syncing Discord and Discourse
    • The Role of the Covenant
    • Proposal template
    • How to Suggest a Proposal?
  • Architecture
    • Aragon OS
    • Aragon Apps
    • Token Manager Hooks
  • Roadmap
    • On the Horizon
    • Big Picture
  • Additional Resources
    • Talks and Videos
    • Further Reading
    • General Resources
    • Philosophy
      • Composability
      • Sufficient Decentralizion
      • The Multisig Problem
      • The Funding Allocation Problem
      • Moving Beyond Naive Coin Voting Governance
Powered by GitBook
On this page

Was this helpful?

  1. Garden summoners

Governance Incentives

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

PreviousPrice OracleNextHoneyswap Liquidity

Last updated 3 years ago

Was this helpful?

For , 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 to earn governance rights in the Garden.

The farming contract deployed is a . 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:

🌱
Boboli Gardens
wrapped their token
modified Unipool contract
Rinekby subgraph query
xDai subgraph query