-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce larger BTC amounts going to arbitration for users inexperienced with how Bisq works #396
Comments
Not sure if that adds too much complexity for users to understand those rules? I guess if a user made one successful trader they undestand that they have to be online. So I think to limit it to the first trade case should be enough and its an easier rule to communicate. Still might have issues with traders who start a new app for each trade for privacy reason. To cover such we could add an advanced preferences or prog argument, intentionally hard to find/use so its only for pro-traders ... |
Hi @HenrikJannsen thanks for the feedback
From a user experience perspective I would imagine it would be pretty simple. For example if 10 trades are decided to completed before trades over 0.25 BTC can be made then the trader would be shown a pop up message on Bisq. Maybe the warning message would have more specific text, eg:
Yes, they understand they need to be online (if they have been a maker) but they might not understand they need to press the confirm button (as a seller) if their first trade was that of a BTC buyer. Having the experience of more trades (maker/taker, buyer/seller) might make someone more familiar with the process and less likely to go AWOL. |
I think the warning should at least show what is the concrete reason for that user and not just list a few options, which leaves the user in a very unclear and frustrating state what is missing so that they can get over the limit. |
Going to close this in favor of a new proposal to be posted by @MwithM to give users the option to set limits in Bisq app. |
Sounds like the problem is shitcoins... |
This proposal was about larger BTC amounts (ie over 0.25 BTC) going to arbitration and almost all fiat trades are limited to 0.25 BTC, therefore, altcoins are the the trades that can send large amounts to arbitration (up to 2 BTC). |
Proposal
This proposal gives a few options for limiting BTC amounts above 0.25 BTC going to arbitration for users inexperienced with how Bisq works.
It expands on the work done for #391
Reasoning:
With the introduction of distribute Burningman role to contributors who burned BSQ and do not pay out the security deposit of the trade peer to the arbitration case winner it makes sense to try and reduce the funds that go to arbitration for a few reasons:
Theory of why new users cause trades to go to arbitration
Approximately 90% of trades that go to arbitration are cases where one of the traders is non-responsive. This can be seen by the regular cycle reports given by Refund Agent.
It is difficult to know what causes traders to become non-responsive. My hypothesis is that a significant, but unknown, amount are caused by new users with a lack of knowledge about how Bisq works.
A few examples of trades going to arbitration are as follows:
Outcome
Reduce new users trading altcoins above the value of 0.25 BTC until they are familiar with Bisq. This will reduce the amount of BTC being sent to arbitration that is a result of users not familiar with how the Bisq process works.
Solution
Currently the proposal implemented in #391 does the following...
When a user takes a trade it checks their local
ClosedTrades
file. Is the file is empty this means no trades have been completed. This means they are unable to take or make a trade over 0.25 BTC.This prevents brand new users trading amounts over 0.25 BTC, but does allow them to trade 2 BTC amounts as soon as they have completed 1 trade.
My suggestion is to expand on this.
After discussing with @jmacxx possible options parameters that can be used to ascertain if a trader is a new user or not could be as follows:
Days since first trade in
ClosedTrades
- for example new users could have a 0.25 BTC limit in place until they have one completed trade that is at least 30 days old.Number of trades in
ClosedTrades
- for example new users could have a 0.25 BTC limit in place until they have completed 10 trades in total.Number of trades in
MediationDisputeList
- for example new users could have a 0.25 BTC limit in place until they have has have experience of at least one trade going to mediation.Altcoins could be given an account age - for example new users could have a 0.25 BTC limit in place until their altcoin account is at least 30 days old.
My thoughts are Bisq should give new users a limit of 0.25 BTC until have have at least 20 trades in
ClosedTrades
. About 5% of trades enter mediation, therefore, statistically a user with 20 trades is more likely than not to have have experience with mediation.The text was updated successfully, but these errors were encountered: