memoscan
← all memos

Memo 0x04791e0a…f2247a on Ethereum

SIP-29 Cancel SIP-24. Setup GOHMPriceProvider, asset and interest rate configs for gOHM Silo ## Action 1: Grant role TIMELOCK_PROPOSER_ROLE to the address of TimelockController The action grants new role in a TimelockController role model. TimelockController contract manages execution of proposal operations. ## Action 2: Cancel TimelockController scheduled operation SIP_24_OPERATION_ID The action cancels the execution of scheduled operation. TimelockController contract manages execution of proposal operations. ## Action 3: Revoke role TIMELOCK_PROPOSER_ROLE from the address TimelockController The action revokes role in a TimelockController role model. TimelockController contract manages execution of proposal operations. ## Action 4: Registering price provider provider: GOHMPriceProvider ## Action 5: Choose a price provider for GOHM **GOHMPriceProvider** The action registers a price provider in the protocol's repository of price providers. The Repository manages price providers and maps assets to their price providers. ## Action 6: Set up maxLTV/LT on silo GOHM for an asset (GOHM) Model contract: InterestRateModel `0x7e9e7ea94e1ff36e216a703d6d66ece356a5fd44` Max Loan to Value (LTV) = `70%` Liquidation Threshold (LT) = `85%` **Developers comment** > setAssetConfig(silo->asset), START: proposals gOHM Silo configs ## Action 7: Set up maxLTV/LT on silo GOHM for an asset (WETH) Model contract: InterestRateModel `0x7e9e7ea94e1ff36e216a703d6d66ece356a5fd44` Max Loan to Value (LTV) = `80%` Liquidation Threshold (LT) = `90%` **Developers comment** > setAssetConfig(silo->wtoken) ## Action 8: Set up maxLTV/LT on silo GOHM for an asset (XAI) Model contract: InterestRateModelXAI `0x64359a0A87B799140Ec74C2eb037E27dD4500A15` Max Loan to Value (LTV) = `85%` Liquidation Threshold (LT) = `90%` **Developers comment** > setAssetConfig(silo->XAI) ## Action 9: Set up interest rate model for GOHM silo and GOHM asset Model name: volatileOpt50Base3 1. uopt: `500000000000000000`, 2. ucrit: `900000000000000000`, 3. ulow: `300000000000000000`, 4. ki: `146805`, 5. kcrit: `317097919838`, 6. klow: `105699306613`, 7. klin: `1902587519`, 8. beta: `277777777777778`, 9. ri: `0`, 10. Tcrit: `0` **Developers comment** > setConfig(silo->asset) ## Action 10: Set up interest rate model for GOHM silo and WETH asset Model name: bridgeETH 1. uopt: `700000000000000000`, 2. ucrit: `900000000000000000`, 3. ulow: `500000000000000000`, 4. ki: `244674`, 5. kcrit: `317097919838`, 6. klow: `31709791984`, 7. klin: `1358991085`, 8. beta: `277777777777778`, 9. ri: `0`, 10. Tcrit: `0` **Developers comment** > setConfig(silo->wToken) ## Action 11: Set up interest rate model for GOHM silo and XAI asset Model name: bridgeXAI 1. uopt: `800000000000000000`, 2. ucrit: `900000000000000000`, 3. ulow: `500000000000000000`, 4. ki: `183506`, 5. kcrit: `237823439878`, 6. klow: `31709791984`, 7. klin: `1585489599`, 8. beta: `27777777777778`, 9. ri: `0`, 10. Tcrit: `0` **Developers comment** > setConfig(silo->XAI). FINISH: proposals for gOHM Silo configs