Sign up for Sanctum wonderland and earn points for holding compassSOL! Sign up

Liquid Stake with compassSOL for an 9.77% APY from staking, MEV + fees

Enjoy the freedom of liquid staking in Solana Defi while delegating your stake to the high performance Solana Compass validator. Stake or unstake at any time here, or with a Jupiter swap.

Benefit from our high staking returns and over 2 years experience operating a Solana validator, and receive additional yield from priority fees + MEV tips

Earn 6.8% APY staking with Solana Compass

Help decentralize and secure the Solana network delegating your stake to us and earn an impressive 6.8% APY yield on your SOL, while supporting us to create new guides and tools. Learn more

Stake your SOL

  1. Click to connect your wallet
  2. Enter the amount you wish to stake
  3. Kick back and enjoy your returns
  4. Unstake from your wallet or our staking dashboard

Earn 6.8% APY staking with Solana Compass

Help decentralize and secure the Solana network delegating your stake to us and earn an impressive 6.8% APY yield on your SOL, while supporting us to create new guides and tools.

Learn more

Breakpoint 2023: Securing FireDancer

FireDancer's security enhancements and strategies presented at Breakpoint 2023

The notes below are AI generated and may not be 100% accurate. Watch the video to be sure!

Summary

At Breakpoint 2023, Felix Belam, a security researcher from Jump, revealed the sophisticated measures implemented to bolster the security and reliability of FireDancer, an independent Solana validator. The strides made towards making FireDancer robust involve two primary strategies: defense-in-depth approach and embedding security into the development lifecycle. These advancements not only enhance its security profile but also shape FireDancer into an exemplar of secure software design within blockchain networks. As FireDancer is still in development, this discussion is pivotal in understanding how modern validators are preparing to be foundational building blocks in the financial infrastructure of the future.

Key Points:

FireDancer's Purpose and Security Vision

FireDancer is an innovative independent Solana validator designed to augment the ecosystem's robustness and performance. With a vision to maintain an independent technical stack, the project emphasizes diversity within the blockchain network's supply chain, reducing exposure to single points of failure. This approach to security is critical when considering the network's vulnerability to compromised third-party libraries, standard language libraries, and even compiler bugs. Introducing a second validator increases security against a broad array of attacks that may no longer be existential risks but remain significant threats.

Defense-in-Depth Approach

Defense-in-depth is a multi-layered security strategy that acknowledges that software will inevitably encounter vulnerabilities but aims to minimize their potential impact. By isolating FireDancer's components into individual processes with disciplined communication protocols, the system enhances the difficulty for potential attackers. If one component is compromised, the architectural boundaries limit the breach's impact, making FireDancer a more resilient system overall. This clear separation solidifies each component's defense, ensuring a bug in one area does not spell a complete system compromise.

Embedded Security Team

The embedded security program is integral in identifying and preventing security flaws during the development stages. This proactive approach includes continuous collaboration between security and engineering teams, fostering a culture of early engagement and responsiveness to security concerns. Critical to this process is using industry-standard fuzz testing to expose vulnerabilities and conducting code reviews to catch issues missed by automated tests. This reflective practice uses the findings from reviews as a feedback loop to improve security mechanisms continually.

Upcoming Security Initiatives

With the goal of launching FireDancer on the mainnet, the team is scaling up their security measures, which include engaging industry-leading security firms for external audits and planning the introduction of a bug bounty program. These steps reinforce their commitment to security and offer fresh perspectives to identify and address any oversights. The bug bounty program, in particular, seeks to leverage the broader security community's expertise to refine the validator before the mainnet deployment.

Facts + Figures

  • FireDancer aims to be an independent Solana validator to enhance ecosystem security.
  • A defense-in-depth strategy is employed to mitigate the impact of any potential vulnerabilities within FireDancer.
  • Each component of FireDancer runs in its own process, limiting the damage in case of a compromise.
  • The embedded security strategy facilitates early vulnerability detection and continuous security integration.
  • A bespoke fuzz testing infrastructure is pivotal to the security process, scaling with computational resources.
  • The security team values the insights learned from code reviews to improve the security program.
  • An upcoming bug bounty program will be announced to involve the security community in testing FireDancer.
  • External security audits by top security companies are planned before FireDancer's mainnet launch.

Top quotes

  1. "...introducing a second validator to Solana and keeping it's tech stack as independent as possible from the main labs validator is a clear security win..."
  2. "All software will have security vulnerabilities sooner or later."
  3. "Tiles are core building block of firedancer. And tile isolation is natural outcome of its architecture."
  4. "We consider most tiles to be compromised. This means that we consider the shared memory interface between two tiles as a security boundary."
  5. "Fuzzing is kind of the gold standard in the industry to automatically identify vulnerabilities in complex C software..."
  6. "Our experience actually has shown that there's only a partial overlap between the bugs found by fuzzing, and the ones found by code review."
  7. "Fire Dancer is still alpha software and very much in development."

Questions Answered

What is FireDancer?

FireDancer is a new independent Solana validator designed to improve the robustness and performance of the ecosystem. It aims to provide a diversified technical stack for the blockchain network, offering a more secure alternative to existing validators.

Why is a defense-in-depth strategy important for FireDancer?

A defense-in-depth strategy is crucial for FireDancer as it assumes vulnerabilities will occur and aims to minimize the impact and reach of any potential exploits. This layered approach adds robustness and ensures that even if one component is compromised, it does not lead to total system failure.

How does FireDancer's architecture enhance security?

FireDancerā€™s architecture enhances security by isolating components into separate processes. This limits the capacity of an attacker to impact the validator as a whole, making it difficult for an exploit in one component to propagate throughout the system.

What are the significant challenges FireDancer faces in terms of security?

One challenge for FireDancer is its requirement to mimic the behavior of the main Solana Labs validator accurately, which adds complexity to the project. Additionally, its codebase in C lacks built-in memory safety features that languages like Rust offer, increasing the potential for memory safety vulnerabilities.

How is the security team preparing FireDancer for mainnet launch?

To prepare FireDancer for the mainnet launch, the security team plans to engage with top security firms for external audits and announce a bug bounty program. Both these initiatives are aimed at identifying and resolving any security issues to ensure a robust validator before going live on the mainnet.