Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Implementation of a Concentrated Liquidity Market Maker (CLMM) on Solana using pure Rust, without Anchor framework. Includes custom pool, position, and tick management, native Solana account handling, instruction parsing, and efficient serialization. Suitable for advanced DeFi and blockchain developers seeking low-level control and optimizations

senzenn/clmm-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLMM Rust

A Concentrated Liquidity Market Maker implementation in pure Rust for Solana.

Features[WIP]

  • Concentrated liquidity positions
  • Multiple fee tiers (0.01%, 0.05%, 0.30%, 1.00%)
  • Advanced mathematical operations
  • Security and performance optimizations

Build

cargo build
cargo test

Structure

  • src/processor/ - Instruction handlers
  • src/state/ - Account structures
  • src/math/ - Mathematical operations
  • src/utils/ - Helper functions

About

Implementation of a Concentrated Liquidity Market Maker (CLMM) on Solana using pure Rust, without Anchor framework. Includes custom pool, position, and tick management, native Solana account handling, instruction parsing, and efficient serialization. Suitable for advanced DeFi and blockchain developers seeking low-level control and optimizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages