HiYield
Search
K
Comment on page

Leverage Processor

Data Structures

Interfaces

LEVERAGE
/**
* @dev Leverage by looping purchases using the Accrued Interest Pool and Lending Market
*
*/
function leverage(IERC20 token, uint amount, AccruedInterestPool aiPool, uint n) external;

Workflow Diagrams

This section has a series of diagrams to illustrate the key functions of the Leverage Processor

Leverage Processor Workflow