Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.3 KB

Simple AMM Liquidity Pool

What is this?

This is simple AMM LP contract and frontend for Waves Blockchain. Without bell and whistles, it just works.

Contract uses Uniswap CFMM formula.

Contract: 3PPvHcJjESoUbf9LDpAxEhQKUnpqH1Ea29h

Frontend: Simple-AMM-LP

asset assetId
WAVES WAVES
USDT-ERC20-PPT 9wc3LXNA4TEBsXyKtoLE9mrbDD7WMHXvXrCjZvabLAsi

Why?

  • More markets is always better;
  • You can arbitrage between different markets (swop.fi, WX pools, WX Spot etc.);
  • Can be integrated into onchain arbitrage contracts;
  • Single InvokeTx;
  • No hidden fees, lp tokens or other complexities;
  • Just 0.2% fee;
  • Open source.