bisq determines the trading fee based on a few parameters, one being the total trade sum. bisq also allows to set a MIN and MAX trade sum on a trade. The maker fee, however, only updates when changing the MAX and not the MIN.
If the order is executed below MAX, is a part of the maker fee then refunded, or do I pay the same maker fee (on the MAX= regardless what sum the trade executes with?
If the maker fee is the same, its a reason to avoid setting a MIN below MAX as you’ll then be paying a higher fee.