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

feat: POC for aura bribs incorporations into allocation logic #70

Closed
wants to merge 11 commits into from

Conversation

SHAKOTN
Copy link
Member

@SHAKOTN SHAKOTN commented Jan 11, 2024

Done

A rough POC on incorporating min aura bribe amount into allocation logic.

Context: if existing bribe for specific pool fetched from HH is gte MIN_EXISTING_AURA_BRIBE, math will do precise allocation using aura vebal capture %

Fixes #59

@SHAKOTN SHAKOTN self-assigned this Jan 11, 2024
@@ -28,13 +34,25 @@ def calc_and_split_incentives(
# If aura incentives is less than 500 USDC, we pay all incentives to balancer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where did this 500 come from, is this now a variable?

@SHAKOTN SHAKOTN closed this Jan 19, 2024
@SHAKOTN SHAKOTN deleted the aura_bribs_hh branch January 19, 2024 12:37
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

Successfully merging this pull request may close these issues.

Allow for min_aura_brib to be larger than min_brib in fees automation
2 participants