Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arbitrage promotion #69

Open
Hyung-bharvest opened this issue Nov 26, 2020 · 0 comments
Open

Arbitrage promotion #69

Hyung-bharvest opened this issue Nov 26, 2020 · 0 comments
Assignees

Comments

@Hyung-bharvest
Copy link
Contributor

Hyung-bharvest commented Nov 26, 2020

Arbitrage Promotion

  • appropriate arbitrage promotion can make pools having better consistent price discovery

Objectives

  • to encourage steady arbitrage activities

Arbitrage Rewards Calculation

  • frequency : calculate and reward every week
  • conditions : more than 50 swaps per week
  • reward score for each address : RewardScore = MedianSwapAmount * NumberOfSwaps * SwapFeeRate * 50%
    • reward back half of paid swap fees
  • reward amount for each address : MIN(TotalWeeklyRewardBudget * (RewardScore / SUM(RewardScore)), RewardScore)
    • total rewards do not exceed TotalWeeklyRewardBudget

Suggested TotalWeeklyRewardBudget

  • DemandedArbitrageVolume = NumberOfSwapsPerWeek * SwapAmount = 50 * TotalLiquidityPoolAmount * 0.5%
  • TotalWeeklyRewardBudget = DemandedArbitrageVolume * SwapFeeRate * 50%
  • for example
    • when TotalLiquidityPoolAmount = $100M and SwapFeeRate = 0.3%
    • TotalWeeklyRewardBudget = 0.25 * $100M * 0.3% * 50% = $37,500 = 7,500ATOM (at $5 per ATOM)
@Hyung-bharvest Hyung-bharvest self-assigned this Mar 23, 2021
@dongsam dongsam added this to the Long term considerations milestone May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants