bgd-labs / seatbelt-for-ghosts

Aave Seatbelt for governance proposals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated: Aave Governance v2 is no longer active, therefore all new reports can be found here

Aave logo

Aave seatbelt

This repository contains tools that make on-chain governance safer, including automated scripts that apply checks to live proposals to allow for better informed voting.

Governance Checks

How it works

Aave Seatbelt is a tool for executing and interpreting governance simulations: it forks Ethereum mainnet (where the Aave governance lives), it simulates the execution of a proposal, and finally generates a report containing human-readable information on what effects a proposal will have.

The generated report will contain:

  • All the state changes were caused by the proposal execution.
  • Events triggered.
  • Compilation report of all contracts affected, to check for potential warnings.
  • It runs Slither (static analysis tool) over all touched contracts to find potential issues.

Some of those checks are initially generic, but in addition, we also added extra “interpretations” for particularities of the Aave ecosystem. For example, when an Aave Pool contract is affected, we can automate a deeper interpretation of the effect, making it more human-readable.

diagram

Development

Adding DAOs to CI

To add a DAO to CI, submit a pull request that adds the desired DAO_NAME and the according governance address to the DAOs constant in utils/constants and append your DAO_NAME to the matrix section of .github/workflows/governance-checks.yaml.

Note that only AaveGovernanceV2 style governance are supported.

Running Locally

First, create a file called .env with the following environment variables:

# URL to your node, e.g. Infura or Alchemy endpoint
RPC_URL=yourNodeUrl
RPC_URL_POLYGON=yourNodeUrl

# Tenderly access token
# Access token is obtained from the Tenderly UI via Account > Authorization > Generate Access Token
TENDERLY_ACCESS_TOKEN=yourAccessToken

# Tenderly project slug
# Project slug can be found in the URL of your project: https://dashboard.tenderly.co/<account>/<project_slug>/transactions
TENDERLY_PROJECT_SLUG=projectName

# Define the DAO name
DAO_NAME=Aave

# Tenderly account
# Project slug can be found in the URL of your project: https://dashboard.tenderly.co/<account>/<project_slug>/transactions
TENDERLY_ACCOUNT=accountName

# (Optional) Set omit cache to true if you want to force rerun all proposals
OMIT_CACHE=true

# (Optional) Seatbelt does not simulate executed proposals, instead it just analyzes the actual onchain transaction
# While this usually is the desired behavior in development it sometimes makes sense to check the simulation flow
FORCE_SIMULATION=true

# (Optional) Only needed when you want to run specific proposals of the selected DAO
PROPOSAL_FILTER=1_2_3

# (Optional) The root is optional for fork testing, but allows you to move the root in case there's a simulation you want to point to
TENDERLY_ROOT=tenderlyRoot

There are now two modes of operation:

  1. Run yarn start to simulate and run checks on all AaveGovernanceV2 proposals for the currently selected DAO
  2. Set PROPOSAL_FILTER to proposalId1_proposalId2 and run yarn start to only run checks for the selected proposal(s).

Reports

Find the reports here when run in CI, or in the reports folder if running locally.

Some notes on the outputs of reports:

  • If a transaction reverts, that will be reported in the state changes section
  • State changes and events around the proposal execution process are omitted from reports to reduce noise

Aave ( 0xEC568fffba86c094cf06b22134B23074DFE2252c )

Proposal Report App-link
AIP 5: Adding CRV to Aave 000.md app
Adding GUSD to AAVE 001.md app
Aavenomics Quarterly Upgrade 002.md app
Adding BAL on AAVE 003.md app
Activation of the Aave Balancer Pool Liquidity Staking 004.md app
Adding xSushi on AAVE 005.md app
desactivation of Aave V1 stable rate borrowing 006.md app
desactivation of Aave V1 stable rate borrowing 007.md app
Add renFIL support to Aave 008.md app
Enable borrowing on renFIL 009.md app
Upgrade Aave V1 repayment for migration tool 010.md app
introduce Liquidity Incentives for Aave v2 011.md app
Whitelist Curve Liquidity Mining Claim 012.md app
Aave Grants DAO 013.md app
Aavenomics quarterly upgrade Q2 2021 014.md app
Safety Incentives Implementation 015.md app
Set Reserve Factors for GUSD and CRV 016.md app
Add RAI to Aave V2 017.md app
Adding AMPL on AAVE 018.md app
Add PAX to Aave V2 019.md app
undefined 020.md app
Extend Liquidity Incentives for Aave v2 021.md app
Add BarnBridge (BOND) to Aave 022.md app
Raise Maximum Interest Rate on AMPL Market 023.md app
Lower Reserve Factor for AMPL 024.md app
Dynamic Risk Parameters 025.md app
Dynamic Risk Parameters 026.md app
Add DPI on Aave V2 027.md app
Extend Liquidity Incentives for Aave v2 028.md app
Polygon Cross-chain Governance Test 029.md app
Liquidation Bonus Updates 030.md app
Add FRAX to Aave V2 031.md app
Adjust interest rate to account for APY over-approximation 032.md app
LTV and Liquidation Threshold Updates to Moderate Levels 033.md app
Update to the Liquidity Mining Distribution 034.md app
Add FEI to Aave V2 035.md app
Adjust interest rate to account for APY over-approximation 036.md app
Add FEI to Aave V2 037.md app
Liquidation Bonus Updates for eleven Aave V2 assets 038.md app
Risk Parameter Updates for Aave V2 assets 039.md app
Risk Parameter Updates 2021-10-07 040.md app
Institute a Voting Delay Period 041.md app
Risk Parameter Updates 2021-10-14 042.md app
Risk Parameter Updates 2021-10-21 043.md app
Disable borrow for xSUSHI and DPI. Freeze reserves for UNI and BAL AMM Markets 044.md app
Risk Parameter Updates 2021-11-04 045.md app
Q2 Dynamic Risk Parameters 046.md app
Aave V2 - Liquidity Mining Program (90 days at 30% reduced rate) 047.md app
Add Fireblocks as a whitelister on Aave Arc 048.md app
Arc actionSet(0) 048_arc_0.md app
Authorize the Guardian to hold the emergency keys for V2 049.md app
Q2 Dynamic Risk Parameters 050.md app
Add G-UNI to Aave V2 AMM Market 051.md app
Renew Aave Grants DAO 052.md app
Risk Parameter Updates 2021-12-16 053.md app
Risk Parameter Updates 2021-12-29 054.md app
Enable FEI as Collateral on Aave V2 055.md app
Add Assets to Aave Polygon Market and Update WMATIC Risk Parameters 056.md app
Revert ENJ Parameter Changes and Enable FEI as Collateral on Aave V2 057.md app
Risk Parameter Updates 2022-02-10 058.md app
Add SEBA Bank as a whitelister on Aave Arc 059.md app
Arc actionSet(1) 059_arc_1.md app
Aave V2 - Liquidity Mining Update (90 days at 30% reduced rate) 060.md app
Aave <> Starknet - Phase I 061.md app
Add stETH to AAVE v2 062.md app
Add ENS to Aave V2 063.md app
Risk Parameter Updates 2022-02-24 064.md app
Add Terra USD (UST) to AAVE v2 065.md app
Continuous Formal Verification 066.md app
Risk Parameter Updates 2022-03-22 067.md app
Optimizing ETH rates 068.md app
Risk Parameter Updates 2022-03-31 069.md app
Risk Parameter Updates 2022-04-22 070.md app
Approval of BGD contribution to Aave 071.md app
Aave Arc Market - Update Asset Listing Risk Parameters 072.md app
Arc actionSet(2) 072_arc_2.md app
Renew Aave Grants DAO 073.md app
Risk Parameter Updates 2022-05-05 074.md app
Freezing UST and Updating stETH Parameters 075.md app
Consolidate Reserve Factors and Enable Borrowing DPI 076.md app
Add claimRewardsToSelf() to incentives for Ethereum V2 Aave Market 077.md app
Risk Parameter Updates for Aave V2 and Aave Arc (Fireblocks) 2022-05-26 078.md app
Arc actionSet(3) 078_arc_3.md app
Consolidate Reserve Factors and Enable Borrowing DPI 079.md app
Add CVX to Aave V2 080.md app
Risk Parameter Updates for Aave Arc (Fireblocks) 2022-05-26 081.md app
Arc actionSet(3) 081_arc_3.md app
Renew allowance of the Aave Safety Module 082.md app
Freeze stETH, Increase stETH Liq. Threshold to 90%, Pause ETH Borrowing 083.md app
Risk Parameter Updates for Aave Arc (Fireblocks) 2022-05-26 084.md app
Arc actionSet(3) 084_arc_3.md app
Aave <> Starknet - Phase I (Part 2) 085.md app
Bounty to Hacxyk for fallback oracle misconfiguration 086.md app
Strategic Investment Part 1 - BAL <> AAVE Token Swap 087.md app
Sigma Prime - Security Assessment Services for Aave 088.md app
Add 1INCH to Aave v2 market 089.md app
Add 1INCH to Aave v2 market 090.md app
Appoint Securitize as a Whitelister to Aave Arc 091.md app
Arc actionSet(4) 091_arc_4.md app
Risk Parameter Updates for Aave V2 (2022-08-03) 092.md app
Add MAI to Aave V3 on Polygon 093.md app
PolygonBridgeExecutor actionSet("2": {"executed":true}) 093_fx_0.md app
Risk Parameter Updates for Aave V2 (2022-08-18) 094.md app
Add LUSD to Aave V2 095.md app
FEI Risk Parameter Updates for Ethereum Aave v2 Market 096.md app
Pause ETH Borrowing 097.md app
V3 Retroactive Funding 098.md app
PolygonBridgeExecutor actionSet("2": {"executed":true}) 098_fx_0.md app
Add stMATIC to Aave v3 pool on Polygon 099.md app
PolygonBridgeExecutor actionSet("3": {"executed":true}) 099_fx_0.md app
Add MaticX to Aave v3 Polygon Pool 100.md app
PolygonBridgeExecutor actionSet("4": {"executed":true}) 100_fx_0.md app
Re-enable ETH Borrowing 101.md app
Risk Parameter Updates for Aave V2 (2022-09-22) 102.md app
Ethereum v2 Reserve Factor - aFEI Holding Update 103.md app
Llama <> Aave 104.md app
Ethereum v2 Reserve Factor - aFEI Holding Update 105.md app
Adjust Aave Governance Level 2 requirements 106.md app
Use AAVE Ecosystem Reserve to vote YES on proposal to adjust Level 2 Governance requirements 107.md app
Risk Parameter Updates for Aave V2 ETH (2022-10-06) 108.md app
Whitelist Balancer’s Liquidity Mining Claim 109.md app
FEI Reserve Factor Update 110.md app
Risk Parameter Updates for Aave V2 ETH (2022-10-21) 111.md app
Risk Parameter Updates for Aave Polygon Markets (2022-10-21) 112.md app
PolygonBridgeExecutor actionSet("5": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 112_fx_5_0.md app
PolygonBridgeExecutor actionSet("6": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 112_fx_6_1.md app
Chaos Labs Risk Platform Proposal 113.md app
Certora Continuous Formal Verification 114.md app
Strategic Partnership with Balancer DAO Part 2 - 100k BAL Acquisition 115.md app
Add OP to Aave V3 on Optimism 116.md app
OptimismBridgeExecutor actionSet("0": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 116_optimism_0_0.md app
Risk Parameter Updates for Aave V2 ETH Market (2022-11-12) 117.md app
Risk Parameter Updates for Aave V2 ETH Market (2022-11-13) 118.md app
Risk Parameter Updates for Aave V2 ETH (2022-11-13) 119.md app
Risk Parameter Updates for Aave V2 (2022-11-17) 120.md app
Risk Parameter Updates for Aave V2 ETH Market (2022-11-22) 121.md app
Pause LINK Borrowing 122.md app
Pause UNI Borrowing 123.md app
Risk Parameter Updates for Aave V2 Polygon 124.md app
PolygonBridgeExecutor actionSet("7": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 124_fx_7_0.md app
Risk Parameter Updates for Aave v2 Ethereum Liquidty Pool 125.md app
Risk Parameter Updates for Aave v2 Polygon 126.md app
PolygonBridgeExecutor actionSet("8": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 126_fx_8_0.md app
Aave StarkNet Phase I - Aave <> StarkNet Bridge deployment/activation by Aave governance 127.md app
Set LDO, stMATIC, MaticX and SD Emission_Admin for Polygon v3 Liquidity Pool 128.md app
PolygonBridgeExecutor actionSet("25": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 128_fx_25_0.md app
PolygonBridgeExecutor actionSet("8": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 128_fx_8_0.md app
Freeze Aave V1 129.md app
Set LDO, stMATIC, MaticX and SD Emission_Admin for Polygon v3 Liquidity Pool 130.md app
PolygonBridgeExecutor actionSet("8": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 130_fx_8_0.md app
Aave v2 ETH Interest Rate Curve Update 131.md app
Freeze Aave V1 132.md app
Gauntlet <> Aave Renewal 133.md app
Update renFIL rate strategy on Aave v2 Ethereum 134.md app
Rewards controller update across V3 pools 135.md app
PolygonBridgeExecutor actionSet("10": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 135_fx_10_0.md app
PolygonBridgeExecutor actionSet("9": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 135_fx_9_0.md app
Risk Parameter Updates for Aave v2 Ethereum - LTs and LTVs for Long Tail Assets 136.md app
Risk Parameter Updates for Aave v2 Ethereum - LT and LTV (DAI, USDC) 137.md app
Supply/Borrow Cap Updates for Aave v3 138.md app
PolygonBridgeExecutor actionSet("9": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 138_fx_9_0.md app
OptimismBridgeExecutor actionSet("0": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 138_optimism_0_0.md app
OptimismBridgeExecutor actionSet("0": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 138_optimism_0_1.md app
OptimismBridgeExecutor actionSet("2": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 138_optimism_2_0.md app
OptimismBridgeExecutor actionSet("2": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 138_optimism_2_1.md app
Chaos Labs Aave v2 Coverage 139.md app
Risk Parameter Updates for Aave V3 Optimism Market (2022-12-29) 140.md app
OptimismBridgeExecutor actionSet("10": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 140_optimism_10_0.md app
OptimismBridgeExecutor actionSet("2": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 140_optimism_2_0.md app
OptimismBridgeExecutor actionSet("3": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 140_optimism_3_0.md app
Add OP to Aave V3 on Optimism 141.md app
OptimismBridgeExecutor actionSet("2": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 141_optimism_2_0.md app
OptimismBridgeExecutor actionSet("3": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 141_optimism_3_0.md app
OptimismBridgeExecutor actionSet("4": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 141_optimism_4_0.md app
Freeze agEUR on Aave v3 Polygon 142.md app
PolygonBridgeExecutor actionSet("11": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 142_fx_11_0.md app
PolygonBridgeExecutor actionSet("25": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 142_fx_25_0.md app
Freeze jEUR on Aave v3 Polygon 143.md app
PolygonBridgeExecutor actionSet("11": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 143_fx_11_0.md app
Ethereum v2 Collector Contract Consolidation 144.md app
Renew Aave Grants DAO 145.md app
Repay Excess CRV Debt on Ethereum v2 146.md app
Aave Ethereum V3 147.md app
Interest Rate Curve Changes for Aave V2 ETH 148.md app
Add cbETH to Aave V3 Ethereum 149.md app
Aave v3 Polygon wMATIC Interest Rate Update 150.md app
PolygonBridgeExecutor actionSet("12": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 150_fx_12_0.md app
BAL Interest Rate Curve Upgrades 151.md app
PolygonBridgeExecutor actionSet("12": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 151_fx_12_0.md app
PolygonBridgeExecutor actionSet("13": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 151_fx_13_0.md app
Add USDT to Aave Ethereum V3 pool 152.md app
Add rETH to Aave Ethereum V3 pool 153.md app
Add LUSD to Aave Ethereum V3 pool 154.md app
Supply/Borrow Cap Updates Polygon and Arbitrum V3 155.md app
PolygonBridgeExecutor actionSet("14": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 155_fx_14_0.md app
Update MAI Caps Aave Polygon V3 pool 156.md app
PolygonBridgeExecutor actionSet("15": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 156_fx_15_0.md app
PolygonBridgeExecutor actionSet("16": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 156_fx_16_0.md app
LDO - Reward Controller Access Request 157.md app
OptimismBridgeExecutor actionSet("5": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 157_optimism_5_0.md app
Ethereum v2 - wETH Interest Rate Curve Upgrade 158.md app
onboard WSTETH to Aave Optimism V3 pool 159.md app
Optimism 159_Optimism_5.md app
OptimismBridgeExecutor actionSet("5": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 159_optimism_5_0.md app
Update xSushi price feed on Aave V2 160.md app
increase supply cap for cbETH Aave Ethereum V3 161.md app
Freeze BUSD on Aave v2 ETH 162.md app
Add wstETH to Arbitrum Aave v3 163.md app
Risk Parameter Updates for Aave V3 OP Market (2023-02-16) 164.md app
OptimismBridgeExecutor actionSet("7": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 164_optimism_7_0.md app
Rescue Mission Phase 1 Short Executor 165.md app
Rescue Mission Phase 1 Long Executor 166.md app
MaticX Risk Parameter & Interest Rate Upgrade 167.md app
PolygonBridgeExecutor actionSet("16": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 167_fx_16_0.md app
Add CRV to Ethereum v3 168.md app
increase supply cap for wstETH Aave Arbitrum V3 169.md app
Supply/Borrow Cap Updates V3 Arbitrum, Optimism, Polygon 170.md app
PolygonBridgeExecutor actionSet("17": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 170_fx_17_0.md app
OptimismBridgeExecutor actionSet("11": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 170_optimism_11_0.md app
OptimismBridgeExecutor actionSet("7": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 170_optimism_7_0.md app
Risk Parameter Updates Aave V3 Arbitrum 171.md app
stMATIC SupplyCap Increase Polygon v3 172.md app
PolygonBridgeExecutor actionSet("17": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 172_fx_17_0.md app
PolygonBridgeExecutor actionSet("18": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 172_fx_18_0.md app
increase supply cap for cbETH Aave Ethereum V3 173.md app
Risk Parameter Updates for MKR - Aave V2 Ethereum 174.md app
CRV Interest Rate Curve Upgrade 175.md app
PolygonBridgeExecutor actionSet("17": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 175_fx_17_0.md app
PolygonBridgeExecutor actionSet("19": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 175_fx_19_0.md app
BUSD Offboarding Plan 176.md app
GHST Polygon V3 Soft Freeze 177.md app
PolygonBridgeExecutor actionSet("17": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 177_fx_17_0.md app
PolygonBridgeExecutor actionSet("20": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 177_fx_20_0.md app
MaticX Supply Cap Increase Polygon v3 178.md app
PolygonBridgeExecutor actionSet("22": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 178_fx_22_0.md app
Disable agEUR borrows on Aave v3 Polygon 179.md app
PolygonBridgeExecutor actionSet("21": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 179_fx_21_0.md app
OP Emission_Admin for Optimism v3 Liquidity Pool 180.md app
OptimismBridgeExecutor actionSet("8": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 180_optimism_8_0.md app
Supply and Borrow Caps Update - LUSD - v3 Ethereum 181.md app
MaticX Supply Cap Increase Polygon v3 182.md app
PolygonBridgeExecutor actionSet("22": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 182_fx_22_0.md app
OP Emission_Admin for Optimism v3 Liquidity Pool 183.md app
OptimismBridgeExecutor actionSet("11": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 183_optimism_11_0.md app
OptimismBridgeExecutor actionSet("8": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 183_optimism_8_0.md app
Activate Emode for cbETH Aave Ethereum V3 184.md app
increase supply cap for cbETH Aave Ethereum V3 185.md app
Supply/Borrow Cap Updates V3 Polygon and Arbitrum 186.md app
PolygonBridgeExecutor actionSet("22": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 186_fx_22_0.md app
PolygonBridgeExecutor actionSet("23": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 186_fx_23_0.md app
Aave V3 Interest Rate Curve Changes 187.md app
PolygonBridgeExecutor actionSet("22": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 187_fx_22_0.md app
PolygonBridgeExecutor actionSet("24": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 187_fx_24_0.md app
OptimismBridgeExecutor actionSet("11": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 187_optimism_11_0.md app
OptimismBridgeExecutor actionSet("8": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 187_optimism_8_0.md app
Risk Parameter Updates for Aave V3 ETH Market (2023-03-18) 188.md app
Freeze DPI on V2 Ethereum 189.md app
Risk Parameter Updates for Aave V3 ETH and V3 Arbitrum (2023-03-27) 190.md app
Add LUSD to Aave Optimism V3 pool 191.md app
OptimismBridgeExecutor actionSet("10": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 191_optimism_10_0.md app
OptimismBridgeExecutor actionSet("11": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 191_optimism_11_0.md app
increase supply cap for cbETH Aave Ethereum V3 192.md app
Risk Parameter Updates for Aave V2 AMM Market (2023-03-29) 193.md app
Configure Isolation Mode Borrowable Assets on V3 Ethereum 194.md app
Risk Parameter Updates for Aave V2 AMM Market (2023-03-31) 195.md app
Add DeFi Saver to Aave V3 FlashBorrowers 196.md app
OptimismBridgeExecutor actionSet("11": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 196_optimism_11_0.md app
OptimismBridgeExecutor actionSet("12": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 196_optimism_12_0.md app
Add UNI, MKR, SNX & BAL to Ethereum v3 197.md app
Isolation Mode Changes for Aave V3 Avalanche, Polygon, and Arbitrum 198.md app
PolygonBridgeExecutor actionSet("25": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 198_fx_25_0.md app
Increase wMATIC Supply Cap & BAL Borrow Cap 199.md app
PolygonBridgeExecutor actionSet("25": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 199_fx_25_0.md app
PolygonBridgeExecutor actionSet("26": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 199_fx_26_0.md app
PolygonBridgeExecutor actionSet("27": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 199_fx_27_0.md app
Increase wstETH Borrow Cap on V3 Arbitrum (4/5/2023) 200.md app
Add LDO to Ethereum Aave v3 201.md app
ACI Service Provider Proposal 202.md app
Aave v2/v3 Collectors unification 203.md app
PolygonBridgeExecutor actionSet("27": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 203_fx_27_0.md app
PolygonBridgeExecutor actionSet("27": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 203_fx_27_1.md app
OptimismBridgeExecutor actionSet("12": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 203_optimism_12_0.md app
OptimismBridgeExecutor actionSet("13": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 203_optimism_13_0.md app
Update AAVE V3 ETH Risk Parameters 204.md app
Supply/Borrow Cap Updates V3 Arbitrum 205.md app
OptimismBridgeExecutor actionSet("12": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 205_optimism_12_0.md app
Risk Parameter Updates Aave V3 Optimism 206.md app
OptimismBridgeExecutor actionSet("12": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 206_optimism_12_0.md app
OptimismBridgeExecutor actionSet("13": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 206_optimism_13_0.md app
OptimismBridgeExecutor actionSet("14": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 206_optimism_14_0.md app
Risk Parameter Updates for Aave V3 Polygon (2023-04-21) 207.md app
PolygonBridgeExecutor actionSet("29": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 207_fx_29_0.md app
Upgrade Aave V3 pools to Aave V3.0.2 208.md app
PolygonBridgeExecutor actionSet("29": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 208_fx_29_0.md app
OptimismBridgeExecutor actionSet("14": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 208_optimism_14_0.md app
Increase SupplyCap stMATIC Polygon & wETH Arbitrum 209.md app
PolygonBridgeExecutor actionSet("29": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 209_fx_29_0.md app
PolygonBridgeExecutor actionSet("30": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 209_fx_30_0.md app
Add wstETH to Polygon Aave v3 210.md app
PolygonBridgeExecutor actionSet("29": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 210_fx_29_0.md app
PolygonBridgeExecutor actionSet("30": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 210_fx_30_0.md app
BAL Interest Rate Upgrade 211.md app
PolygonBridgeExecutor actionSet("29": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 211_fx_29_0.md app
PolygonBridgeExecutor actionSet("29": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 211_fx_29_1.md app
PolygonBridgeExecutor actionSet("30": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 211_fx_30_0.md app
PolygonBridgeExecutor actionSet("30": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 211_fx_30_1.md app
PolygonBridgeExecutor actionSet("32": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 211_fx_32_0.md app
PolygonBridgeExecutor actionSet("32": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 211_fx_32_1.md app
PolygonBridgeExecutor actionSet("33": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 211_fx_33_1.md app
Aave Metis V3 212.md app
Upgrade Aave V3 pools to Aave V3.0.2 213.md app
PolygonBridgeExecutor actionSet("34": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 213_fx_34_0.md app
OptimismBridgeExecutor actionSet("14": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 213_optimism_14_0.md app
OptimismBridgeExecutor actionSet("15": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 213_optimism_15_0.md app
Upgrade the safety module to v1.5 PART 1 214.md app
Gauntlet Recommendations for Polygon V3 and Arbitrum V3 215.md app
Risk Parameter Updates Aave V3 Polygon 216.md app
PolygonBridgeExecutor actionSet("34": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 216_fx_34_0.md app
PolygonBridgeExecutor actionSet("35": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 216_fx_35_0.md app
Supply and Borrow Cap Updates Aave V3 217.md app
PolygonBridgeExecutor actionSet("35": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 217_fx_35_0.md app
OptimismBridgeExecutor actionSet("15": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 217_optimism_15_0.md app
Add MAI to Aave Optimism V3 pool 218.md app
OptimismBridgeExecutor actionSet("15": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 218_optimism_15_0.md app
OptimismBridgeExecutor actionSet("16": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 218_optimism_16_0.md app
Add MAI to Aave Arbitrum V3 pool 219.md app
MaticX Supply Cap Increase Polygon v3 and AGD Approval 220.md app
PolygonBridgeExecutor actionSet("35": {"targets":null,"values":null,"signatures":null,"calldatas":null,"withDelegatecalls":null,"executionTime":null,"executed":true,"canceled":false}) 220_fx_35_0.md app
Upgrade the safety module to v1.5 PART 2 221.md app
Risk Parameter Updates Aave V3 Polygon 222.md app
Arbitrum 222_Arbitrum_18.md app
Optimism 222_Optimism_16.md app
Polygon 222_Polygon_35.md app
Polygon 222_Polygon_36.md app
Supply and Borrow Cap Updates Aave V3 223.md app
Arbitrum 223_Arbitrum_18.md app
Optimism 223_Optimism_16.md app
Polygon 223_Polygon_35.md app
Polygon 223_Polygon_36.md app
Aave V2 Interest Rate Curve Changes (4/21) 224.md app
Polygon 224_Polygon_37.md app
LST Supply Cap Increase Polygon & Arbitrum 225.md app
Arbitrum 225_Arbitrum_19.md app
Polygon 225_Polygon_38.md app
Risk Parameter Updates for Ethereum v3 (05/09/2023) 226.md app
Aave V3 Interest Rate Curve Changes (4/27) 227.md app
Arbitrum 227_Arbitrum_20.md app
Optimism 227_Optimism_17.md app
Polygon 227_Polygon_40.md app
AGD Approval 228.md app
MaticX Supply Cap Increase Polygon v3 229.md app
Polygon 229_Polygon_39.md app
Fix rate strategies issue on Aave v2 Polygon 230.md app
Polygon 230_Polygon_42.md app
wMATIC Supply & Borrow Cap Increase Polygon v3 231.md app
Polygon 231_Polygon_41.md app
Activate Emode for rETH Aave Ethereum V3 232.md app
Aave Stablecoin E-mode changes for V3 Avalanche, Optimism, Polygon, and Arbitrum 233.md app
Arbitrum 233_Arbitrum_21.md app
Optimism 233_Optimism_18.md app
Polygon 233_Polygon_43.md app
Caps Plus Risk Steward 234.md app
Arbitrum 234_Arbitrum_22.md app
Optimism 234_Optimism_19.md app
Polygon 234_Polygon_44.md app
DeFi Saver Aave V3 FlashBorrowers Whitelist Part II 235.md app
Optimism 235_Optimism_20.md app
Price feeds operational update 236.md app
Arbitrum 236_Arbitrum_23.md app
Optimism 236_Optimism_21.md app
Polygon 236_Polygon_45.md app
BUSD Offboarding Plan Part II 237.md app
Update Mai Token implementations, unpause & enable flashloanable 238.md app
Arbitrum 238_Arbitrum_24.md app
Optimism 238_Optimism_22.md app
Deprecate Aave V2 AMM Market 239.md app
Add LUSD to Arbitrum Aave V3 240.md app
Arbitrum 240_Arbitrum_26.md app
Polygon Supply Cap Update 241.md app
Polygon 241_Polygon_46.md app
Add rETH to Arbitrum Aave v3 242.md app
Arbitrum 242_Arbitrum_25.md app
Add LUSD to Arbitrum Aave V3 243.md app
Arbitrum 243_Arbitrum_26.md app
Add ENS to Aave V3 Ethereum 244.md app
Add 1INCH to Aave V3 Ethereum 245.md app
Risk Parameter Updates for AAVE V2 Ethereum 246.md app
Risk Parameter Updates Aave V3 Ethereum 247.md app
Price feeds operational update Pt2 - stETH 248.md app
Arbitrum 248_Arbitrum_27.md app
Optimism 248_Optimism_23.md app
Treasury Management - Acquire B-80BAL-20WETH 249.md app
Polygon v2 - Parameter Update 250.md app
Polygon 250_Polygon_47.md app
Add Native USDC To Arbitrum V3 Pool 251.md app
Arbitrum 251_Arbitrum_28.md app
Chaos Labs V2 to V3 Migration Next Steps 252.md app
Freeze TUSD Reserve on Aave V2 Ethereum 253.md app
Chaos Labs - Payment Collection Request 254.md app
Chaos Labs Risk Parameter Updates - CRV Aave V2 Ethereum 255.md app
Lower TUSD LT and LTV on Aave V2 256.md app
Optimism - Create ETH eMode Category 257.md app
Optimism 257_Optimism_24.md app
Optimism - Create ETH eMode Category 258.md app
Optimism 258_Optimism_pending_0.md app
Add FRAX Arbitrum Aave v3 259.md app
Arbitrum 259_Arbitrum_29.md app
Add FRAX Ethereum Aave v3 260.md app
Treasury Managemet - Acquire wstETH & rETH 261.md app
Price feeds operational update Pt2.5 - wstETH 262.md app
Polygon 262_Polygon_48.md app
Gas Rebate for Recognized Delegates 263.md app
Chaos Labs Risk Parameter Update - CRV Aave V3 Polygon 264.md app
Polygon 264_Polygon_49.md app
Chaos Labs - Increase wstETH Supply Cap on V3 Arbitrum 265.md app
Arbitrum 265_Arbitrum_30.md app
Ethereum v2 - Parameters Update 266.md app
Treasury Management - Acquire B-80BAL-20WETH 267.md app
GHO Mainnet Launch 268.md app
Gauntlet Cap Updates for Ethereum, Optimism Aave v3 269.md app
Optimism 269_Optimism_25.md app
Add RPL to Aave V3 Ethereum pool 270.md app
Make USDT a collateral for Aave V3 ETH Pool 271.md app
Chaos Labs Risk Parameter Updates - Aave V2 Ethereum 272.md app
add ARB to Aave V3 Arbitrum Pool 273.md app
Arbitrum 273_Arbitrum_31.md app
Bug Bounty May 2023 274.md app
Add rETH Aave v3 Optimism 275.md app
Optimism 275_Optimism_26.md app
MaticX Polygon Supply Cap Update 276.md app
Polygon 276_Polygon_pending_0.md app
Gauntlet Risk Parameter Updates for Ethereum v3, Arbitrum v3, Ethereum v2 277.md app
Arbitrum 277_Arbitrum_32.md app
MaticX Polygon Supply Cap Update 278.md app
Polygon 278_Polygon_50.md app
Chaos Labs Risk Parameter Update - MAI Aave V3 279.md app
Arbitrum 279_Arbitrum_33.md app
Optimism 279_Optimism_27.md app
Polygon 279_Polygon_51.md app
Chaos Labs Risk Parameter Updates - CRV Aave V2 Ethereum 280.md app
Set Metis Foundation Wallet as Emission Manager for METIS Token on Aave V3 Metis Pool 281.md app
Acquire More aUSDC on Aave Ethereum Collector 282.md app
Chaos Labs Risk Parameter Updates - FEI on Aave V2 Ethereum 283.md app
Reserve Factor Updates - Polygon Aave v2 284.md app
Polygon 284_Polygon_52.md app
TUSD offboarding plan 285.md app
Gauntlet Recommendation for CRV LTV -> 0 on Aave v2 Ethereum 286.md app
Cancel Llama Streams 287.md app
Gauntlet Recommendation to reduce CRV LT, LTV, debt ceiling on V3 Ethereum and CRV LT, LTV on V3 Polygon 288.md app
Polygon 288_Polygon_53.md app
aCRV OTC Deal 289.md app
[ARFC] Increase MaticX supply cap 290.md app
Polygon 290_Polygon_pending_0.md app
TUSD offboarding plan 291.md app
Reduce CRV LT by 6% 292.md app
Disable CRV Borrowing For Ethereum and Polygon V3 293.md app
Polygon 293_Polygon_54.md app
BUSD Offboarding Plan Part III 294.md app
Supply Cap increase - wstETH 295.md app
Arbitrum 295_Arbitrum_34.md app
Optimism 295_Optimism_28.md app
Polygon 295_Polygon_55.md app
LUSD collateral activation 296.md app
Gauntlet Recommendation to Freeze CRV on Aave v2 Ethereum 297.md app
stataToken operational update 298.md app
Arbitrum 298_Arbitrum_35.md app
Optimism 298_Optimism_29.md app
Polygon 298_Polygon_56.md app
Aave v3 Base Activation 299.md app
Base 299_Base_pending_0.md app
Supply Cap Update - stMATIC Polygon v3 300.md app
Polygon 300_Polygon_58.md app
[ARFC] Increase MaticX supply cap 301.md app
Polygon 301_Polygon_57.md app
Swap assets to aUSDC 302.md app
Treasury Management - Polygon v2 to v3 Migration 303.md app
Polygon 303_Polygon_59.md app
Chaos Labs Scope and Compensation Amendment 304.md app
CRV Aave V2 Ethereum - LT Reduction 305.md app
sDAI onboarding 306.md app
Gho unpause and freezing 307.md app
GHO update on Aave V3 Ethereum Pool 308.md app
Chaos Labs Risk Parameter Updates - Aave V3 Optimism 309.md app
Optimism 309_Optimism_30.md app
Funding Aave Robot for Governance V2 Automation 310.md app
Arbitrum 310_Arbitrum_36.md app
Optimism 310_Optimism_31.md app
Polygon 310_Polygon_60.md app
Aave BGD Phase 2 311.md app
Reserve Factor Updates - Polygon Aave v2 312.md app
Polygon 312_Polygon_61.md app
Sigma Prime Audit Budget Extension 313.md app
SupplyCapLSTs 314.md app
Polygon 314_Polygon_pending_0.md app
Chaos Labs Risk Parameter Updates 315.md app
Quarterly Gas Rebate Distribution August 2023 316.md app
AURA OTC Deal 317.md app
Freeze MAI/MIMATIC, set LTV -> 0 for Arbitrum, Avalanche, Polygon, Optimism v3 318.md app
Arbitrum 318_Arbitrum_37.md app
Optimism 318_Optimism_32.md app
Polygon 318_Polygon_62.md app
Freeze Stewards 319.md app
Arbitrum 319_Arbitrum_38.md app
Base 319_Base_pending_3.md app
Optimism 319_Optimism_33.md app
Polygon 319_Polygon_pending_1.md app
Chaos Labs Risk Parameter Updates _ Aave V3 Ethereum 320.md app
Gauntlet recommendation to set MAI/MIMATIC isolated debt ceiling to 0 for Arbitrum, Avalanche, Polygon, Optimism v3 321.md app
Arbitrum 321_Arbitrum_pending_0.md app
Optimism 321_Optimism_pending_2.md app
Polygon 321_Polygon_pending_1.md app
Aave V3 Ethereum MKR Debt Ceiling Update 322.md app
GHO Borrow Rate Update 323.md app
Rescue Mission Phase 2, 3 324.md app
Optimism 324_Optimism_34.md app
Polygon 324_Polygon_64.md app
Aave <> Immunefi program activation 325.md app
CRV Aave V2 Ethereum LT Reduction 326.md app
Gauntlet recommendation to set WETH slope 1 to 3.3% on v3 markets, excluding Ethereum v3 327.md app
Arbitrum 327_Arbitrum_39.md app
Optimism 327_Optimism_35.md app
Polygon 327_Polygon_65.md app
Reserve Factor Updates - Polygon Aave v2 328.md app
Polygon 328_Polygon_pending_0.md app
TokenLogic Service Provider Proposal 329.md app
Treasury Management - Create AGD GHO Allowance 330.md app
Aave treasury RWA Allocation Part I 331.md app
Expansion of Orbit 332.md app
Treasury Management - Create AGD GHO Allowance 333.md app
Reserve Factor Updates - Polygon Aave v2 334.md app
Polygon 334_Polygon_66.md app
Treasury Management - Polygon v2 to v3 Migration 335.md app
Polygon 335_Polygon_59.md app
TUSD Offboarding Plan Part II 336.md app
OP Risk Parameters Update 337.md app
Optimism 337_Optimism_36.md app
Add DebtSwapAdapter as FlashBorrower 338.md app
Arbitrum 338_Arbitrum_40.md app
Base 338_Base_pending_3.md app
Optimism 338_Optimism_37.md app
Polygon 338_Polygon_68.md app
Gauntlet Recommendations to Lower stMATIC/MaticX non-emode LT/LTV on Polygon v3 339.md app
Polygon 339_Polygon_69.md app
Gauntlet Recommendations to Lower WETH Variable Base to 0 on Arbitrum, Optimism v3 340.md app
Arbitrum 340_Arbitrum_41.md app
Optimism 340_Optimism_38.md app
v2 Deprecation Plan, 2023.10.03 341.md app
STG onboarding on AaveV3 Ethereum Market 342.md app
Fund GHO Liquidity Committee 343.md app
KNC onboarding on AaveV3 Ethereum market 344.md app
Governance V3 Activation 345.md app
TokenLogic Hohmann Transfer 346.md app
GHO Funding 347.md app
Enable borrow of OP token 348.md app
Optimism 348_Optimism_39.md app
Futher Increase GHO Borrow Rate 349.md app
Events Funding 350.md app
Prices operational update. Unify disabled fallback oracles 351.md app
Enhancing Aave DAO’s Liquidity Incentive Strategy on Balancer 352.md app
Reserve Factor Update October 2023 353.md app
Polygon 353_Polygon_70.md app
Transfer Assets From Polygon To Ethereum Treasury 354.md app
Polygon 354_Polygon_71.md app
Governance v2.5 Activation 355.md app
Arbitrum 355_Arbitrum_42.md app
Base 355_Base_pending_3.md app
Optimism 355_Optimism_40.md app
Polygon 355_Polygon_72.md app
ACI Phase II 356.md app
Aave v3 Gnosis Activation 357.md app
Disable Stable Borrows 358.md app
Multichain Stable Debt Token Upgrades 359.md app
Chaos Labs Risk Management Renewal 360.md app
Liquidations Grace Sentinel activation 361.md app
Aave V2 Ethereum LT Reduction 362.md app
Activate Freezing Steward on v3 missing networks 363.md app
Fixed REP price feed on AAVE v1 364.md app
GHO - Increase Borrow Rate 365.md app
AmendSafetyModuleAAVEEmissions 366.md app
Reserve Factor Updates - Polygon Aave v2 367.md app
Upgrade Aave V3 ETH Poool wETH parameters 368.md app
ipfs file not reachable 369.md app
ipfs file not reachable 370.md app
Upgrade Aave V3 ETH Poool wETH parameters 371.md app
Add FXS to Ethereum V3 372.md app
TokenLogic Funding 373.md app
Treasury Management - Add to rETH Holding 374.md app
Increase Stablecoin Optimal Borrow Rates 375.md app
MAI/MIMATIC deprecation, 2023.10.31 376.md app
Gauntlet recommendation to lower stMATIC, MaticX non-emode LT, pt 2 377.md app
CRVUSD onboarding on Aave V3 Ethereum 378.md app
Chaos Labs Risk Parameter Updates - Increase MKR Debt Ceiling on V3 Ethereum 379.md app
Gauntlet Cap Recommendations for Polygon v3 380.md app
Increase GHO Borrow Rate 381.md app
Onboard Native USDC to Aave V3 Optimism 382.md app
V2 Deprecation Plan, 2023.11.20 383.md app
Increase GHO Borrow Rate 384.md app
AmendSafetyModuleAAVEEmissions 385.md app
Allow Emergency Admin to freeze on Aave V2 386.md app
Aave Funding Updates 387.md app
GHO_Incident_Report 388.md app
Reserve Factor Updates - Polygon Aave v2 389.md app
Onboarding wstETH to Aave V3 on Base Network 390.md app
Update PriceOracleSentinel 391.md app
Aave Funding Updates 392.md app
Reserve Factor Updates - Polygon Aave v2 393.md app
Onboarding wstETH to Aave V3 on Base Network 394.md app
Aave Governance V3 Activation 395.md app
Gauntlet <> Aave Renewal 2023 396.md app
Chaos Labs RF and IR Updates - Aave V2 Ethereum 397.md app
Transfer AURA to GLC Safe 398.md app
GHO update on Aave V3 Ethereum Pool for 13/11/2023 Report 399.md app
Gauntlet recommendation to reactivate CRV borrowing on v3 400.md app
Sync emergency admin on v2 AMM 401.md app
Activate Proof of Reserve 402.md app
Treasury Management - Add to rETH Holding (resubmission) 403.md app
Chaos Labs V2 Ethereum and Polygon LT Reductions 404.md app
Increase Polygon wstETH Supply Cap 405.md app
Increase GHO Borrow Rate 100 bps to ~6.41% on Aave V3 406.md app
TokenLogic & karpatkey Service Provider Partnership 407.md app
Polygon V2 Reserve Factor Updates 408.md app
Onboard Native USDC to Aave V3 Markets 409.md app
Continuous Security Proposal Aave <> Certora 410.md app
Update GNO Risk Parameters on Aave V3 Gnosis Pool 411.md app
Transfer all CRV positions from Ethereum Mainnet Collector to GLC Safe 412.md app
Request for Bounty Payout - December 2023 413.md app
Treasury Management - Polygon v2 to v3 Migration 414.md app
Aave Governance V3 Activation Short 415.md app
Base 415_Base_pending_0.md app
Aave Governance V3 Activation Short 416.md app
Base 416_Base_pending_0.md app

Credits

Forked of & inspired by uniswap governance seatbelt

Notable changes:

  • adjusted for AaveGovernanceV2 and ipfs proposal payloads
  • storing reports right on the main branch for better discoverability
  • simulations are only rerun for not previously executed & simulated proposals
  • running custom simulations is handled via PROPOSAL_FILTER only, no need to create sim files
  • the ci is chunking the proposals in different runs so they can partially run in parallel

About

Aave Seatbelt for governance proposals

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.7%Language:JavaScript 0.2%Language:Shell 0.1%