How to Create an Auto Compounding Rewards Program
This section explains how to create an Auto Compounding Rewards Program using available bnTokens in your wallet.
Transfer bnTokens to the rewards contract
This section explains how to transfer bnTokens to the Auto Compounding Rewards contract:
Open your wallet and select the bnToken that will be given as rewards
Set the
ExternalRewardsVault
(on etherscan) contract address as the recipientEnter the number of bnTokens to transfer:
Transfer the bnTokens
Once pool tokens have been sent, the DAO multisig will set them up for distribution according to the default rewards schedule, unless a custom rewards schedule has been communicated beforehand. See Custom Rewards Programs for more details.
Default Rewards Schedule
The default rewards schedule is:
Length: 1 year
Distribution: Linear (flat)
This means that rewards would be distributed equally over a 1-year time span.
Example:
Assume 50,000 bnTokens were transferred
Emission would be:
50,000 bnTokens / 365 days = 136.9863013699 bnTokens per day
Reward Implementation by the DAO
The DAO multisig implements required tasks, such as rewards programs, periodically (typically twice a week).
Once implemented, the program will start and value will start moving to the liquidity providers.
Last updated