0x648fc573…fe83sent to0xa89163f7…af61·#15,884,172·view on Etherscan
SIP-24 Setup GOHMPriceProvder, asset and interest rate configs for gOHM Silo
## Action 1: Set up price feed for OHM
price provider: ChainlinkV3PriceProvider
_asset: `0x64aa3364F17a4D01c6f1751Fd97C2BD3D7e7f1D5`,
_aggregator: OHMv2 / ETH `0x9a72298ae3886221820B1c878d12D872087D3a23`,
_fallbackProvider: N/A,
_heartbeat: `86400`,
_convertToQuote: `false`
## Action 2: Choose a price provider for OHM
**ChainlinkV3PriceProvider**
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 3: Registering price provider
provider: GOHMPriceProvider
## Action 4: 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 5: 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 6: 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 7: Set up maxLTV/LT on silo GOHM for an asset (XAI)
Model contract: InterestRateModel `0x7e9e7ea94e1ff36e216a703d6d66ece356a5fd44`
Max Loan to Value (LTV) = `85%`
Liquidation Threshold (LT) = `90%`
**Developers comment**
> setAssetConfig(silo->XAI)
## Action 8: 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 9: 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 10: 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