liquidity
liquidity copied to clipboard
Cosmos SDK Liquidity module
### Reasoning - it is very useful if we have direct API endpoints for simple overall statistics for pools ### List of Necessary Statistics - swap amount - accumulated swap...
## Summary In the latest version of Cosmos SDK (current v0.42.x) type `EmitEvent` is deprecated so it's better go with `EmitTypedEvent` This will be a breaking change for the clients...
**Arbitrage Promotion** - appropriate arbitrage promotion can make pools having better consistent price discovery **Objectives** - to encourage steady arbitrage activities **Arbitrage Rewards Calculation** - frequency : calculate and reward...
Curve.fi uses different constant function for token swap between tokens with similar price movements. We should have different constant function for such token pairs such as - liquidity pools with...
## Dynamic Batch Period ### Introduction Liquidity Module provides expanded ways to participate in the decentralized exchange. It combines traditional orderbook-based limit orders with AMM liquidity pool. In case of...
Some tokens can be airdropped to liquidity pool reserves. There exists no mechanism to locate each airdropped tokens into each liquidity pool. Also there exists no mechanism to distribute such...
There exists multiple generalization design space for swap fee. - liquidity pools with different swap fees - liquidity pools with dynamic swap fees - decided by governance - decided by...
Issues for launching Gravity DEX v1 by adding the liquidity module to Gaia. These changes will include - Apply suggestions from security audits and bug fixes found. - Perform optimization...
## Description https://github.com/tendermint/liquidity/issues/176 It is PR to get the liquidityd godoc QA suggestions based on the sources Found 3 files that looked like they might need edits, see those changes...
The purpose of the issue is to QA the godoc documentation for the Liquidity module One of the document artefacts is the Go code documentation. This is created using the...