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

Insights

Proposals

Members

Information

Reports

Create Proposal

Aave

InsightsProposalsMembersInformationReports
ProposalExecutable Code
Back to Proposals
executedEnded 3 years ago ·  Onchain

Chaos Labs V2 to V3 Migration Next Steps

By 0x329c...543eD4

title: Chaos Labs V2 to V3 Migration Next Steps author: Chaos Labs (@Chaos Labs) discussions: https://governance.aave.com/t/arfc-chaos-labs-v2-to-v3-migration-next-steps/13701

Simple Summary

This AIP proposes to Freeze the the 1INCH, ENS, LINK, MKR, SNX & UNI reserves on the Aave V2 Ethereum pool

Motivation

Following the successful deployment of Aave V3 on the Ethereum network, we propose a reassessment of smaller-to-medium capitalization tokens. Unlike CRV (we will soon contribute further insights on this topic, as the complexity of the CRV market, primarily due to its substantial scale, warrants a more nuanced examination), these markets exhibit a more modest size and generally can be conveniently migrated. This diverges from preceding deliberations on market freezes prior to the V3 launch. With V3 live, invoking a freeze on V2 markets does not preclude users from capitalizing on these markets. Instead, it enhances the community’s capacity to safeguard user funds more effectively, as V3’s advanced risk management mechanisms provide a more secure environment. This proactive strategy aims to enforce a freeze on low-to-medium capital assets on V2, thereby averting a scenario resembling Aave V2’s current overexposure to CRV while permitting users to engage with Aave via V3 markets.

Specification

This AIP will call freezeReserve() method from the Aave V2 Pool Configurator contract for the following assets: 1INCH, ENS, LINK, MKR, SNX & UNI

contract AaveV2FreezeReserves_20230619 is IProposalGenericExecutor {
  address public constant ONEINCH = AaveV2EthereumAssets.ONE_INCH_UNDERLYING;
  address public constant ENS = AaveV2EthereumAssets.ENS_UNDERLYING;
  address public constant LINK = AaveV2EthereumAssets.LINK_UNDERLYING;
  address public constant MKR = AaveV2EthereumAssets.MKR_UNDERLYING;
  address public constant SNX = AaveV2EthereumAssets.SNX_UNDERLYING;
  address public constant UNI = AaveV2EthereumAssets.UNI_UNDERLYING;


  function execute() external {
    AaveV2Ethereum.POOL_CONFIGURATOR.freezeReserve(ONEINCH);
    AaveV2Ethereum.POOL_CONFIGURATOR.freezeReserve(ENS);
    AaveV2Ethereum.POOL_CONFIGURATOR.freezeReserve(LINK);
    AaveV2Ethereum.POOL_CONFIGURATOR.freezeReserve(MKR);
    AaveV2Ethereum.POOL_CONFIGURATOR.freezeReserve(SNX);
    AaveV2Ethereum.POOL_CONFIGURATOR.freezeReserve(UNI);
  }
}

References

  • proposalCode

Copyright

Copyright and related rights waived via CC0.

Continue Reading
Connect Wallet to Add Note
0
Votes 34
VoterCast PowerVote & Rationale
0x329c...543eD4
231,444

YAE

0x62a4...96816a
82,848

YAE

0x13BD...138548
81,789

YAE

0xB83b...Fbcf5C
81,413

YAE

Wintermute Governance
41,672

YAE

SHOW MORE
VOTE POWER
0
Connect Wallet
Proposal Status
  • Thu June 22 2023, 09:05 pmPublished Onchain 0x329c...543eD4
  • Fri June 23 2023, 09:23 pmVoting Period Starts
  • Mon June 26 2023, 02:13 pmEnd Voting Period
  • Mon June 26 2023, 02:17 pmQueue Proposal
  • Tue June 27 2023, 02:21 pmExecute Proposal
Current Results

1-YAE

523,258.53

2-NAY

2.01

0%
Quorum 523,260.54/320,000
DocumentationBrandingContact Us