An open API service indexing awesome lists of open source software.

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

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)