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
Current implementation always rewards buyer of the asset (referrer and registrar) no matter was he is_maker: True or False. Instead, it would be more reasonable to always reward Maker.
Example (current): maker keeps sell order of 1000 CNY (order stays on books). When order fills, reward will go to buyer.
Proposed change: when order fills, the reward goes to Maker.
The text was updated successfully, but these errors were encountered:
The logic about market fee sharing is: the one who bought an amount of asset pays the market fee, her registrar and referrer would get a part of the fee. It's fair to reward the parties because they brought the trader who paid the fees. The logic was clear.
I don't think it's good to mix maker-taker incentives with market fee sharing incentives. For incentives about market makers, I think it's better to discuss in the scope of #130 (or the PR #133).
abitmore
changed the title
BSIP-0043 further improvements
BSIP-0043 further improvements: share taker market fees to maker's registrar and referrer
Aug 17, 2019
Current implementation always rewards buyer of the asset (referrer and registrar) no matter was he
is_maker: True
orFalse
. Instead, it would be more reasonable to always reward Maker.Example (current): maker keeps sell order of 1000 CNY (order stays on books). When order fills, reward will go to buyer.
Proposed change: when order fills, the reward goes to Maker.
The text was updated successfully, but these errors were encountered: