You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add estimateloan RPC to calculate the amount of loan token a vault can take depending on collateral and loan scheme. estimateloan loantoken vault
loantoken typed as string amount@token
vault should either be vaultId or (collateral amount, loan scheme) tuple
Add estimatecollateral RPC to estimate the collateral ratio. estimatecollateral collateralamount scheme loantoken
or estimatecollateral vaultId loantoken
Why is this needed:
As of now, a vault owner as no information as to how much loan token he can take.
The text was updated successfully, but these errors were encountered:
@Jouzo: Thanks for opening an issue, it is currently awaiting triage.
The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.
Details
I am a bot created to help the DeFiCh developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the DeFiCh/oss-governance-bot repository.
What would you like to be added:
Add estimateloan RPC to calculate the amount of loan token a vault can take depending on collateral and loan scheme.
estimateloan loantoken vault
loantoken typed as string
amount@token
vault should either be vaultId or (collateral amount, loan scheme) tuple
Add estimatecollateral RPC to estimate the collateral ratio.
estimatecollateral collateralamount scheme loantoken
or
estimatecollateral vaultId loantoken
Why is this needed:
As of now, a vault owner as no information as to how much loan token he can take.
The text was updated successfully, but these errors were encountered: