https://github.com/interest-protocol/memez-swap
AMM designed for Meme coins
https://github.com/interest-protocol/memez-swap
Last synced: 5 months ago
JSON representation
AMM designed for Meme coins
- Host: GitHub
- URL: https://github.com/interest-protocol/memez-swap
- Owner: interest-protocol
- Created: 2023-11-18T18:38:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T22:21:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T23:48:00.472Z (over 1 year ago)
- Language: Move
- Homepage: https://www.memez.finance
- Size: 762 KB
- Stars: 14
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Memez Swap](https://www.memez.gg/)

An AMM designed to safely pump Meme coins.
## Functionality
### Memez Swap
The Memez Swap allows users to deploy Meme Pools and earn trading fees. The pools only support swapping. They do not expose liquidity management functions. This means that it is impossible to rug as there is no LpCoin. The liquidity is always locked forever at deployment.
The DEX uses the famous `k = x * y` popularized by [Uniswap](https://uniswap.org/whitepaper.pdf).
It supports the following operations:
- Create Pool to get the fun going.
- Swap to retire or jeet.
- Referrals to pump together.
- Flash loans for extra bling bling!
Thats it!!
### Deployer
The deployer is the user who creates the pool. He receives a `DeployerNFT` that earns trading fees for life. Meme coin devs can earn revenue to fund their marketing activities for life.
### Referrals
The more apes the better. Memez has a native referral system. Degens can refer other degens to earn extra money. We are ALL gonna make it.
### Fees
Swap fees play a crucial role in Memez Swap. Fees are configurable per pool by the protocol admin.
#### Liquidity Fee
The pool takes a liquidity fee to ensure that base liquidity increases over time. This is to ensure pumps and dumps do not hitler the chart.
#### Burn Fee
The pool can burn a % of a coin in every swap to increase its market cap. We send the coin to the 0x0 address instead of shrinking the coin supply for pumpnomics.
#### Admin Fee
The protocol takes a small percentage in each swap to fund development to deploy more degen dApps.
#### Deployer Fee
The deployer of the pool earns trading fees eternally. Since he is the only liquidity provider, this can fund the `dev` to keep cooking and buy pay KOLs and shillers.
## Contracts
- [Sui Contracts](./sui)
## Contact Us
- Twitter: [@interest_dinero](https://twitter.com/interest_dinero)
- Discord: https://discord.gg/interest
- Telegram: https://t.me/interestprotocol
- Email: [contact@interestprotocol.com](mailto:contact@interestprotocol.com)
- Medium: [@interestprotocol](https://medium.com/@interestprotocol)