-
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 #260
Comments
This fee come from who? If come from the debtor, when a healthy position was force-settlement, why he should pay the fees? |
Similar to BSIP 74, paying fees in collateral asset is for easier implementation. The receiver pays the fee. Actually it's the same no matter who pays it. |
OK, that seems good. |
and i think this should come with (New BSIP: Make the settlement offset vary with CR) #160 . |
Would the fee be defined as 0-100% of the force settlement offset? |
It is an additional fee to the force-settler, after the offset took place (on top of the offset). |
Existing API's and also UI's would still display the correct force settlement "fee" if the new fee is a part of the offset. That would be great for compatibility reasons and UX (the one that force settles still only cares about the penalty he has to pay, doesn't matter what it is composed of). The fee is a percent so at least looking at absolute values it shouldn't matter if you increase the offset and define part of it as owner fee, or add an additional fee. Do you have other strong consideration why it should be a separate fee? |
There are 5 parties involved when filling a force settle order: the settler, the debtor, the debt asset owner, the collateral asset owner, the referral program. Ideally the API should include the amounts to all the parties, but actually there is some data missing already. With this BSIP we could probably fix the API. How UI would show the data for better UX is up to the UI dev team(s) to decide. Back to the topic, while the settlers only care about how much they would pay and get, the borrowers only care about how they would pay and get too. The numbers now match. However, after added the new fee, the new numbers won't match. So IMHO not showing the fee would only bring more confusion. |
Of course, it should be displayed properly in the UI. Still, if ALL fees are within the force settlement offset and we ONLY add parameters to define to distribution of the fee, the old UI will still display the correct total fee. If we add additional fees, then the old UI (and people are lazy with updates) will display an incorrect fee to the users initiating the force settlement. |
offset |
AbstractThis BSIP provide a solution to charge fee from force settlement. MotivationForce 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. The community continuously optimize the rules of smartcoin to balance the interests of relevant parties, taking bitCNY as an example, at the beginning the rules focus more on smart coin peg but care less on debt position owners’ interests, change are done to give debt position owners more protection, the force settlement offset has been changed from 0 to 2%, the max settlement volume per maintenance period has been changed from no limit to 0.5% of smartcoin supply. In the past several weeks, force settlement happened more intensively than before, the background is that the crypto market seemly switched from bear to bull, and BTS price went above 0.22CNY - which is the voted threshold per BSIP76, at some time the frequently happened force settlements made the lowest debt position collateral ratio even higher than 3, this phenomenon triggered warm discussion, almost all the users agree that the settler need to pay more cost while executing force settlement, and the cost will be paid to system as fee. RationaleForce settlement fee can be seen as to pay part of the cost for smartcoin supply, stabilization and also the liquidation of collaterals, it is irrelevant to market fee sharing. SpecificationAdd one new parameter Force Settlement Fee Ratio(FSFR) for each smartcoin, which is controlled by the smartcoin owner. Here settlement price is a new introduced parameter which is defined in BSIP71, settlement price = feed price when there is no bad debt. FSO is Force Settlement Offset. When a force settlement is executed, the buyer sells smartcoin with quantity CopyrightThis document is placed in the public domain. |
@sschiessl-bcp possible to assign a new BSIP number to the above BSIP draft? |
@bitcrab thanks. While waiting for a BSIP number, please create a pull request so other people could directly comment on the content (E.G. to fix typos). |
Is there any strong reason why we can't consolidate ALL fees / deduction that are being applied when force settling into the force settlement offset? Advantages of only one fee:
|
the current offset is actually compensation, it is paid from settler to the debt position owner. however fee is paid to the system. so all this finally appear as the difference between feed price and force settlement price, but actually there are 2 parts that go to different destination. so I don't think how UI handle this is the key issue, but how to make the specification compatible with core code is important, hope core team member can advise. |
For faster progress, @sschiessl-bcp please assign a BSIP number, and @bitcrab please create a pull request. My opinion about the fee split is above: #260 (comment), IMHO it's a UI issue so no need to waste time here. |
@abitmore PR created, pls check. |
I think the fee should cover instant settlement (when settling a GSed asset) as well. |
I understood as included. The force settlement operation is called, but executes instantly if asset in GS. This does not exclude it from the fee. |
This BSIP is meaningless, can't solve any problem, just want to charge fees. It didn't have any logic, can't stand up to scrutiny. |
Draft merged in #265. Closing. |
Discussion in bitshares/bitshares-core#2151 (comment): Mentioned by @abitmore:
Mentioned by @christophersanborn:
|
Just like BSIP74 (Margin Call Fee Ratio) which enables asset owners to charge a fee on margin calls, asset owners may also like to charge a fee on force settlements.
In recent days there was a volume of around 4.8 million bitCNY or say more than 20 million BTS generated in the BitShares DEX each day due to force settlements. If the network charge 1% on the force settlements, the income for the network would be around 200K BTS each day, which is not trivial.
The force-settlement fee ratio can be a per-asset option configurable by the asset owners.The fee would be paid in collateral asset when a force-settlement executes.
The text was updated successfully, but these errors were encountered: