Clean Slate Qualification
An Injective address can qualify for OLP by meeting the following criteria:- The address must be opted out of the Trade & Earn (T&E) program prior to the start of the qualification process. The address will not earn T&E rewards during the qualification process. See examples in Python, Go, and TS for opting out programatically.
- Note: Eligibility for the qualification process begins at 00:00 UTC the day after the opt out is complete. To check if an address has been successfully opted out of T&E, this list can be cross referenced.
- The address’s maker volume must account for at least 0.25% of the total daily exchange maker volume of eligible markets for 3 days in a row in the same epoch. Self trading is strictly prohibited.
It may be prudent to consolidate trading strategies into a single address to increase maker volume. Otherwise, addresses with less maker volume than the required threshold will not qualify for rewards even if volume on an aggregate level between multiple addresses exceeds the threshold. See documentation on the Injective
authz module for a method of executing multiple strategies from a single address while retaining trading fee discounts.Maintaining Next Epoch Eligibility/Pre-Qualification
To automatically qualify for the next epoch after qualifying for the current epoch, an address must account for at least 0.25% of total exchange maker volume of eligible markets (not including KAVA reward markets) from the date of qualification to the last day of the epoch.- Example: Address
inj1aenters epoch 21 ineligible for OLP rewards.inj1aaccounts for 1%, 0.1%, and 0.2% of total daily exchange maker volume of eligible markets on days 1, 2, and 3 of epoch 21, respectively. On days 4, 5, and 6,inj1aaccounts for 0.5% of the applicable volume each day.inj1aqualifies on day 7 of the epoch. To maintain eligibility/qualification for epoch 22,inj1amust account for at least 0.25% of the cumulative applicable maker volume from day 7 through day 28 of epoch 21. If the cumulative maker volume of eligible markets for this period (days 7 through 28) was 250,000 of cumulative maker volume in those markets within the same period.
- Example: Address
inj1aenters epoch 22 prequalified from maintaining eligibility in epoch 21. Suppose the cumulative maker volume of eligible markets in epoch 22 totals 500,000 of the $200M in eligible markets by the end of epoch 22 to maintain automatic eligibility for epoch 23.
Disqualification
Any address that fails to account for at least 0.25% of applicable maker volume in an epoch will be disqualified from OLP at the start of the next epoch. If the address wishes to rejoin the program, the address must go through the clean slate qualification process again (though the address does not have to opt out of T&E another time). Note that any liquidity contributed on days that the address is not eligible will not be rewarded retroactively once the address requalifies.Disqualification occurs at the end of each epoch, meaning addresses continue to accrue rewards within the epoch regardless of next epoch eligibility.