Skip to content
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

Scale orderbook if sellAmount is much bigger than buyAmount #354

Open
josojo opened this issue Mar 30, 2021 · 4 comments
Open

Scale orderbook if sellAmount is much bigger than buyAmount #354

josojo opened this issue Mar 30, 2021 · 4 comments
Labels

Comments

@josojo
Copy link
Contributor

josojo commented Mar 30, 2021

In auctions like that one:
https://ido-ux.dev.gnosisdev.com/#/auction?auctionId=74&chainId=4#topAnchor

where the intention is to raaise a lot of value, but the first bidders only provide some small funding, the orderbook should better show it.

I see two solution:

  • introducing log scale
  • setting the max y-axis value to 2x total bidding volume.

Not sure what to chose, but we should introduce one solution

@josojo
Copy link
Contributor Author

josojo commented Mar 30, 2021

@Rafanator @cmagan or @gabitoesmiapodo,

do yoou guys have some idea? I think it really important, as this problem will be experienced by all early IDO participants

@josojo josojo added the enhancement New feature or request label Apr 5, 2021
@cmagan
Copy link
Contributor

cmagan commented Apr 29, 2021

We can do log scale but I'm not a fan...
I think the orderbook will solve this

@ramirotw
Copy link
Contributor

ramirotw commented Jun 7, 2021

@cmagan @josojo is the solution provided in the orderbook's ticket #484 enough to solve this? or is the log scale still feasible?

@cmagan
Copy link
Contributor

cmagan commented Jun 14, 2021

I think the orderbook provides a solution but I'd still like to see how this looks like:

setting the max y-axis value to 2x total bidding volume.

We have now two clear examples (ITGR and MIVA) for why the chart is less informative with low bidding volume

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants