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
strategy
Developers > Yield Tranches > Methods > strategy
This method returns the address of the lending strategy used for deploying capital.
Function
function
strategy
(
)
external
view
returns
(
address
);
Return values
Value
Description
_val
Address of the strategy used to lend funds.
Previous
lastNAVBB
Next
strategyToken
Last modified
1mo ago