-
Notifications
You must be signed in to change notification settings - Fork 570
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
[4] Show list of open debt positions for smartcoin assets and warn when a position is at risk of force settlement #430
Comments
Yes, I use this link all the time to view open debt positions in bitCNY: I think it would be great to have this integrated into the Explorer within the GUI. Currently, there is not enough useful information in there under Explorer -> Assets -> SmartCoins -> CNY . |
I'll UX This. |
I think we should use our new table layout with the tabs at the top to handle this. Of course, there is a technical component to this. It's possible cryptofresh is doing some extra caching to enable this display, but if it is technically possible to gather the data, I'd suggest we handle it the same way we do the user dashboard with tabs: Price Feeds | Debt Positions Obviously no need for dollar values. This screenshot is just to help convey the tabs comment above. |
Where exactly do you want the warning to appear? Including this information in the account dashboard would add a lot of datafetching to that page, possibly impacting performance for accounts with many margin positions. |
I think what you've done is fine. Users will have a visual cue from the color of the value under margin positions. Then they will be able to click through to the asset page and view this. Really nice! |
Yea I saw that too and couldn't really figure out why it was happening :/ I'll have another look in a bit. |
It looks like it's something weird happening for these xxx-collateral-holder accounts, where the call_price is not updated after the debt/collateral ratio has been changed. So this particular margin position with the 667 ratio displays a correct ratio but the actual call price is much lower. |
The only way that I am aware of to view the complete list of open debt positions ordered by collateral ratio is cryptofresh - I dont think this functionality is implemented in bitshares-exlorer yet. Knowing the open debt positions is very important for borrowers of smartcoins when there are force settlement orders open on the books, since their exposure to the possible risk of forced settlement is directly related to how many less collateralized positions than theirs exist. Users should be able to view the list of open debt positions and their respective collateral ratios directly in the wallet software.
On the account page where it lists open debt positions, I think it should be possible to view the sum of debt positions with a lower collateral ratio than theirs (ie. rolling the mouse over collateral ratio could reveal that there are 1,223,523 bitUSD with a lower collateral ratio than yours). When a position is at risk of being force settled by a settle order on the books by being within its direct reach, the UI in Account should reflect that with a warning similar to the one that alerts you of a dangerously low collateral ratio.
The text was updated successfully, but these errors were encountered: