FeedProjects
Developers
Settings
🎉 A new chapter begins: Boardroom has joined Agora
Learn more
protocol logo
Explore / Projects
Aave

Insights

Proposals

Discussions

Members

Information

Reports

Create Proposal

Aave

InsightsProposalsDiscussionsMembersInformationReports
Proposal
Back to Proposals
executedEnded 3 years ago Â·  Onchain

ACI Service Provider Proposal

By 0x329c...543eD4

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:

  • forum discussion
  • tests
  • proposalCode

Security Considerations

The proposal Payload was reviewed by Bored Ghost Developing.

Copyright

Copyright and related rights waived via CC0.

Continue Reading
Connect Wallet to Add Note
0
Votes 18
VoterCast PowerVote & Rationale
0x329c...543eD4
171,865

YAE

0xaFDA...353a6E
97,048

YAE

0xc4a9...062935
92,530

YAE

0x13BD...138548
80,963

YAE

0xB83b...Fbcf5C
80,588

YAE

SHOW MORE
VOTE POWER
0
Connect Wallet
Proposal Status
  • Published Onchain 0x329c...543eD4
  • Fri April 14 2023, 12:23 pmVoting Period Starts
  • Mon April 17 2023, 05:59 amEnd Voting Period
  • Mon April 17 2023, 06:00 amQueue Proposal
  • Tue April 18 2023, 06:03 amExecute Proposal
Current Results

1-YAE

727,346.44

2-NAY

N/A Tokens

0%
DocumentationBrandingContact Us