Anza

Solana's core engineering lab — builders of the Agave validator client.

Programs · 24h on-chain

On-chain activity

All programs →

Agave

Agave is a validator client for Solana Mainnet forked from the original Solana Labs validator, enabling network participants to validate transactions and maintain consensus. The client implements protocol upgrades, performance optimizations, and security enhancements to improve Solana network reliability and uptime.

Visit

Solana JavaScript SDK

Solana JavaScript SDK is a modular TypeScript library for building Solana applications across Node.js, web browsers, and React Native platforms. The SDK provides native cryptographic operations, tree-shakable architecture, and zero external dependencies, enabling developers to read blockchain data, execute transactions, and interact with on-chain programs.

Visit

Solana Platform SDK

Solana Platform SDK provides Clang and Rust compilers for the Solana Virtual Machine, enabling developers to deploy programs on the Solana blockchain. The toolkit includes C headers and Rust crates providing access to Solana runtime features for on-chain program development.

Visit
Project content

Anza news, features & analysis

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

  1. Infrastructure & Development Article

    Alpenglow Is Live on Solana Devnet as Anza Retires TowerBFT at Slot 504148999

    [PROJECT:351]] confirmed at 20:01 UTC on 25 September 2026 that [the devnet handoff completed at slot 504148999: the Alpenglow genesis block formed and TowerBFT, the consensus mechanism still running on Solana mainnet-beta, is retired on that cluster. ... Anza linked the devnet genesis block on Solana Explorer.

  2. Infrastructure & Development Article

    Alpenglow Is Live on Solana Testnet as Anza Retires TowerBFT and Votor Takes

    [PROJECT:351]] confirmed at 18:12 UTC on 24 September 2026 that [the handoff completed at slot 444625255: the Alpenglow genesis block formed, TowerBFT was retired, and testnet now finalizes blocks with Votor, with validator votes moved entirely off-chain. ... Anza's guidance on what comes next is short: "Devnet is next.

  3. Infrastructure & Development Article

    Alpenglow Heads to Solana Testnet as Frankendancer Era Ends; Anza Publishes Agave v4.4 Schedule

    Anza said on September 22 that Alpenglow is coming to testnet that week, with devnet next and mainnet-beta after an observation period; no mainnet date has been announced. ... [PROJECT:351]] [said Monday that Alpenglow is coming to Solana testnet this week, triggering an immediate action requirement for any operator still running Firedancer or Frankendancer on the test network, and closing the testnet chapter of Frankendancer's history for good.

  4. Infrastructure & Development Article

    Anza Issues Live Upgrade Call: Agave v4.3 Is the Recommended Version for All

    The September 28 entry in Anza's Agave v4.3 release schedule reads "Mainnet-beta: Resume feature activation", the point at which Anza resumes working through queued feature gates on mainnet. ... Anza said on September 22 that Alpenglow follows its usual protocol: testnet first, then devnet, then mainnet-beta after an observation period.

  5. Infrastructure & Development Article

    Solana's Alpenglow Upgrade: Agave v4.3 Hits General Adoption Day Ahead of a Testnet-First Rollout

    The September 28 entry in Anza's Agave v4.3 release schedule reads "Mainnet-beta: Resume feature activation", the point at which Anza resumes working through queued feature gates on mainnet. ... Anza said on September 22 that Alpenglow follows its usual protocol: testnet first, then devnet, then mainnet-beta after an observation period.

  6. DeFi Article

    Agave 4.3 Hits Mainnet: Three Breaking Changes for RPC Providers and dApp Developers

    Agave v4.3.0 hit Solana mainnet September 18 with three breaking changes: base64 for v1 transactions, new RPC parameters, and Yellowstone gRPC upgrades.

  7. Tokenomics & Incentive Design Article

    AI Research Agent Flags Zero-Key Signing Risk in SIMD-0376 Before Mainnet Activation

    Anza's Amendment: Reject Small-Order Keys, Keep Batch Verification ... The finding was reported to Anza under responsible disclosure before any public writeup.

  8. Article

    Solana Activates 250ms Slot Time at Epoch 1037, Fourth Step of SIMD-0525

    [PROJECT:351]] [confirmed the transition on X, quoting back its September 16 announcement that the feature gate was pending. ... :::callout{type="quote" label="Anza" source="@anza_xyz, Sep 18 2026"} 250ms slots live on mainnet-beta.

  9. Article

    Solana 250ms Slot Time Activation Now Pending on Mainnet, Goes Live at Epoch 1037

    [PROJECT:351]] confirmed on September 16 that the 250ms slot time [feature gate is now pending activation on [PROJECT:331]] mainnet-beta, the third reduction under [SIMD-0525 and the final step before the 200ms target. ... "250ms slots activation now pending on mainnet-beta," @anza_xyz posted on September 16.

  10. DeFi Article

    Transaction V1 (SIMD-0385) Is Live on Solana Mainnet at Epoch 1035

    Solana Transaction V1 activated at Epoch 1035 on Sept 15, raising max size to 4,096 bytes. ZK proofs, multisigs, and BLS signatures now fit in one atomic call.

About

Anza

Anza is a Solana-focused research and development laboratory founded in January 2023 by experienced engineers who were central contributors to the original Solana Labs codebase. The organization describes its mission as building "the most robust Web3 protocols" and positions itself as a collaborative, open-source partner for core Solana infrastructure.

Agave Validator Client

The defining product of Anza's work is Agave, Solana's majority validator client. Agave originated as a fork of the solana-labs/solana monorepo, with core development formally transitioning to anza-xyz/agave beginning in January 2024. The transition proceeded in stages: v1.17 and v1.18 were released in parallel across both repositories through mid-2024, with v2.0 in October 2024 marking the point where Agave became the sole release vehicle. As of mid-2026 the repository carries 1,879 GitHub stars and 6,284 forks, reflecting its position as the primary upstream for Solana node operators.

Six binaries were renamed from solana-* to agave-* during the transition — including agave-validator, agave-ledger-tool, agave-watchtower, and agave-install — consolidating the brand under Anza's stewardship while maintaining backward compatibility for the broader operator community.

Technical Research and Protocol Work

Anza's engineering output spans multiple layers of the Solana stack.

Consensus — Alpenglow: Announced in 2025 and scheduled for mainnet deployment in Q3 2026, Alpenglow is a new consensus protocol designed to reduce finalization latency using BLS cryptography. The 2026 roadmap describes stress-testing fault scenarios and hardening incentive mechanisms ahead of the mainnet transition.

Block production — MCP and IBRL: Multiple Concurrent Proposers (MCP) shifts transaction ordering enforcement in-protocol to the replay stage, reducing leader-level ordering influence. In parallel, the Increase Bandwidth / Reduce Latency (IBRL) initiative targets 100M Compute Unit block limits, XDP-based shred transmission by default, and direct memory mapping inside the SVM. Anza previously maintained slot times below 400ms through earlier block limit expansions.

Security and slashing: Anza has developed and proposed slashing mechanisms under SIMD-0204 and SIMD-0212, alongside a dedicated adversarial testing function operated internally as the "Invalidator" team. A January 2026 security patch addressed gossip and vote processing vulnerabilities. The organization has also published research on post-quantum preparedness (the "Quantumglow" work) examining how Solana's cryptographic primitives would need to evolve in a quantum-computing threat environment.

Developer Tooling

Beyond the validator, Anza maintains a suite of open-source libraries used by on-chain program developers:

  • Pinocchio — a Rust framework for writing high-performance Solana programs with a minimal footprint
  • Codama — generates typed client code and interface descriptions (IDL-style) for Solana programs
  • Solana Kit SDK — a JavaScript/TypeScript SDK for cross-environment Solana application development, versioned to v7 as of July 2026 with React hooks and transaction introspection
  • P-Token — a lightweight alternative token implementation offering flexible design options relative to the standard SPL token program
  • Mollusk — an SVM program test harness for offline unit testing of on-chain programs
  • SBPF — a maintained fork of the Solana BPF virtual machine (originally solana-labs/rbpf)
  • Wincode — a fast, bincode-compatible serializer focused on in-place initialization and performance

The Agave documentation site at docs.anza.xyz serves as the canonical reference for validator operators, covering hardware requirements, configuration, and operational guidance.

Organizational Approach

Anza operates with an open-source-first posture, publishing research blog posts alongside code releases. The blog has covered topics ranging from the Central Scheduler architecture and AccountsDB internals to Timely Vote Credits economics and validator issuance analysis. The organization publishes patch summaries and planned devnet restarts publicly to keep operators informed of network changes.

In its 2026 roadmap (Anza26), the team identified four categories of work: performance and liveness, operator experience (including Block Revenue Distribution under SIMD-0123), developer experience (rent reduction, larger transaction sizes, p-ATA migration), and user experience. The stated prior achievement of zero network downtime is cited as a baseline for continued reliability targets.

Anza's GitHub organization also maintains forks of the Rust compiler, LLVM, and Cargo, reflecting the depth of systems-level work required to optimize the Solana execution environment at a compiler and toolchain level.

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 →