Idle
App
GitHub
Twitter
Discord
Search
⌃K
Links
📥
Introduction
🌀
Products
Introduction
Best Yield
Yield Tranches
Fee structure
Integration Partners program
💻
Developers
Introduction
Networks and codebase
Best Yield
Yield Tranches
Architecture
Deployed contracts
Interface
Methods
AAStaking
BBStaking
AATranche
BBTranche
depositAA
depositAARef
depositBB
depositBBRef
fee
getApr
getContractValue
getCurrentAARatio
getIncentiveTokens
lastNAVAA
lastNAVBB
strategy
strategyToken
token
trancheAPRSplitRatio
tranchePrice
virtualPrice
withdrawAA
withdrawBB
Integration example
Edge cases
Security management policy
Subgraph
Gauges
Security
🏛
Governance
Introduction
Idle DAO
$IDLE token
$IDLE staking
Idle Grants program
🗂
Other
Brand assets
Guides
FAQs
Glossary
Resources
Archive
Powered By
GitBook
getCurrentAARatio
Developers > Yield Tranches > Methods > getCurrentAARatio
This method returns the AA (Senior) tranches ratio (in underlying value) considering all interest.
Function
function
getCurrentAARatio
(
)
external
view
returns
(
uint256
)
Return values
Value
Description
_val
Current AA tranche split ratio
Previous
getContractValue
Next
getIncentiveTokens
Last modified
1mo ago