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

Order Book Spam #3150

Open
akreider opened this issue Jan 3, 2021 · 0 comments
Open

Order Book Spam #3150

akreider opened this issue Jan 3, 2021 · 0 comments

Comments

@akreider
Copy link

akreider commented Jan 3, 2021

Users are intentionally spamming the order book with orders as small as 10 so as to manipulate the price. This is due to the asymmetry where it is free to place an order, but costs money to match it. This is killing liquidity.

One method is to place your offer to sell at 0.90 (say 10k shares), and then place a bid for 10 shares (or why not 100 bids for 10 shares) at 0.899 to make it very expensive for anyone to under-cut your price.

One possible fix is to let users choose to ignore small orders. Another possible fix is to require that the minimum order size be $250 DAI (so 500 at 0.50 or 5000 at 0.05) or larger.

For that matter, a competitor might decide to attack the order book and render it useless.

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

No branches or pull requests

1 participant