Key Takeaways
The Solana network recently made history, though not through a new feature launch or explosive token price. Instead, it was by shrugging off a sustained, historic Distributed Denial of Service (DDoS) attack that peaked near 6 terabits per second (Tbps).
For context, this scale of malicious traffic rivals attacks against global cloud giants, yet Solana’s network data remained pristine: sub-second confirmation times and stable latency.
This resilience is a direct result of critical, post-outage engineering enhancements implemented over the last two years. The two primary pillars of this defense are the QUIC protocol and Stake-Weighted Quality of Service (SWQoS).
A DDoS attack tries to knock a system offline by overwhelming it with traffic.
Think of a store with one door:
A volumetric DDoS tries to overwhelm a target by blasting it with enormous amounts of data/packets (think “turning on every firehose in the city”). 6 Tbps is huge in internet terms; attacks in this range are usually associated with major cloud/CDN targets, not niche services.
Solana co-founder Anatoly Yakovenko said the massive 6 Tbps DDoS attack was actually a positive sign for the network. His point was that generating traffic at that scale is extremely expensive, meaning the attacker was likely spending an amount comparable to Solana’s own network revenue just to push data at it.
According to him, when attacking a blockchain costs that much and still fails to take it down, it shows the network has reached a level of economic strength where disruption is no longer cheap or effective.
David Rhodus, CEO of Pipe Network, a Solana-based DePIN project, said that from a purely traffic-volume perspective, a 6 terabits-per-second attack is not just big for crypto, it qualifies as historic by overall internet standards. At that level, Solana sits alongside some of the most heavily targeted infrastructure ever attacked online.
He added that this event signals a shift in how blockchains are perceived, noting that they are now treated as Tier-1 DDoS targets, similar to major cloud platforms and critical internet services. An attack of this magnitude is far beyond amateur attempts and reflects industrial-scale, highly coordinated activity.
Pipe Network noted that the ongoing attack against Solana ranks among the largest ever observed on the internet. A volumetric surge of around 6 terabits per second means the network was being hit with billions of packets every second.
Under conditions like that, most systems would show clear signs of stress, such as higher latency, missed block slots, or slow confirmations. Instead, Solana’s on-chain performance metrics remained stable, with transaction confirmations staying around half a second, tail latency well under one second, and block timing largely unaffected.
Blockchains are harder to protect than websites because:
If attackers can flood the machines that produce blocks, they can cause:
Solana’s early years struggled with this exact problem, which is why this event matters.
Solana didn’t survive the attack because of one magical system. It survived because of multiple defensive layers, each stopping the attack at a different stage.
Think of it as airport security, not just a stronger door.
Layer-1 uses modern network transport via QUIC (Quick UDP Internet Connections) instead of raw UDP (User Datagram Protocol). Early designs relied on UDP because it is extremely fast, but UDP is stateless and does not verify or track senders, making it easy for attackers to flood the network with fake traffic.
UDP’s pros and cons include:
Solana now uses QUIC, a modern transport protocol that:
QUIC, while still built on top of UDP, adds connection management, sender identification, congestion control, and rate limiting. This allows Solana to quickly identify and discard abusive traffic before it reaches block producers, preserving performance during attacks.
In effect, QUIC keeps the speed benefits of UDP while adding safeguards that make large-scale DDoS attacks far harder to execute.
Attack traffic gets identified and dropped before it reaches block production, reducing wasted effort.
This is the most important part.
Solana gives priority access to block producers based on stake.
Stake is SOL that validators (or their delegators) have locked up to secure the network. It represents:
When traffic is heavy:
Attackers can:
But they cannot cheaply fake stake.
To overwhelm Solana under this system, an attacker would need to:
That turns DDoS from a technical attack into an extremely expensive economic attack.
On many blockchains, congestion in one area affects everyone.
Solana uses local fee markets, meaning:
This prevents attackers from:
Spam becomes localized and costly, not globally destructive.
Solana validators today are run more like professional infrastructure than hobby servers.
Key improvements include:
This means:
Operational maturity matters just as much as protocol design.
Putting it all together:
Result:
From a user perspective, the attack was largely invisible.
Solana’s early years were marked by several high-profile outages, largely tied to congestion, spam, and immature network controls.
Why does this history matter?
These incidents shaped Solana’s engineering priorities, driving the introduction of stake-weighted quality of service, improved networking via QUIC, local fee markets, and more professional validator operations. The network’s ability to withstand a recent internet-scale DDoS attack without downtime highlights how materially its resilience has evolved compared with earlier periods.
This design is powerful, but not free of tradeoffs:
In short:
This is a conscious design choice.
Solana’s recent testnet work on quantum-resistant signatures complements the network’s demonstrated ability to withstand today’s large-scale attacks, such as the 6 Tbps DDoS incident. While the DDoS defense showcased Solana’s strength against immediate, internet-scale threats, the quantum-resistance initiative reflects preparation for a different class of risk: long-term cryptographic compromise.
Solana has run quantum-resistant signatures on its testnet in collaboration with cryptography specialists Project Eleven. This involves deploying post-quantum digital signature schemes that are designed to remain secure against future quantum computing attacks, rather than relying solely on classical cryptography used by most blockchains today.
Together, the two efforts highlight a layered security philosophy. On the network side, protocols like QUIC, stake-weighted quality of service and local fee markets defend against volumetric spam and economic attacks in real time. On the cryptographic side, experimenting with post-quantum signatures addresses future scenarios where advances in computing could weaken today’s widely used signature schemes.
In effect, Solana is addressing both ends of the threat spectrum – resilience against present-day, industrial-scale attacks and proactive hardening against future cryptographic breakthroughs. The combination underscores a broader shift in blockchain design, where security is no longer limited to preventing outages, but also ensuring that network trust and asset safety can persist over decades, not just market cycles.
Reports from multiple sources indicate that Sui was hit by a DDoS attack on or about December 14, 2025 that caused significant delays in block production and periods of degraded network performance.
Rather than continuing smooth operation like Solana, Sui’s nodes struggled to keep up with normal block creation under the attack. Users likely saw slower confirmations and possibly transaction backlogs while the network dealt with hostile traffic.
This contrast between Sui and Solana serves as a practical example of how different blockchain designs and protections influence real-world resilience:
Put simply: Similar attack traffic can have very different effects depending on how a blockchain handles spam, prioritizes transactions, and manages network load.
Earlier outages were triggered by transaction spam overwhelming block producers internally. This attack was an external, volumetric flood at internet scale and Solana’s defenses stopped it before it could disrupt consensus. It introduces prioritization based on economic stake, which slightly favors staked participants during congestion. The tradeoff is improved network stability and resistance to spam-driven outages. Cryptographic upgrades take years to research, test, and deploy. Testing early reduces long-term risk and avoids rushed transitions if quantum threats accelerate unexpectedly. No system is attack-proof, but Solana’s design increasingly turns attacks into expensive economic exercises rather than cheap technical exploits, significantly raising the cost of disruption.