turbos

Document Turbos Finance CLMM DEX modules, swaps, and liquidity management on Sui.

3|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/mcxross/skills --skill turbos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: turbos
Source: https://github.com/mcxross/skills/tree/main/turbos
Command: npx skills add https://github.com/mcxross/skills --skill turbos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides comprehensive guidance for Turbos Finance on Sui, including CLMM concepts, swaps, routing, position management, liquidity provisioning, and pool queries, helping engineers and researchers understand and work with Turbos.

Core Features & Use Cases

  • CLMM-based DEX overview: High-level architecture and data model used by Turbos on Sui.
  • Swap and routing guidance: Single-hop and multi-hop swap flows, fee tiers, and liquidity interactions.
  • Position and liquidity management: How to mint, adjust, and collect on Turbos positions, with NFT-backed position tracking.
  • Use Case: When integrating with Turbos on Sui, you can model a multi-hop swap across pools and verify pool state.

Quick Start

Begin Turbos integration on Sui by reviewing the core modules and the module reference provided in this skill.

Frequently Asked Questions about turbos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is Turbos Finance on Sui and how does its CLMM architecture work?

Turbos Finance is a Concentrated Liquidity Market Maker (CLMM) decentralized exchange on Sui. Its architecture supports multi-hop routing, single-hop swaps, and liquidity provisioning through core data structures like Pool and TurbosPositionNFT.

How do I execute multi-hop swaps on Turbos DEX?

To execute multi-hop swaps on Turbos DEX, you model the swap flow across multiple pools using the documented routing modules. The skill provides reference guidance for verifying pool states and interacting with the appropriate fee tiers during the swap process.

Can I use Turbos for NFT-backed liquidity position management on Sui?

Yes, you can use Turbos for NFT-backed liquidity position management on Sui. The platform utilizes TurbosPositionNFT and Positions modules to let you mint, adjust, and collect on liquidity positions, providing verifiable reference data for developers.

Does Turbos support single-hop swaps and pool state queries for Sui integrations?

Turbos supports single-hop swaps and pool state queries for Sui integrations. Developers and researchers can reference the core modules, including Pool and Fee interfaces, to evaluate and build applications that interact directly with liquidity pool data.

What are the limitations of integrating with Turbos CLMM pools?

A limitation of integrating with Turbos CLMM pools is that the skill provides reference-oriented guidance rather than executable code. Developers must independently implement the logic for multi-hop routing and position management based on the documented data structures.

Is Turbos the best way to manage concentrated liquidity on the Sui network?

Turbos is a specialized CLMM-based DEX specifically built for the Sui network to manage concentrated liquidity. It distinguishes itself from standard automated market makers by allowing liquidity providers to concentrate capital within specific price ranges using NFT-backed positions.