paraswap-dex-lib
paraswap-dex-lib copied to clipboard
DexLib is a library used by ParaSwap backend to integrate with decentralized exchanges. This library enables external DEX developers to integrate their DEX with ParaSwap by creating pull requests to t...
HodlTree StableSwap 2.0 provides an opportunity to exchange stablecoins at a fixed rate of 1 to 1. Zero-slippage exchange became possible thanks to another HodlTree module - Flash Loans 2.0,...
Fraxswap has both immediate AMM as well as time weighted (TWAMM) orders. The AMM portion is a fork of UniswapV2 and has the same ABI. The TWAMM component is not...
A VirtualBoostedPool is a combination of Linear pools (with underlying tokens of interest) nested in a PhantomStable pool e.g. bb-a-USD which connects underlying USDC/DAI/USDT. Vault BatchSwap architecture can be used...
Adding Meshswap polygon AMM. Meshswap is only compatible with uniswap v2 router, not pool. App : https://meshswap.fi/ Docs: https://docs.meshswap.fi/
I wanted to report an issue we’ve been having with routes including a specific token `0x5c1892bb9e42b4bf89e5b0b21542e2f8622a0bb8`. It looks like its using liquidity from the Balancer V2 “Liquidity Bootstrapping Pool” id...
TetuSwap - the part of TETU https://tetu.io/ Docs: https://docs.tetu.io/tetu-io/tetuswap/tetuswap Addresses: https://docs.tetu.io/tetu-io/protocol/addresses
Co-authored-by: 0xUwUnt Co-authored-by: 0xng
(Based off #64) Refactor to use common stable maths. Separated Weighted/Stable/BasePools into separate files to be consistent with other pool types.