An SVG of an eye

Proposal overview

DeFi Saver Aave V3 FlashBorrowers Whitelist Part II

Executed

Executed on 

May 30, 2023

Simple Summary

This proposal presents Aave governance with the opportunity to whitelist DeFi Saver as part of FlashBorrowers of Aave V3 on Optimism liquidity pool.

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 Optimism liquidity pool.

This AIP present Aave with the same code as AIP-196 but due to a failed execution of the Optimism payload on the OP side of the cross-chain governance bridge, we are resubmitting it. Code stays unchanged.

Specification

This AIP aims to implement a single payload, which will simply call addFlashBorrower() on the ACL_MANAGER contract.


contract AaveV3OptDFSFlashBorrowActivation is IProposalGenericExecutor {
  address public constant FL_AAVE_V3 = 0xfbcF23D2BeF8A2C491cfa4dD409D8dF12d431c85;
  address public constant FL_ACTION = 0xE668197A175E7A2143222a028470c6ABBBD183F6;

  function execute() external {
    AaveV3Optimism.ACL_MANAGER.addFlashBorrower(FL_AAVE_V3);
    AaveV3Optimism.ACL_MANAGER.addFlashBorrower(FL_ACTION);
  }
}

References

A list of relevant links like for this proposal:

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

629,902

AAVE

100.00%

NAY

0

AAVE

0%

Votes

State
Executed

Executed on 

May 30, 2023
Quorum
Reached
Current votes

Required

629.90K

320.00K

Differential
Reached
Current differential

Required

629.90K

80,000.00

Total voting power

16,000,000

Proposal details

Created

Block

25 May 2023, 08:31 UTC +00:00

17334997

Started

Block

26 May 2023, 08:50 UTC +00:00

17342197

Ended

Block

29 May 2023, 00:50 UTC +00:00

17361397

Executed

30 May 2023, 01:32 UTC +00:00

Author

Marc Zeller (@marczeller), Aave-Chan initiative