bitshares / bitshares-core

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

Fees when paying from global and individual settlement funds #2584

Closed abitmore closed 2 years ago

abitmore commented 2 years ago

User Story

When the market trading price is higher than the settlement fund price, settling from the fund is profitable. It is reasonable for the asset owners to share a portion of the profits.

profit = settling_amount * ( feed_price - fund_price )
fee = profit * factor

Impacts Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.

CORE TEAM TASK LIST

abitmore commented 2 years ago

Superseded by https://github.com/bitshares/bitshares-core/issues/2591.