Type | Examples | Factory | Quoter |
---|---|---|---|
COMPLETE_AMM | UniswapV3, BalancerV2 | Has factory contract | Has quoter contract |
PARTIAL_AMM | AaveV3, Sparklend | Has factory contract | No quoter contract |
MINIMAL_AMM | MakerPSM, Lido_wsteth_steth | No factory contract | No quoter contract |
Type | Examples | Order Type |
---|---|---|
MM_PF_LOB | 0x limit order book, HashFlow API | Partial Fillable Orders |
MM_FOK | Bebop API, Native API, HashFlow API, other MM APIs | Fill or Kill orders |
Classification | Examples | Indexing | Factory | Number of Pools |
---|---|---|---|---|
Multi pool modules | UniswapV3, BalancerV2, AaveV2 | Required | Has a factory contract | Multiple |
Single pool modules | MakerPSM, Lido_steth_wsteth | Not required | No factory contract | One |