Trading Rewards
Traders on the Lyra Protocol earn rewards for opening and holding positions. The program is designed to reward traders who:
- Pay higher fees relative to premiums.
- Open shorter-dated positions, freeing up more liquidity in vaults.
- Hold a position until expiry, discouraging malicious sybil activity.
Each open position earns a daily score. A trader earns their share of a pool of rewards proportional to their total score at the end of each epoch.
Traders can also receive multipliers on their rewards by meeting certain conditions, such as staking LYRA, holding a top trader score for a day, or being referred by another trader.
Tier | Conditions | Multiplier |
---|---|---|
I | Unverified referrer | 1.1x |
II | 1k stkLYRA or top 100 or verified referred | 1.2x |
III | 10k stkLYRA or top 50 | 1.5x |
IV | 50k stkLYRA or top 25 | 2x |
V | 250k stkLYRA or top 10 | 2.5x |
Let:
- be the amount of fees in a trade
- be the premium of the trade
- be the number of days to expiry of the option
- be the number of days in the epoch
- be the daily multiplier
- be the total rewards distributed for the epoch
Define the fee score
as:
Define the time score
as:
Define a position's daily score
as:
If a trader adjusts or closes their position, a time-weighted average of the daily position score is taken using the before and after
and
.
Define a user's daily score
as:
Define a user's total score
as:
A trader's rewards are proportional to their score relative to the sum of all
trader scores:
- Trading rewards are calculated off-chain and distributed via reward distribution contracts.
- Rewards are distributed in fortnightly epochs.
Last modified 30d ago