AMM Integration
To integrate your AMM:
Requirements
Data structure
json{
"pool": "0x...",
"token0": "0x...",
"token1": "0x...",
"reserve0": "...",
"reserve1": "...",
"feeBps": 30
}json{
"pool": "0x...",
"token0": "0x...",
"token1": "0x...",
"sqrtPriceX96": "...",
"liquidity": "...",
"tick": 0,
"feeBps": 30
}Integration steps
Performance requirements
Technical Details
Algorithms:
Metrics:
Caching:
Last updated