Redeem with QToken
The redeem token function converts a specified quantity of qTokens into the underlying asset, and returns them to the user. The amount of underlying tokens received is equal to the quantity of qTokens redeemed, multiplied by the current Exchange Rate. The amount redeemed must be less than the user's Account Liquidity and the market's available liquidity.
Qore
msg.sender: The account to which redeemed funds shall be transferred.
qToken: The address of the qToken market to redeem.
qTokenAmount: The amount of qTokens to be redeemed.
RETURN: The amount of underlying redeemed.
Solidity
Ethers.js
Last updated