🔢
Parameters
the fraction of the total Variable Rate Pool deposits established as Liquidity Reserves can't be borrowed and will only be available for withdrawals.
The treasury fee refers to the percentage of interest rate charges paid by borrowers that the protocol retains for its treasury.
Treasury Fee on OP Mainnet
OP Mainnet Treasury multisig address: https://optimistic.etherscan.io/address/0x23fd464e0b0ee21cedeb929b19cabf9bd5215019
Treasury Fee on Ethereum Mainnet
Parameter | VRP Value | FRP Value |
---|---|---|
= | 1.9362e-2 | 3.8126e-1 |
= | -1.787e-3 | -3.6375e-1 |
= | 1.003870947 | 1.000010695 |
Parameter | VRP Value | FRP Value |
---|---|---|
= | 1.7852e-2 | 3.9281e-1 |
= | -2.789e-3 | -3.7781e-1 |
= | 1.003568501 | 1.000014451 |
Parameter | VRP Value | FRP Value |
---|---|---|
= | 1.4844e-2 | 3.9281e-1 |
= | 1.9964e-4 | -3.7781e-1 |
= | 1.002968978 | 1.000014451 |
Parameter | VRP Value | FRP Value |
---|---|---|
= | 3.6184e-2 | 3.697e-1 |
= | -1.5925e-2 | -3.497e-1 |
= | 1.007213882 | 1.000007768 |
Parameter | VRP Value | FRP Value |
---|---|---|
= | 1.9362e-2 | 3.8126e-1 |
= | -1.787e-3 | -3.6375e-1 |
= | 1.003870947 | 1.000010695 |
Parameter | VRP Value | FRP Value |
---|---|---|
= | 2.8487e-2 | 3.5815e-1 |
= | -5.8259e-3 | -3.3564e-1 |
= | 1.005690787 | 1.000005527 |
Asset | Value |
---|---|
WETH | 0.86 |
DAI | 0.90 |
USDC | 0.91 |
WBTC | 0.85 |
wstETH | 0.82 |
OP | N/A |
Asset | Value |
---|---|
WETH | 0.86 |
DAI | N/A |
USDC | 0.91 |
WBTC | N/A |
wstETH | 0.82 |
OP | 0.35 |
Asset | Value |
---|---|
WETH | 0.86 |
DAI | 0.90 |
USDC | 0.91 |
WBTC | 0.85 |
wstETH | 0.82 |
OP | N/A |
We associate a Risk-Adjust Factor to each asset to assess each collateral asset's borrow and lending power.
Follow the steps below to check the Risk-Adjust Factor for a specific asset:
- 1.Go to the Auditor contract on Etherscan by navigating to the following URL: https://etherscan.io/address/0x310A2694521f75C7B2b64b5937C16CE65C3EFE01#readProxyContract#F17 (for other networks, go to Smart Contract Addresses and click on the address of the desired Auditor contract)
- 2.To query the
markets
function in that contract, you will need the market contract address for the specific asset. For example, you can use the following address to check the Risk-Adjust Factor for USDC:0x660e2fC185a9fFE722aF253329CEaAD4C9F6F928
. All addresses for each network (Mainnet, Optimism, et al.) are available in Smart Contract Addresses. - 3.Click the "Query" button to call the function. The result will display various information about the market, including the Risk-Adjust Factor.
- 4.The Risk-Adjust Factor will be returned as
adjustFactor
. In this case,910000000000000000
equals to 0.91.
Following these steps, you can check the Risk-Adjust Factor for any asset in the protocol by simply replacing the market contract address with the one corresponding to the desired asset.
is the fraction of the fixed interest rate fees retained by the Variable Rate Pool upon leaving the Fixed Rate Pool.
The time decay parameter is used when the supply is above average.
The time decay parameter is used when the supply is below average.
During the liquidation process, the liquidator gets a commission fee, and the Variable Rate Pool receives a percentage of extra liquidation fees to compensate for potential bad debt residuals.
The daily penalty rate fee is charged to fixed interest rate borrowers who didn't pay their loans on time. This fee is charged daily after the maturity day.
For example, if your total debt after the maturity date is $100, and you pay 10 days later, the penalty fees will be $4.5 (0.45%*10*$100).
Last modified 3d ago