👋
Overview Lender V2
  • Overview
  • The Basics
    • Glossary of Key Words
    • Basic lending pool operations
    • Connect and Deposit
    • Reward Manager
    • Verification Manager
    • Strategy Manager
    • Governance: Yet to be built
    • Conclusion
  • LenderPool
    • ILenderPool
  • RedeemPool
    • IRedeemPool
  • Reward
    • IReward
  • RewardManager
    • IRewardManager
  • Token
    • IToken
  • Verification
    • IVerification
Powered by GitBook
On this page
  • redeemStable
  • redeemStableFor

RedeemPool

redeemStable

function redeemStable(uint amount) external;

Exchange T-Stable token for the stable token.

Parameter Name
Type
Description

amount

uint

The number of tokens to be exchanged

redeemStableFor

function redeemStableFor(address account, uint amount) external;

Exchange tStable token for the stable token.

Parameter Name
Type
Description

account

address

The number of tokens to be exchanged

amount

unit

Address of the account that will receive the stable token

PreviousILenderPoolNextIRedeemPool

Last updated 2 years ago