Post
Share your knowledge.
How the borrower debt token's was burned without the borrower signature?
If an liquidator is repaying the debt of the borrower at that time how the borrower debt token's was burned without the borrower signature? As for I know if we try to perform the move/burn an token of the wallet the wallet authority needs to sign for that transaction right? Can you please explain if I'm understand something wrong here. Thanks
- Aave Protocol
- Aave liquidation
- Borrow rate
Answers
1Debt tokens are not like normal erc20 tokens. They don't have any approve or transfer methods. They are minted and burnt by the pool so when debt is cleared (either by borrower or liquidator), pool burns the tokens https://github.com/aave/aave-v3-core/blob/e46341caf815edc268893f4f9398035f242375d9/contracts/protocol/tokenization/VariableDebtToken.sol#L122
Do you know the answer?
Please log in and share it.
Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers.
- Error "No matching key" when trying to unstake USDC on BNB chain32
- How to tell the code to, rather than "deposit 1 eth worth of WBTC" deposit "500$ worth of WBTC"?22
- How to interpret configuration field in a response from the getReserveData view function in Aave v2?21
- Getting a return value of '25 - INVALID BURN AMOUNT'21
- Is there any way to stake in the security module on Görli?23