0x3e61fa24…06ecsent to0xa89163f7…af61·#15,307,876·view on Etherscan
SIP-8: Configure a Silo for FRAX on Ethereum Mainnet
This proposal consists of multiple actions. If the vote is passed, actions will be executed on-chain, resulting in the configuration of a borrow/lend market for the following token asset:
FRAX
0x853d955aCEf822Db058eb8505911ED77F175b99e
## Action 1: Set up a price feed for the proposed Silo in price provider
0x92c7b5ce4cb0e5483f3365c1449f21578ee9f21a
The action registers a price feed (pool) for the token asset.
## Action 2: Choose a price provider
UniswapV3PriceProvider
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: Set up maxLTV/LT for an asset (FRAX)
Max Loan to Value (LTV) = 80%
Liquidation Threshold (LT) = 90%
## Action 4: Set up maxLTV/LT for a bridge asset (ETH) in a Silo
Max Loan to Value (LTV) = 80%
Liquidation Threshold (LT) = 85%
## Action 5: Set up interest rate model for an asset (FRAX)
"uopt": "800000000000000000"
"ucrit": "900000000000000000"
"ulow": "600000000000000000"
"ki": "367011"
"kcrit": "253678335870"
"klow": "18497378657"
"klin": "792744800"
"beta": "277777777777778"
"ri": 0
"Tcrit": 0
## Action 6: Set up interest rate model for a bridge asset (ETH) in a Silo
"uopt": "800000000000000000"
"ucrit": "900000000000000000"
"ulow": "600000000000000000"
"ki": "367011"
"kcrit": "317097919838"
"klow": "5284965331"
"klin": "396372400"
"beta": "277777777777778"
"ri": 0
"Tcrit": 0
Action 5 and Action 6 set forth how interest rates are determined algorithmically at different levels of utilization for both FRAX and the bridge asset.
The Silo protocol implements a dynamic interest rate model. For more information visit https://silopedia.silo.finance/interest-rates