[bisq-network/bisq-desktop] Have the tx fees seeable in the offer book ? (#1582)

Christoph Atteneder notifications at github.com
Tue Jul 10 14:37:05 UTC 2018


Thanks for the hint regarding the FAQs - I'll create a PR for it to change it.

If you cancel a trade the maker fee is lost. The height of the fee is dependent on following parameters (see https://bisq.network/faq/#6):

> Min. fee (MinFee) = 0.00005 BTC, default fee (DefFee) = 0.002 BTC/per Bitcoin, market price factor (MF) = square root of percent value (e.g. 1% -> 1, 9% -> 3, 0.01% -> 0.1).
Makers trading fee = max(MinFee, DefFee * amount * MF). E.g. 0.002 BTC for 1 BTC trade at 1% market price distance equivalent to 0.2% of the trade amount.

e.g. for a 0.25 BTC trade with 0% price distance you pay as maker fee: 0.0005 BTC. 

To pay 0.01 BTC as a maker fee with the highest amount possible per trade (1 BTC) you have to have a market price distance of 25% which is a pretty unrealistic scenario. 

If you are talking about the security deposit, this is returned if you cancel a trade.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-desktop/issues/1582#issuecomment-403845873
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180710/074fec67/attachment-0001.html>


More information about the bisq-github mailing list