DeXter-on-Radix / website

Community built order book dex on Radix.
https://dexteronradix.com/
Other
10 stars 21 forks source link

Automated Liquidity #487

Closed yuliaSharabi closed 1 month ago

yuliaSharabi commented 1 month ago

This would include: Having the ability for the user to auto provide liquidity with a given parameters - pair, price. Graphical representation of the liquidity.(different distributions - linear, extremes,mid distribution).

Based on the following proposal.

fliebenberg commented 1 month ago

I have written a liquidity bot that does automated liquidity provision. It is quite simple and works best when it has a lot of liquidity relative to the order sizes it is placing. I could make the bot code publicly available (and probably still will), but I am thinking of rather creating some kind of a pooled instrument that people can use to provide liquidity for the bot. This will mean Dexter can offer liquidity provision opportunity that is similar to what you get on an AMM. The user can then add/withdraw liquidity whenever they want and it will help the bot be much more efficient in proving liquidity on Dexter. I will need to flesh out the idea further still and then find time to build the components required. But thought I'd mention it already to hear other views.

dcts commented 1 month ago

@yuliaSharabi Closing this issue due to ambiguity. The trading bot and batch order tool are separate projects (I handle the batch order tool, Fred works on the bot). I've created two new issues to clarify and separate these tasks, see:

538 and #539