liquidity icon indicating copy to clipboard operation
liquidity copied to clipboard

Cosmos SDK Liquidity module

Results 34 liquidity issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement
good first issue

**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...

enhancement
research topic

## 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...

enhancement
research topic

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...

enhancement
research topic

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...

enhancement
research topic

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...

Epic

## 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...

documentation

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...

documentation