bitshares / bitshares-core

BitShares Blockchain node and command-line wallet
https://bitshares.github.io/
Other
1.17k stars 643 forks source link

Core Exchange Rate (CER) of bitAssets whose BSRM is individual_settlement_to_fund or no_settlement? #2581

Open abitmore opened 2 years ago

abitmore commented 2 years ago

For a bitAsset whose backing asset is the core asset (BTS) and BSRM is individual_settlement_to_fund or no_settlement, when price of the core asset falls, essentially there is a floor for current_feed.settlement_price, however, current_feed.core_exchange_rate does not stop falling.

image

In practice, when a bitAsset is globally settled, price feeder producers are asked to feed CER with max(gs_price, feed_price * a multiplier). I think the same can be applied to the bitAsset whose BSRM is individual_settlement_to_fund or no_settlement too.

image