Aave Arc Timelock Executor

ArcTimelock

The ArcTimelock works as an extension of the current Aave Governance. It provides a buffer period for Aave ARC Market Guardians to ensure the queued proposal is legally compliant and veto non-compliant proposals.

The Short Executor is the only one able to queue actions to the ArcTimelock.

In the event when Aave Governance proposes updates to the market, the ability to meet compliance obligations is limited. For handling this situation ArcTimelock is configured to allow whitelisters:

  • Veto Period (2days): The delay period during which whitelisters can collectively veto a proposal, for compliance purposes only.

  • Grace Period (5days): The period after the Veto Period, during which the ActionSet could and should be executed. If the proposal is not executed by the end of Grace Period, it will expire and, to be executed, the proposal will have to go through Aave Governance process again.

Current Timelock Configurations

  • VetoPeriod aka Delay: 172800 seconds (2 days)

  • MinimumDelay: 172800 seconds

  • MaximumDelay: 172800 seconds

  • GracePeriod 432000 seconds (5 days)

Veto DAO

The arc market guardian in ArcTimelock is a VetoDao that is compound by the whitelisters that are selected via the Aave Governance.

The VetoDAO (market guardian) has the ability to veto the proposal that is non compliant for the arc market. For example the introduction of a privacy coin which could jeopordize compliance of the market.

Last updated