Solana Projects › Firedancer

Firedancer

Built from the ground up for performance.

Programs · 24h on-chain

On-chain activity

All programs →

Firedancer

Firedancer is a validator client for Solana designed for speed, security, and independence. It features a high-performance architecture with optimized Solana primitives, offering fast transaction processing and a secure design that operates within a restrictive sandbox with minimal system calls.

Visit
Project content

Firedancer news, features & analysis

Matched from published articles, podcasts, and talks using the project name, token name, or token symbol.

  1. Article

    Solana Marks 30 Consecutive Months Without a Network-Wide Outage

    Firedancer, QUIC, and Priority Fees: What Changed Between 2023 and Now ... Our Breakpoint 25 coverage of the Firedancer launch details the client architecture and its performance profile on mainnet.

  2. Article

    'Coinbase Q2 2026 Validator Report: 41.63M SOL at 6.52% APY as Full Fleet Moves

    Coinbase'

  3. DeFi Article

    Overclock Validator's narya-ed25519 Cuts Solana Signature-Verify Tile Count

    Overclock Validator's narya-ed25519 uses AVX-512 IFMA to verify Ed25519 sigs 5.8x faster than Go stdlib, cutting Solana verify tiles from 72 to ~8 at 1M TPS.

  4. DeFi Article

    Mithril Produces Blocks on Alpenglow Test Cluster, Making Solana's Fourth Validator Client a Reality

    Overclock Validator's Mithril, a Go-based Solana full-node client targeting consumer hardware, produced blocks on the Alpenglow community test cluster on June 24, 2026.

  5. Breakpoint 25 Conference Talk 8 min read

    Scaling the Read Layer to 1M TPS: FluxBeam / FluxRPC / RugCheck

    As Solana prepares for Firedancer's promised million transactions per second, FluxBeam has unveiled a groundbreaking solution to what could become the network's next major bottleneck: reading all that data. ... While Firedancer promises to dramatically increase the network's transaction throughput to potentially one million TPS, the existing infrastructure for reading blockchain data wasn't designed for this scale.

  6. Breakpoint 25 Conference Talk 8 min read

    Welcome to Dev Day: Solana Foundation

    The schedule includes a dedicated Firedancer block called "OneFiredancer," where the team will discuss the validator client's presence on mainnet and strategies for accruing more stake. ... - Dev Day at Breakpoint 2025 is the second iteration of this developer-focused format, following Scalar Day at Accelerate in May 2025 - All talks are limited to 10 or 15 minutes to maximize information density - The event features a dedicated "OneFiredancer" block covering the Firedancer validator client on mainnet - Anza will p...

  7. Lightspeed Podcast Summary 25 min read

    Alpenglow: Solana's 100x Improvement

    In a recent episode of Lightspeed, host Jack discussed the implications of this proposal with analyst Carlos Gonzalez Campo, exploring not just the technical merits of Alpenglow but also its broader implications for Solana's competitive positioning, the ongoing Firedancer development saga, and the evolving relationship between client diversity and network performance. ... The conversation between Jack and Carlos revealed a fascinating subtext about the evolving dynamics between Anza (the team behind the Agave clien...

  8. Lightspeed Podcast Summary 26 min read

    The State Of Firedancer, Building Thru & How To 10x Performance | Liam Heeger

    Building Thru: An Ex-Firedancer Engineer's Vision for Reimagining Blockchain Architecture ... Liam Heeger, a former core engineer at Firedancer—Jump Trading's high-performance Solana client—has emerged from the shadows of one of crypto's most ambitious technical undertakings to build something entirely new.

  9. Lightspeed Podcast Summary 28 min read

    Jump Crypto: How To Improve Solana?

    In a recent episode of Lightspeed, Michael McGee from Jump Crypto offered a refreshingly candid assessment of where Solana stands today, where the most significant performance improvements lie, and how the Firedancer client is positioning the network for a future of hundreds of thousands of transactions per second. ... This philosophy has guided Jump Crypto's development of Firedancer and shapes their vision for Solana's continued evolution.

  10. Lightspeed Podcast Summary 26 min read

    Jump Crypto: The State Of Firedancer | Michael McGee

    Inside Firedancer: Jump Crypto's Ambitious Rewrite of Solana's Validator Client ... The Solana ecosystem has long spoken of Firedancer in almost mythical terms—a new validator client that promises to push the network's performance to unprecedented heights.

About

Firedancer

Firedancer

Firedancer is Jump Trading Group's independent validator client for Solana, built entirely in C from the ground up. Announced in early 2022 and released to mainnet in December 2025, it is the first fully independent alternative to the Agave (formerly Solana Labs) client. Where Agave is written in Rust and carries the lineage of the original Solana implementation, Firedancer starts from a clean slate — rewriting every primitive, from networking and signature verification to block production and transaction execution, with low-latency trading infrastructure as its design north star.

Why Client Diversity Matters

Before Firedancer, Solana ran almost entirely on a single validator codebase. That meant a critical bug in Agave could halt the entire network — a vulnerability that contributed to several high-profile outages. Firedancer directly addresses this. With two independently implemented clients, a bug in one does not affect the other. The network can continue producing blocks even if an edge-case vulnerability disables every Agave node simultaneously. This is the same resilience principle that underpins Ethereum's multi-client model, and it is widely considered a precondition for a production-grade, institutional-grade network.

