You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's hard to provide liquidity on current XRPL DEX, and some liquidity bots generate a lot noise offercreate and offercancel txs, this can be solved by AMM LP.
Solution
Add AMM liquidity pool object can be deposit and withdraw, and update offercreate and path payment to try both liquidity pools and the order books.
Paths Not Taken
Implement account based AMM LP via Hooks( Smart contract), but this can't trade against with offercreate and path payment.
The text was updated successfully, but these errors were encountered:
@yxxyun: The C++ team at Ripple is working on an AMM proposal, which is something we've stated before.
With that said, let me take the opportunity to address something else. @firefly3582 wrote
This has been suggested many times over the years by different developers, but it seems like Ripple doesn't want to implement such thing, I don't know why.
I don't quite understand why it matters what Ripple does and doesn't want to implement. Anyone can propose changes and contribute code to effectuate those changes.
So, perhaps instead of waiting for Ripple to build X, whatever that X might be, how about writing up a spec and then implementing it instead?
Summary
Add AMM liquidity pool to enchance XRPL DEX
Motivation
It's hard to provide liquidity on current XRPL DEX, and some liquidity bots generate a lot noise offercreate and offercancel txs, this can be solved by AMM LP.
Solution
Add AMM liquidity pool object can be deposit and withdraw, and update offercreate and path payment to try both liquidity pools and the order books.
Paths Not Taken
Implement account based AMM LP via Hooks( Smart contract), but this can't trade against with offercreate and path payment.
The text was updated successfully, but these errors were encountered: