A comprehensive interface integration for Cetus CLMM protocol and related DeFi modules
Explore the docs »
Report Bug
·
Request Feature
📦 Get the latest version from Move Registry
All Cetus contracts are published on Move Registry. This is the recommended way to get the latest package versions and published addresses.
| Contract | Move Registry Package | Integration |
|---|---|---|
| Cetus CLMM | @cetuspackages/clmm | mvr add @cetuspackages/clmm |
| Cetus DCA | @cetuspackages/dca | mvr add @cetuspackages/dca |
| Cetus Farming | @cetuspackages/farming | mvr add @cetuspackages/farming |
| Cetus Limit Order | @cetuspackages/limit-order | mvr add @cetuspackages/limit-order |
| Cetus Vaults | @cetuspackages/vaults | mvr add @cetuspackages/vaults |
| Cetus LP Burn | @cetuspackages/lpburn | mvr add @cetuspackages/lpburn |
| Cetus Dividends | @cetuspackages/dividends | mvr add @cetuspackages/dividends |
| xCETUS | @cetuspackages/xcetus | mvr add @cetuspackages/xcetus |
Install mvr CLI and using Move Registry CLI:
# Add package in mainnet(e.g., Cetus CLMM)
mvr add @cetuspackages/clmm --network mainnetBenefits:
- ✅ Automatically gets the latest published version
- ✅ No manual updates needed
- ✅ Single source of truth for addresses and versions
Need the published address? Visit the Move Registry link for each contract to find the latest published addresses and versions.
The Cetus CLMM Interface provides comprehensive function interfaces for all core CLMM features, allowing users to seamlessly interact with the CLMM protocol. For detailed information, refer to the CLMM README Document.
The Cetus LP Burn module integrates all core LP burn interfaces from LP Burn. For detailed information, refer to the LP Burn README Document.
The Cetus Stable Farming module integrates all core function interfaces for Stable Farming features. For detailed information, refer to the Stable Farming README Document.
The Cetus Token Interface integrates Cetus token modules. For detailed information, refer to the Token README Document.
The Cetus Limit Order module seamlessly integrates all core functionalities of the Limit Order interface. For detailed information, refer to the Limit Order README Document.
The Cetus DCA module integrates all core functionalities of the DCA (Dollar Cost Averaging) interface. For detailed information, refer to the DCA README Document.
The Cetus Vaults module integrates all core functionalities of the Vaults interface. For detailed information, refer to the Vaults README Document.
Note: Please ensure all necessary preparations are made before any upgrade takes effect.
Use the following links to learn more about Cetus:
Learn more about working with Cetus in the Cetus Documentation.
Join the Cetus community on Cetus Discord.