Yield Calculation

deUSD's yields are generated by a combination of network generated basis trading yields from funding rates and treasury yields from USDS (Maker's T-Bill protocol).

The calculation shown is an APY based on returns from the trailing 7d, calculated as follows:

  • weeklyReturn = ((fundingRewards over last 7 days + sUSDSRewards over last 7 days) * (1-OCF fee)) / deUSDstaked;

  • APY = (1 + weeklyReturn / 7) ** 52 - 1

Last updated