sui-arbitrage-detection

Detect cross-DEX price discrepancies on the Sui blockchain with path finding and trade simulation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Ed1sonL1-byte/sui_arb --skill sui-arbitrage-detection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sui-arbitrage-detection
Source: https://github.com/Ed1sonL1-byte/sui_arb/tree/main/.claude/skills/sui-arbitrage-detection
Command: npx skills add https://github.com/Ed1sonL1-byte/sui_arb --skill sui-arbitrage-detection

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sui DEX traders face fragmented pricing across multiple protocols, leading to missed arbitrage opportunities and suboptimal trades.

Core Features & Use Cases

  • Cross-DEX arbitrage detection and execution planning across Cetus, DeepBook, Turbos, FlowX, Kriya, and other Sui DEX protocols.
  • Optional Shio MEV auction integration to optimize bid-based transaction ordering.
  • End-to-end workflow from event collection and path finding to simulated trades and real arbitrage execution with safety checks.

Quick Start

Execute a live scan against connected Sui DEX pools to see simulated profitability in real time.

Frequently Asked Questions about sui-arbitrage-detection

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

FAQPage Schema
How do I detect cross-DEX arbitrage opportunities on the Sui blockchain?

Cross-DEX arbitrage detection on Sui involves scanning protocols like Cetus, DeepBook, and Turbos to identify price discrepancies. This tool simulates multi-hop trades across these venues to surface profitable execution paths.

Can I simulate Sui DEX trades before executing arbitrage transactions?

Yes, simulating Sui DEX trades before execution is supported. The system uses configurable simulation backends and grid or golden-section optimization to calculate expected profitability and apply safety checks.

Does this arbitrage detection tool support Shio MEV auction integration?

Yes, Shio MEV auction integration is supported for bid-based transaction ordering. This optional feature helps optimize the sequencing of arbitrage transactions on the Sui network.

What Sui DEX protocols are supported for multi-hop arbitrage path finding?

Supported Sui DEX protocols include Cetus, DeepBook, Turbos, FlowX, and Kriya. The path finding mechanism evaluates constraints across these venues to identify viable multi-hop arbitrage routes.

How do parallelized workers optimize Sui MEV arbitrage scanning?

Parallelized workers optimize Sui MEV arbitrage scanning by concurrently processing event collection and trade simulations. This architecture enables real-time detection of profitable cross-DEX opportunities.