APR methodology

Annual Percentage Rate (APR) is one of the most widely used metrics in DeFi and a common benchmark for comparing yields. Because different parts of the protocol accrue value in different ways, we use two distinct APR calculation methods.

1) APR for Watt assets is calculated as:

tokenRatiottokenRatiot1tokenRatiot1100365\frac{tokenRatio_t - tokenRatio_{t-1}}{ tokenRatio_{t-1}} * 100 * 365

whereas tokenRatiotokenRatio is described here.

2) APR for liquidity pools listed in the app is calculated as:

(Rewardssum, t daysLPstaked, daily over t days)×365t\left( \frac{\mathrm{Rewards}_{\text{sum, }t\ \mathrm{days}}} {\overline{\mathrm{LP}}_{\text{staked, daily over }t\ \mathrm{days}}} \right) \times \frac{365}{t}

Here, RewardsRewards refer to the amount of Watt collected fees to be distributed, and LPLP represents the average value of liquidity staked in the pool.

To maintain healthy incentives for liquidity providers, fees are not distributed immediately upon collection. Instead, they are released gradually over several days following our custom distribution curve. This approach:

  • Smooths out short-term APR spikes or drops caused by sudden liquidity inflows or outflows.

  • Provides more consistent returns for LPs over time.

Due to this smoothing, a quick “back-of-the-envelope” APR calculation using only the 24-hour fees and the current 24-hour average liquidity from the app will not accurately match the exact realized APR.

Last updated