Post
Share your knowledge.
Is there a reason Aave gives you an aToken in exchange for lending to the LP?
Is there a reason AAVE gives you an aToken in exchange for lending to the LP rather than just updating an internal contract mapping? Is it for trust reasons? Is it more gas efficient as the size of the mapping would get extremely large?
- Aave Protocol
- aTokens
Answers
2Because they are just ERC20 tokens they can easily be integrated to other protocols and various apps.
-You can easily transfer them to another address using your web3 wallet.
-Portfolio trackers can effortlessly intergrate them.
-Other protocols can allow you to use them as collateral without too much work.
aTokens are a way to tokenize the deposit or borrows of users. By tokenizing this, it allows for integrations to be built on top of Aave e.g. supplying liquidity directly to the aTokens like Balancer and Curve do with their Aave stable pools.
It is not much less gas efficient due the extra erc20 layer, but this allows others to build on top of Aave;
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