An SVG of an eye

Proposal overview

Update MAI Caps Aave Polygon V3 pool

Executed

Executed on 

Feb 21, 2023

Simple Summary

This AIP proposal presents Aave with the opportunity to update MAI supply & borrow caps on the Polygon v3 Liquidity Pool.

Motivation

Supporting stablecoin diversity is part of the Aave-Chan Initiative (ACI) delegate platform.

The ACI does not have any link nor is paid by QiDAO or any entity to present this AIP.

Supply and borrow caps are suggested for this asset to limit risk exposure, the caps have been proposed by a join collaboration between Gauntlet & Chaos Labs.

Specification

Ticker: MiMATIC

Contract Address: 0xa3Fa99A148fA48D14Ed51d610c367C61876997F1

Risk ParameterValue
Supply Cap1,100K
Borrow Cap600k
contract MAIV3PolCapsPayload is IProposalGenericExecutor {
  address public constant MAI = 0xa3Fa99A148fA48D14Ed51d610c367C61876997F1;

  uint256 public constant MAI_SUPPLY_CAP = 1_100_000;
  uint256 public constant MAI_BORROW_CAP = 600_000;

  function execute() external {
    IPoolConfigurator configurator = AaveV3Polygon.POOL_CONFIGURATOR;

    configurator.setSupplyCap(MAI, MAI_SUPPLY_CAP);
    configurator.setBorrowCap(MAI, MAI_BORROW_CAP);
  }
}

References

A list of relevant links like for this proposal e.g.

Security Considerations

The proposal Payload was reviewed by Bored Ghost Developing.

Deployed Contracts

Copyright

Copyright and related rights waived via CC0.

Your voting info

Voting results

YAE

577,146

AAVE

99.97%

NAY

201

AAVE

0.03%

Votes

State
Executed

Executed on 

Feb 21, 2023
Quorum
Reached
Current votes

Required

577.14K

320.00K

Differential
Reached
Current differential

Required

576.94K

80,000.00

Total voting power

16,000,000

Proposal details

Created

Block

16 Feb 2023, 15:10 UTC +00:00

16642095

Started

Block

17 Feb 2023, 15:24 UTC +00:00

16649295

Ended

Block

20 Feb 2023, 07:24 UTC +00:00

16668495

Executed

21 Feb 2023, 08:49 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.