https://github.com/pontem-network/liquidswap_v05
v0.5 version of Liquidswap contracts
https://github.com/pontem-network/liquidswap_v05
aptos liquidswap move smart-contracts
Last synced: about 2 months ago
JSON representation
v0.5 version of Liquidswap contracts
- Host: GitHub
- URL: https://github.com/pontem-network/liquidswap_v05
- Owner: pontem-network
- License: other
- Created: 2023-02-06T03:27:47.000Z (over 2 years ago)
- Default Branch: v05-main
- Last Pushed: 2025-03-05T22:23:18.000Z (2 months ago)
- Last Synced: 2025-03-28T20:19:07.771Z (about 2 months ago)
- Topics: aptos, liquidswap, move, smart-contracts
- Language: Move
- Homepage: https://liquidswap.com
- Size: 542 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Liquidswap v0.5
**Liquidswap v0.5** is AMM protocol for [Aptos](https://www.aptos.com/) blockchain.
The newest version of Liquidswap.
Interim release between v1 and v0. We still use [Liquidswap v0](https://github.com/pontem-network/liquidswap)
for Aptos mainnet, but for the creation of new pools or stable swaps, we would use v0.5It contains the following changes:
* Native u256 for stable swaps and for `x*y>k` constant formula.
* Fix for `initial liquidity loss of precision bug.`
* Updated LP coin symbol and name logic to have difference from v0.5Changes reviewed by Ottersec team.
## Documentation
Vist our [docs](https://docs.liquidswap.com) portal.
## Add as dependency
To integrate Liquidswap into your project vist [integration](https://docs.liquidswap.com/integration) docs.
### Build
[Aptos CLI](https://github.com/aptos-labs/aptos-core/releases) required:
aptos move compile
### Test
aptos move test
### Security Audits
Look at [section](https://docs.liquidswap.com/#security-audits) in our doc.
### Bounty Program
Read details about our bounty program launched on the [Immunefi platform](https://immunefi.com/bounty/liquidswap/).
### License
See [LICENSE](LICENSE)