description |
---|
OLP Reward Allocations (Epoch 43 Onwards) |
Rewards are allocated to eligible markets in three different methods :
- Static allocations
- Minimum allocation with a dynamic component
- Flexible reward allocations
12.5% of INJ rewards will be preallocated to each of the BTC/USDT PERP market, ETH/USDT PERP market, and INJ/USDT PERP market. The remaining INJ for the epoch will be allocated to each remaining eligible market with a minimum allocation of 100 INJ:
Market | Total Allocation |
---|---|
BTC/USDT Perp | 12.5% |
ETH/USDT Perp | 12.5% |
INJ/USDT Perp | 12.5% |
Other Eligible Markets | Formula based allocation (see below) |
{% hint style="info" %} Static allocations may change over time as more markets are added to the eligible list {% endhint %}
As of epoch 43, the remaining rewards are allocated to eligible markets (excluding BTC/ETH/INJ Perps) based on the following schematic.
First, each epoch starts fresh, such that every pair has an equal chance of earning the maximum total available reward for that epoch, regardless of trading volume and liquidity from the prior epoch. Each pair starts day 1 of the epoch with a range of possibility, from a minimum of 100 INJ for the epoch.
Prior to this change, minimum rewards were 400 INJ, maximum rewards were around 900 INJ, and there was insufficient variation in reward accrual between pairs with low volume and pairs with substantially more volume. With this change, liquidity providers are rewarded for volume in popular markets.
The range for each market's rewards will progress throughout the epoch, converging on the final day of the epoch to the true reward for that market. The range
where
and
It must be noted that
With this range defined, the steps to calculate the reward for a market are :
1) Start with
2) Distribute the remaining rewards, RR, with $$RR=TAR-\sum_{i}Rewards_{min_{market\ i}}$$using the formulas above.
3) For any calculated rewards that exceed
4) Iterate until there are no remaining rewards.
Markets Added Partway Through an Epoch
For markets added to the eligible list midway through an epoch, the preallocation will be prorated. For example, if ARB/USDT is added on the 15th day of the epoch, then the market will receive half of the rewards for the epoch (as there are 14 full days remaining out of 28).
For each market that has dynamic reward allocations, a hard cap will be applied according to the following formula, where
where TPR is equal to the percentage (expressed as a decimal) of total preallocated rewards (currently 0.375) and n is the number of non-preallocated pairs.
Any reward allocations that exceed the cap will be redistributed amongst the other eligible markets according to the dynamic allocation formula.
Rewards to individual institutional liquidity providers will be allocated based on the following equation:
Each institutional liquidity provider will receive rewards based on their proportional $$TS$$ within the market, subject to governance approval.
{% hint style="info" %} Rewards for addresses totaling < 1 INJ at the end of each epoch will be disregarded to reduce the overhead of the disbursement process. {% endhint %}
For the reward allocation process up through epoch 42, please see reward-allocations-legacy.md.