Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.25 KB

File metadata and controls

30 lines (23 loc) · 1.25 KB

Firedancer-MEV Platform (Project FaceBlock — Arb Engine)

High-performance MEV & Arbitrage Strategy Platform built around Firedancer + Jito bundles. Turn research strategies into production-grade, auditable, low-latency bundles for Solana.

Key Capabilities

  • Low-latency execution via Firedancer nodes (tile architecture). :contentReference[oaicite:5]{index=5}
  • Real-time mempool & chain mirror for signal generation.
  • Bundle builder + Jito relayer connector for auctioned inclusion. :contentReference[oaicite:6]{index=6}
  • Strategy SDK (Python/Rust), backtester, and RL scorer integration.
  • Auditing, risk engine, and compliance guardrails.

Quick Start (dev)

  1. git clone https://github.com/faceblockteam/firedancer-mev-platform.git
  2. Follow docs/DEPLOY.md to build the execution pod and local Firedancer testnode.
  3. cd strategy && pip install -r requirements.txt to run backtests.

Architecture

(Insert architecture.png)

Roadmap

  • v0.1: Execution + Bundle submit + Backtester
  • v0.2: RL scorer + Dashboard + Risk engine

Contributing

Open an issue / PR. See CONTRIBUTING.md.

Citations

  • Firedancer official docs. :contentReference[oaicite:7]{index=7}
  • Jito / MEV bundling ecosystem references. :contentReference[oaicite:8]{index=8}