https://github.com/interest-protocol/interest-dex
Dynamic Peg AMM
https://github.com/interest-protocol/interest-dex
Last synced: 5 months ago
JSON representation
Dynamic Peg AMM
- Host: GitHub
- URL: https://github.com/interest-protocol/interest-dex
- Owner: interest-protocol
- Created: 2023-10-06T02:26:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T14:05:20.000Z (over 1 year ago)
- Last Synced: 2025-01-27T23:48:06.626Z (over 1 year ago)
- Language: Move
- Homepage: https://www.interestprotocol.com/
- Size: 11.1 MB
- Stars: 23
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Audit: audits/Interest Protocol Audit Report.pdf
Awesome Lists containing this project
README
# [Interest Protocol CLAMM🐚](https://www.interestprotocol.com/)

CLAMM DEX on [Sui](https://sui.io/) Network.
## Quick start
Make sure you have the latest version of the Sui binaries installed on your machine
[Instructions here](https://docs.sui.io/devnet/build/install)
### Run tests
**To run the tests on the dex directory**
```bash
cd contracts
sui move test --gas-limit 5000000000
```
### Publish
```bash
cd contracts
sui client publish --gas-budget 500000000
```
## Repo Structure
- **assets:** Brand assets.
- **contracts:** CLAMM Move code.
- **hardhat-volatile** Curve contracts to run tests.
- **scripts** TS publish scripts.
## Integration
Please check the available testnet and mainnet branches in this repo for further instructions.
## Functionality
### DEX
The Interest Protocol CLAMM DEX allows users to create pools, add/remove liquidity and swap.
The DEX supports two types of [Curve](https://curve.fi/) pools denoted as:
- **[Volatile](https://resources.curve.fi/base-features/understanding-crypto-pools/)**
- **[Stable](https://miguelmota.com/blog/understanding-stableswap-curve/)**
## Contact Us
- Twitter: [@IPXSui](https://twitter.com/IPXSui)
- Discord: https://discord.com/invite/interestprotocol
- Telegram: https://t.me/interestprotocol
- Email: [contact@interestprotocol.com](mailto:contact@interestprotocol.com)
- Medium: [@interestprotocol](https://medium.com/@interestprotocol)