0g-chain/x/incentive/spec/05_params.md
Denali Marsh 2d7f5c4080
[R4R] Better docs (#541)
* update sidebar order

* update event backticks

* fix broken links

* fix spelling
2020-06-03 14:54:31 -04:00

1.6 KiB

Parameters

The incentive module contains the following parameters:

Key Type Example Description
Active bool "true" boolean for if this module is active
Rewards array (Reward) [{see below}] array of params for each inflationary period

Each Reward has the following parameters

Key Type Example Description
Active bool "true boolean for if rewards for this collateral are active
Denom string "bnb" the collateral for which rewards are eligible
AvailableRewards object (coin) {"denom":"kava","amount":"1000"} the rewards available per reward period
Duration string (time ns) "172800000000000" the duration of each reward period
TimeLock string (time ns) "172800000000000" the duration for which claimed rewards will be vesting
ClaimDuration string (time ns) "172800000000000" how long users have to claim rewards before they expire