Aura Finance
English
English
  • ๐Ÿ™ŒWelcome
  • ๐Ÿ“–Aura
    • What is Aura?
      • For Liquidity Providers
      • For $BAL Stakers
      • For $AURA Lockers
      • Fees
    • Governance
      • Multisig Composition
      • Multisig Rights
      • Gauge Voting
    • Security
      • Risks
    • $AURA
      • Distribution
        • Allocation Scaling Process
      • Vote Locking
  • ๐Ÿ› ๏ธDEVELOPERS
    • Aura Subgraphs
    • Deployed Addresses
      • Canonical Deployment Addresses
      • Sidechain Deployment Addresses
    • Solidity API
      • AuraBalVault - Compounder
      • Sidechain Contracts
    • Building on Aura
    • Brand Guidelines
    • How To ___
      • See reward tokens / yield on Aura Pools
      • Calculate APRs from Aura pool yield
      • Calculate pool boost
      • Calculate projected APRs
      • Get Balancer LP price
      • Add extra incentives to Aura pools
    • Frequently Asked Questions
  • ๐Ÿ”—Links
    • Twitter
    • Discord
    • Forum
    • Github
    • Aura Finance
    • Terms and Conditions
Powered by GitBook
On this page
  1. DEVELOPERS
  2. How To ___

Calculate projected APRs

PreviousCalculate pool boostNextGet Balancer LP price

Last updated 1 year ago

Projected APRs are determined by taking the current Balancer APRs & multiplying them by the pool boost. The AURA APR is then calculated by taking the estimated boosted BAL yield per year and passing it to the getAuraMintAmount() function to get an estimated AURA yield per year.

To pull the current Balancer APRs, Aura uses Balancerโ€™s balancer-sdk ()

๐Ÿ› ๏ธ
https://github.com/balancer-labs/balancer-sdk/