Skip to content

hashimoto22/Sui-Mev-Bot

 
 

Repository files navigation

Sui MEV Bot by Nine Stars Group

Sui MEV Bot — Demonstration Version

Intelligent search and execution for MEV (Maximal Extractable Value) opportunities on the Sui blockchain.

Contact · Email · Portfolio · LinkedIn

Features

  • Automated MEV strategies across leading Sui DEXs and protocols
  • High-performance relay for mempool transaction forwarding
  • Modular design, easy configuration and setup
  • Built by Nine Stars Group for research, prototyping, and PoC demonstration

Supported Protocols

  • BlueMove
  • FlowX
  • Aftermath
  • Cetus
  • Kriya
  • Abex
  • Navi
  • Turbos
  • Deepbook
  • Shio

Note: This repository is a demonstration version intended for research and evaluation. For production-grade access, commercial licensing, integrations, or partnerships, please reach out via the contact details below.

Getting Started

Prerequisites

  • Rust (latest stable version)
  • Sui node access (RPC endpoint)
  • Your private key

Run the Bot

Start the bot with your private key:

cargo run -r --bin arb start-bot -- --private-key <YOUR_PRIVATE_KEY>

Run the Relay

If you operate a validator, you can forward mempool transactions to your relay, which will send them to the bot:

cargo run -r --bin relay

Configuration

You can configure additional options via CLI flags or environment variables. See the documentation or use --help for more details.

Contributing

Pull requests and issues are welcome! Please open an issue to discuss your ideas.

License

Demonstration License — non-production, research-only use. All rights reserved by Nine Stars Group.

For commercial usage, enterprise deployments, bespoke strategies, or priority support, please contact us (see Contact section) to obtain a commercial license and partnership terms.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.4%
  • Python 1.3%
  • Shell 0.3%