-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
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
BSIP 87: Force Settlement Fee Ratio #263
Conversation
The commit history is a bit messy.. @bitcrab could you please remove the unnecessary changes about BSIP81? If you don't know how to rebase/squash/force push, perhaps create a new pull request. Thanks. |
This BSIP provide a solution to charge fee from force settlement. | ||
|
||
# Motivation | ||
Force settlement is an important part in smartcoin design, it provides the power to smartcoin owner to ask for collaterals with reference to feed price, and then guarantees the peg of smartcoin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"smartcoin owner" is used several times in the document, but meaning different group of people. I think it should be "smartcoin holders" here.
Add one new parameter Force Settlement Fee Ratio(FSFR) for each smartcoin, which is controlled by the smartcoin owner. | ||
`Force settlement order price = settlement price*(1+FSO)/(1-FSFR)` | ||
|
||
Here settlement price is a new introduced parameter which is defined in BSIP71, settlement price = feed price when there is no bad debt. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BSIP 71 is not finalized yet.
As an admin of the bsip repository you can commit to the branch of incoming PR's if the requester did not deactivate it specifically. |
a new PR #265 is created to replace this one, please check. |
No description provided.