Kill Gauge to Polygon Pools that use Aave V2 aTokens

Summary:

Kill gauge emissions to pools on Polygon that have a dependency on Aave V2.

Abstract:

Pools included in this proposal are base pools and metapools that consist of Aave aTokens.

Name Pool Address Gauge Address
TUSD/am3CRV 0xAdf577B69eEaC9Df325536cf1aF106372f2Da263 0xdA690c2EA49a058a9966C69f46a05Bfc225939f4
eursusd 0x9b3d675FDbe6a0935E8B7d1941bc6f78253549B7 0x18006c6A7955Bf6Db72DE34089B975f733601660
aave 0x445FE580eF8d70FF569aB36e80c647af338db351 0x20759F567BB3EcDB55c817c9a1d13076aB215EdC
atricrypto3 0x92215849c439E1f8612b6646060B4E3E5ef822cC 0xBb1B19495B8FE7C402427479B9aC14886cbbaaeE
eurtusd 0xB446BF7b8D6D4276d0c75eC0e3ee8dD7Fe15783A 0x8b397084699Cc64E429F610F81Fac13bf061ef55
CRV/TRICRYPTO 0xc7c939A474CB10EB837894D1ed1a77C61B268Fa7 0x40371aad2a24ed841316EF30938881440FD4426c
WMATIC/TRICRYPTO 0x7BBc0e92505B485aeb3e82E828cb505DAf1E50c6 0x0e2f214b8f5D0ccA011A8298bb907fb62f535160

Motivation:

Aave has been progressively deprecating V2 markets, most recently with this vote to freeze reserves on Polygon and Avalanche markets. This prevents additional deposits to the affected markets, although existing users may repay and withdraw, and liquidations may still process.

This action affects Curve pools on Polygon that use Aave V2 aTokens. This includes the DAI/USDC.e/USDT pool, the DAI/USDC.e/USDT/WBTC/WETH pool, and any metapool built on those basepools. Several pools on Polygon have active gauges that should have emissions terminated since these pools are no longer viable.

Specification:

ACTIONS = [
    ("0x017dB2B92233018973902858B31269Ed071E1D39", "set_killed", "0xdA690c2EA49a058a9966C69f46a05Bfc225939f4", True), # TUSD/am3CRV Pool
    ("0x017dB2B92233018973902858B31269Ed071E1D39", "set_killed", "0x18006c6A7955Bf6Db72DE34089B975f733601660", True), # eursusd Pool
    ("0x017dB2B92233018973902858B31269Ed071E1D39", "set_killed", "0x20759F567BB3EcDB55c817c9a1d13076aB215EdC", True), # aave 3pool
    ("0x017dB2B92233018973902858B31269Ed071E1D39", "set_killed", "0xBb1B19495B8FE7C402427479B9aC14886cbbaaeE", True), # atricrypto3 pool
    ("0x017dB2B92233018973902858B31269Ed071E1D39", "set_killed", "0x8b397084699Cc64E429F610F81Fac13bf061ef55", True), # eurtusd Pool
    ("0x017dB2B92233018973902858B31269Ed071E1D39", "set_killed", "0x40371aad2a24ed841316EF30938881440FD4426c", True), # CRV/Tricrypto Pool
    ("0x017dB2B92233018973902858B31269Ed071E1D39", "set_killed", "0x0e2f214b8f5D0ccA011A8298bb907fb62f535160", True)  # WMATIC/Tricrypto Pool
]
1 Like