clmm-lp-domain 0.1.0

Liquidity Provider Strategy Optimizer for Solana CLMMs
Documentation
1
2
3
4
5
6
7
8
9
//! Mathematical functions and utilities.
/// Concentrated liquidity math.
pub mod concentrated_liquidity;
/// Constant product math.
pub mod constant_product;
/// Price tick conversions.
pub mod price_tick;
/// Stable swap math.
pub mod stable_swap;