An SVG of an eye

Proposal overview

ACI Service Provider Proposal

Executed

Executed on 

Apr 18, 2023

Simple Summary

This AIP proposal presents Aave with the opportunity to onboard Aave-Chan Initiative (ACI) as a service provider for the Aave protocol.

Motivation

The Aave Chan Initiative has been a dedicated contributor to the Aave ecosystem. The 6-Month Budget Proposal aims to secure the necessary resources to continue the ACI's work, ensuring that we can maintain our level of commitment and contribution to the Aave ecosystem. For more details about the ACI proposal, please refer to the TEMP CHECK version of the current proposal.

Specification

If this proposal is approved, a stream of the allocated budget will be activated, with treasury.aavechan.eth as the recipient.

This will allow the ACI to periodically claim a fraction of the budget for the duration of the stream.

The proposed budget is 250k aUSDT for a period of 6 months.

The proposal payload uses the delegatecall pattern with a pre-deployed payload. The payload creates a 180 days stream with the following parameters:

contract ProposalPayload is IProposalGenericExecutor {
  address public constant ACI_TREASURY = 0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922;
  address public constant AUSDT = AaveV2EthereumAssets.USDT_A_TOKEN;
  address public constant COLLECTOR = AaveV2Ethereum.COLLECTOR;
  address public constant RESERVE_CONTROLLER = AaveV2Ethereum.COLLECTOR_CONTROLLER;
  uint256 public constant STREAM_AMOUNT = 250000e6;
  uint256 public constant STREAM_DURATION = 180 days;

  function execute() external {
    uint256 ACTUAL_STREAM_AMOUNT_AUSDT = (STREAM_AMOUNT / STREAM_DURATION) * STREAM_DURATION;

    IAaveEcosystemReserveController(RESERVE_CONTROLLER).createStream(
      COLLECTOR,
      ACI_TREASURY,
      ACTUAL_STREAM_AMOUNT_AUSDT,
      AUSDT,
      block.timestamp,
      block.timestamp + STREAM_DURATION
    );
  }
}

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

727,346

AAVE

100.00%

NAY

0

AAVE

0%

Votes

State
Executed

Executed on 

Apr 18, 2023
Quorum
Reached
Current votes

Required

727.34K

320.00K

Differential
Reached
Current differential

Required

727.34K

80,000.00

Total voting power

16,000,000

Proposal details

Created

Block

13 Apr 2023, 11:09 UTC +00:00

17038187

Started

Block

14 Apr 2023, 12:23 UTC +00:00

17045387

Ended

Block

17 Apr 2023, 04:23 UTC +00:00

17064587

Executed

18 Apr 2023, 06:00 UTC +00:00

Author

Marc Zeller (@marczeller), Aave-Chan initiative

We may employ on-the-spot tracking techniques during your browsing session to collect data on your interactions, preferences, and behaviour. This data helps us personalise your experience and improve our services. See our Privacy Policy.