Architecture: Tiles and Kernel-Bypass Networking

Firedancer's distinguishing engineering choice is its tile-based architecture. Rather than running validator logic in a monolithic process, Firedancer divides work into specialized, independently schedulable "tiles" — discrete pipeline stages that handle transaction ingestion, deduplication, signature verification, block packing, and data availability. Each tile runs in isolation, can be optimized independently, and communicates with adjacent tiles through high-speed ring buffers. The result is a validator that saturates hardware resources rather than leaving cores idle.

The networking stack is similarly rebuilt from first principles. Firedancer implements kernel-bypass networking for both ingress (QUIC and UDP) and egress, bypassing the operating system's network stack to eliminate latency and CPU overhead. Signature verification uses AVX512-optimized ED25519 implementations that process multiple signatures in parallel on a single core. The block production pipeline uses a custom erasure coding system rather than relying on standard libraries. Every component reflects Jump's two decades of experience building latency-sensitive trading infrastructure.

Frankendancer: The Hybrid Bridge

Because rewriting a complete Solana validator is a multi-year effort, Jump introduced an intermediate configuration called Frankendancer. Frankendancer grafts Firedancer's networking layer and block production logic onto the existing Agave runtime and consensus code. Operators running Frankendancer benefit from Firedancer's superior transaction ingestion, deduplication, and DoS mitigation while Agave continues handling execution and consensus.

Frankendancer shipped to Solana testnet in 2024 and to mainnet later that year, carrying the v0.x version series. By the time full Firedancer launched in December 2025, Frankendancer had accumulated roughly 26% validator adoption — evidence that the Solana operator community was ready to run non-Agave software in production.

Full Firedancer: Mainnet Launch

The full Firedancer client — an entirely independent validator with no Agave code in the critical path — first reached testnet in July 2025 as v1.1.0. After more than 100 days of continuous testnet operation producing over 50,000 blocks without major issues, the full client was declared mainnet-ready. Jump announced the launch at Solana Breakpoint in Abu Dhabi on December 12, 2025.

Kevin Bowers, Chief Scientist of Jump Trading Group and the technical lead behind Firedancer, demonstrated at Breakpoint 2024 that Firedancer can sustain over 1 million transactions per second on commodity hardware. That number — achieved across six nodes in a controlled lab environment — has become the headline benchmark for Firedancer's potential. An earlier single-core fd_quic test in May 2023 clocked 1.4 million TPS with small transactions and 270,000 TPS with larger ones, with network throughput reaching 5.8 Gbps on a single core.

In real-world mainnet conditions, throughput is bounded by the slowest widely-adopted client. Full performance gains become available as network-wide Firedancer adoption grows and as complementary protocol upgrades — including Alpenglow consensus (targeting sub-150ms finality) and the removal of block compute caps via SIMD-0370 — are activated.

Adoption as of August 2026

Firedancer's rollout has been deliberate. As of August 10, 2026, the full Firedancer client runs on 57 of 698 active validators, accounting for 11.64% of total staked SOL, according to the wenfiredancer.com adoption tracker. Combined with Frankendancer's continuing presence, the Jump codebase represents a meaningful share of the network's consensus-producing capacity.

The team's published roadmap targets 50% network stake running Firedancer-derived software by mid-to-late 2026. Adoption has grown without a hard cutover: operators migrate at their own pace, the hybrid Frankendancer path remains available for those who want an incremental step, and the fdctl binary handles both configurations through a single control interface.

Wiredancer and Post-Quantum Research

Jump's infrastructure investment extends beyond software. Wiredancer, announced in August 2025, deploys FPGA-based hardware acceleration cards at the network edge of validators. Two daisy-chained FPGAs handle transaction deduplication and ED25519 signature verification at line rate in hardware, delivering clean, verified traffic directly into the validator before software processes it. In stress tests on a Solana mini-network, a simulated DDoS attack with invalid signatures cut throughput by over 50% on unprotected nodes; nodes with Wiredancer saw almost no impact.

On the cryptography side, the Firedancer team has been building post-quantum readiness into the stack. They developed a Falcon-512 signature verification implementation that runs at 3.6 microseconds on Zen5 hardware — 2.6 times faster than the reference implementation — in anticipation of SIMD-0416, a proposed syscall that would expose post-quantum signature verification to Solana smart contracts. The team's quantum migration research also explores lattice-based approaches for future consensus and transaction signature schemes.

Security and Open Source

Firedancer's security model reflects its architecture. Each tile runs with the minimum system calls required for its function, enabling highly restrictive sandboxing. An independent security audit by Neodyme was completed during the testnet phase. A public bug bounty program remains active. All code is available under the Apache 2.0 license at github.com/firedancer-io/firedancer, and the team provides a live validator GUI dashboard at gui.firedancer.io for monitoring network health and client distribution.

Hardware requirements for running Firedancer are similar to those for Agave: a minimum of 24 CPU cores, 256 GB RAM, and a 2 TB NVMe SSD, with AVX512 support recommended for full signature-verification performance.

Contents

Note: inclusion in Solana Compass directory does not indicate a recommendation or endorsement of this project, its token(s) or its products. Data sourced with thanks from The Grid to aid in building these pages.

Reviews

0.0
0 reviews
Please login to write a review.
Solana tokens

Solana Token Markets

Explore all tokens →