[bisq-network/proposals] Reduce by half the min and max BTC limits to adjust fiat BTC price increase. (#295)

chimp1984 notifications at github.com
Thu Jan 21 19:25:04 CET 2021


There is a DAO param (MAX_TRADE_LIMIT) which determines the max trade limit which is 2 BTC atm. It could be changed by max hlaf/double, so 1 BTC or 4 BTC.  
But offers with currently max limit of e.g. 2 BTC would not be valid for taking anymore after change. So that would require some non-trivial code change to look up the DAO param value at create offer time and verify against that. We do not have the block height but only the date. But block height would be needed to find the past cylces param value.
One solution could be to update the offer so it will become a min-max amount offer and the min amount is set to the new limit.
But I think its better to invest dev efforts into a better concept with acts more dynamically and automated on price changes.


-- 
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/proposals/issues/295#issuecomment-764846767
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210121/bb256039/attachment.htm>


More information about the bisq-github mailing list