For the complete documentation index, see llms.txt. This page is also available as Markdown.

getAvgApr

Developers > Best Yield > getAvgApr

This method gives the base layer aggregated APR of $IDLE token. This method does not take into account fees, unlent percentage and additional APR given by $IDLE governance token.

Function

function getAvgAPR(
) external view returns (uint256 avgApr);

Return values

Value
Description

avgApr

The average APR for $IDLE tokens

Last updated

Was this helpful?