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
Best Yield API
Perpetual Yield Tranches
Gauges
Security
๐Ÿ›
Governance
Introduction
Idle DAO
$IDLE token
$IDLE staking
Idle Grants Program
๐Ÿ—‚
Other
Brand assets
Guides
FAQs
Glossary
Resources
Archive
Powered By GitBook
getAllAvailableTokens
Developers > Best Yield > getAllAvailableTokens
This method gives a list of currently used protocol tokens (cDAI, aDAI).

Function

1
function getAllAvailableTokens(
2
) external view returns (address[] memory);
Copied!

Return values

Value
Description
address
An array of protocol tokens currently supported
โ€‹
โ€‹
Previous
getGovTokens
Next
getProtocolTokenToGov
Last modified 11d ago
Copy link
Contents
Function
Return values