A Concentrated Liquidity Market Maker implementation in pure Rust for Solana.
- Concentrated liquidity positions
- Multiple fee tiers (0.01%, 0.05%, 0.30%, 1.00%)
- Advanced mathematical operations
- Security and performance optimizations
cargo build
cargo testsrc/processor/- Instruction handlerssrc/state/- Account structuressrc/math/- Mathematical operationssrc/utils/- Helper functions