We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Derivative asset properties:
Configs (load from event)
Pool.getStates()
TOKEN_R.balanceOf(pool)
InterestDecayRate: I = 2^((now-INIT_TIME)/HALF_LIFE)
Helper.getStates
_market
_selectPrice
Inflection Points:
Effective+Actual+Display Leverage = R + L
dailyInterestRate = 1-2^(-SECONDS_PER_DAY/HL) HL = SECONDS_PER_DAY / Math.log2(1/(1-dailyInterestRate))
RiskFactor = (rA - rB) / rC
Premium: (RiskFactory/PremiumRate)*100% - 100%
Position Lock Discount: DiscountRate
The text was updated successfully, but these errors were encountered:
blackskin18
No branches or pull requests
Derivative asset properties:
Configs (load from event)
Pool.getStates()
TOKEN_R.balanceOf(pool)
anymore)InterestDecayRate: I = 2^((now-INIT_TIME)/HALF_LIFE)
Helper.getStates
_market
and_selectPrice
)Inflection Points:
Effective+Actual+Display Leverage = R + L
dailyInterestRate = 1-2^(-SECONDS_PER_DAY/HL)
HL = SECONDS_PER_DAY / Math.log2(1/(1-dailyInterestRate))
RiskFactor = (rA - rB) / rC
Premium: (RiskFactory/PremiumRate)*100% - 100%
Position Lock Discount: DiscountRate
The text was updated successfully, but these errors were encountered: