Proposal overview
Add DeFi Saver to Aave V3 FlashBorrowers
Simple Summary
This proposal presents Aave governance with the opportunity to whitelist DeFi Saver as part of FlashBorrowers of Aave V3 on Ethereum, Arbitrum & Optimism liquidity pools.
Motivation
DeFi Saver has a long-standing history of synergies with the Aave Protocol, being one of the first third-party integrations of Aave V1 in 2020.
Currently, every flashloan has a 9 bps fee that rewards liquidity providers in Aave. While flashloans were created by Aave, the ecosystem as a whole has replicated this feature, and most protocols do not implement any fees.
The ACI does not support waiving the fees for flashloans in general, as we firmly believe that users’ funds used, even in the context of a single transaction, should be rewarded.
However, some strategic use cases of V3, such as emode, are very fee-sensitive as they mobilize high leverage. Waiving the DeFi Saver flashloan fees is expected to make these strategies more convenient and profitable, leading to increased borrow volume and thus increased Aave DAO revenue.
This proposal presents Aave governance with the opportunity to whitelist DeFi Saver as a part of FlashBorrowers of Aave V3 on Ethereum, Arbitrum & Optimism liquidity pools.
Specification
This AIP aims to implement three similar payloads (one for each network), which will simply call addFlashBorrower() on the ACL_MANAGER contract.
Here's one of these payloads for Ethereum:
contract AaveV3EthDFSFlashBorrowActivation is IProposalGenericExecutor {
address public constant FL_AAVE_V3 = 0xd9D8e68717Ce24CCbf162868aaad7E38d81b05d1;
address public constant FL_ACTION = 0x72915D41982DfCAf30b871290618E59C45Edba7F;
function execute() external {
AaveV3Ethereum.ACL_MANAGER.addFlashBorrower(FL_AAVE_V3);
AaveV3Ethereum.ACL_MANAGER.addFlashBorrower(FL_ACTION);
}
}
References
A list of relevant links like for this proposal e.g.
Security Considerations
The proposal Payload was reviewed by Bored Ghost Developing.
Copyright
Copyright and related rights waived via CC0.
Your voting info
Voting results
YAE
458,851
AAVE100.00%
NAY
0
AAVE0%
Votes
Executed on
Apr 09, 2023Required
458.85K
320.00K
Required
458.85K
80,000.00
16,000,000
Proposal details
Block
4 Apr 2023, 09:03 UTC +00:00
16974526
Block
5 Apr 2023, 09:35 UTC +00:00
16981726
Block
8 Apr 2023, 01:35 UTC +00:00
17000926
9 Apr 2023, 03:06 UTC +00:00
Marc Zeller (@marczeller), Aave-Chan initiative