Idle Finance
WebsiteGithubTwitterDiscord
Search…
πŸ“₯
Introduction
πŸ‘‡
Get in touch
πŸŒ€
Products
Introduction
Best Yield
Perpetual Yield Tranches
Fee structure
Integration Partners programs
πŸ’»
Developers
Introduction
Networks and codebase
Best Yield
Architecture
Deployed contracts
Interface
Methods
mintIdleToken
redeemIdleToken
redeemInterestBearingTokens
rebalance
tokenPrice
tokenPriceWithFee
getAPRs
getAvgApr
userAvgPrices
getGovTokensAmounts
getAllocations
getGovTokens
getAllAvailableTokens
getProtocolTokenToGov
Edge cases
Security management policy
Get integrated as yield source
Get user earnings
Perpetual Yield Tranches
Gauges
Security
πŸ›
Governance
Introduction
Idle DAO
$IDLE token
$IDLE staking
Idle Grants Program
πŸ—‚
Other
Guides
FAQs
Glossary
Resources
Archive
Powered By GitBook
getAvgApr
Developers > Best Yield strategy > 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

1
function getAvgAPR(
2
) external view returns (uint256 avgApr);
Copied!

Return values

Value
Description
avgApr
The average APR for $IDLE tokens
Previous
getAPRs
Next
userAvgPrices
Last modified 3mo ago
Copy link
Contents
Function
Return values