0xcbd1c32a…beebsent to0xe1b3f07a…0f6e·#20,230,600·view on Etherscan
UIP-016: Update Half Decay Point and Max Stake Parameters
# Abstract
- Set half decay point of the Mainnet Comptroller to 10,000.
- Set half decay point of the Arbitrum Comptroller to 1,000.
- Set half decay point of the Optimism Comptroller to 100,000.
- Raise the max stake on Optimism to 50,000 DAI.
# Specification
- Set the half decay point of the Ethereum Mainnet Comptroller to 10,000
- Set the half decay point of the Arbitrum Comptroller to 1,000
- Set the half decay point of the Optimism Comptroller to 100,000
- Raise the max stake on Optimism to 50,000 DAI.
# Test Cases
Tests and simulations can be found here: [PR](https://github.com/unioncredit/UIPs/pull/25)
# Implementation
For Mainnet:
- Call [Comptroller](https://etherscan.io/address/0x216dE4089dCdD7B95BC34BdCe809669C788a9A5d).setHalfDecayPoint("10000") to set the half decay point to 10,000.
For Arbitrum:
- Call [Comptroller](https://arbiscan.io/address/0x641DD6258cb3E948121B10ee51594Dc2A8549fe1).setHalfDecayPoint("1000") to set the half decay point to 1,000.
For Optimism:
- Call [OpOwner](https://optimistic.etherscan.io/address/0x946A2C918F3D928B918C01D813644f27Bcd29D96).execute() to call [Comptroller](https://optimistic.etherscan.io/address/0x06a31efa04453C5F9C0A711Cdb96075308C9d6E3).setHalfDecayPoint("100000") to set the half decay point to 100,000.
- Call [OpOwner](https://optimistic.etherscan.io/address/0x946A2C918F3D928B918C01D813644f27Bcd29D96).execute() to call [UserManager](https://optimistic.etherscan.io/address/0x8E195D65b9932185Fcc76dB5144534e0f3597628).setMaxStakeAmount("50000000000000000000000") to set max stake to 50,000 DAI.