The pool's Annual Percentage Rate (APR) is influenced by both the trading volume and the pool's rewards. The calculation is based on the average trading volume over the past 24 hours.
apr = ((feeUsd * 365) / tvlUsd) * 100 + rewardAPR
Position APR
We use the getPositionAPR method in the SDK to calculate the position apr