← Back to work
ProjectRust · Cloudflare Workers · WASM · Telegram Bot API

Celebrum AI — Rust Funding-Rate Arbitrage Bot

High-performance arbitrage and technical-analysis detection system in Rust, monitoring funding-rate differences across Binance, Bybit, OKX, and Bitget, with a Telegram bot interface and serverless deployment on Cloudflare Workers.

Celebrum AI detects funding-rate arbitrage opportunities across four exchanges in real time and manages the resulting positions, all from a Rust core compiled to WASM and deployed on Cloudflare Workers — KV handles persistent state for positions and configuration, and a Telegram bot is the primary interface for alerts and commands. Choosing Rust for the detection core keeps the hot path (spread computation across four exchange feeds) fast and memory-safe on the edge runtime.