-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Recommended security deposit display #4426
Comments
Currently how can I know the secure deposit suggested? |
There are three variables that go into the calculation for the number displayed in the security deposit field:
If the In going through the above I noticed a bug. By moving the cursor through the security deposit field on the order entry screen, you're setting the value for |
So that bug is what makes it impossible to me to find what the recommended security deposit is? I can find it for EUR, but not for XMR. I must have used a low security deposit for EUR while a higher one for XMR in the past, right? What about always displaying at order entry screen the recommended security deposit and leave the decision to make it higher or lower to users for every offer (opt out)? I'm quite sure this way the recommended security deposit will be used a lot more, and there will be no doubt what the recommended security deposit is. When taking an offer, an alert should be displayed when security deposit is too low. Specially when you are taking an offer to sell BTC, because there's higher risk of BTC buyer performing future trading. At this time, I can only get to see security recommended deposit for EUR/BTC. Maybe alts volatility is so low that the recommended security deposit is under 15%? |
Yes -> The volatility based security deposit comes to 13.7% for XMR, therefore it chooses the
Well this is the way it works currently - the recommended security deposit is shown, and the user can go and change it within the 15% - 50% boundaries. I like your earlier idea of displaying all the information in the popup window when hovering over the (i) icon. And the idea of an alert if the user chooses a deposit which is lower than what was calculated. What about moving the edit of min security deposit value from order entry to Settings/General preferences? |
It could be displayed as it is now (without the bug) and the other two new possibilites, the (i) icon popup and the alert when user choses low deposit. About changing the min security deposit value, I think it's fine, but personally I will stick to suggested recommendation unless I think that the offer will be not taken for long. |
@jmacxx If it is as you described (an automatically suggested deposit percentage is persisted in preferences), than this is not the desired behavior. Still if we would persist the value if it is changed by the user she won't see any other suggestions afterwards. So having this suggested deposit based on volatility, I would remove the stored preference completely. That way it would always show the suggested value. A sophisticated trade will adapt it anyways and noobs will just use the suggested default which is good. |
Removing the stored preference looks like the most simple and effective solution. If every time user creates an offer the suggested security is displayed, there's no way to miss that information. Then it's up to the traders to follow that recommendation or not. The warning when taking an offer should be discussed somewhere else, maybe is not that important. |
Description
Not exactly a bug, but UX improvement.
I don't know how to see the security deposit suggestion, my security deposit is always the same. Removing the security deposit and going back and forth when creating an order doesn't make the suggested security deposit appear.
Version
2.3.7
Steps to reproduce
Make an offer when you already used your own security deposit for another offer in this market and it will use this security deposit, without even being able to know what the suggestion is at this time.
Expected behaviour
I suggest to display suggested security deposit when clicking the "i" info next to "set both traders' security deposit" field. Any other way to be able to consult suggested security deposit easily is welcome.
Actual behaviour
I'm not able to find the suggested security deposit. If there's a way and there's no need to make further changes, I'll document how on the wiki.
Screenshots
Additional info
Related PR: #4347
The text was updated successfully, but these errors were encountered: