Comment on page
Leverage Processor
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; |
This section has a series of diagrams to illustrate the key functions of the Leverage Processor
Last modified 10d ago