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. DeFi Article

    Anza Developer Sets Mainnet Dates: Transaction V1 September 9, Rent Reduction This Week, Alpenglow in October

    :::callout{type="quote" label="Jacob Creech, Anza developer — August 29, 2026" source="https://x.com/jacobvcreech/status/2093693122161082658"} Next week: First step down in rent reduction / Sept 9: Transaction V1 goes live / Dropping slot time even further / October: Alpenglow / Then we all meetup at Scale or Die in November / Solana development will never be the same ::: ... The move follows SIMD-0437's activation on testnet on August 28.

  2. Tokenomics & Incentive Design Article

    SIMD-0607 Must Merge Before Solana's Disinflation Rate Can Activate, Anza Says

    Roughly 80 minutes after that piece published, [PROJECT:351]] Anza posted a [seven-tweet thread walking through what the approval actually sets in motion. ... Anza stated the sequencing directly in its thread: "The implementation of SIMD-0550 is a single permanent feature gate that sets the taper to 0.30.

  3. Tokenomics & Incentive Design Article

    Anza Activates SIMD-0437 Step 1 on Testnet, Beginning Phased 90% Cut to Solana

    [PROJECT:351]] [confirmed on X that Step 1 of SIMD-0437 activated on Solana testnet on August 27, beginning a phased program that targets a 90% reduction in the cost of creating and maintaining SPL token accounts on-chain. ... The proposal was authored by Igor Durovic of Anza and changes a single protocol constant: lamports_per_byte, the rate at which on-chain storage is priced.

  4. DeFi Article

    Solana's First Rent Reduction Goes Live on Testnet Under SIMD-0437, Targeting 90% Cut in Five Steps

    SIMD-0437 Step 1 is now live on Solana testnet, beginning a five-phase plan to cut the rent-exempt deposit on a standard token account from ~$0.16 to ~$0.016.

  5. Article

    Solana Activates 300ms Slot Time at Epoch 1024, Second Step of SIMD-0525

    Solana's 300ms slot time feature gate is going live today at epoch 1024, marking the second step of the SIMD-0525 roadmap from 400ms toward a 200ms target.

  6. Article

    Solana's 300ms Slot Time Feature Gate Queued for Epoch 1024

    Anza CEO Brennan Watt confirmed the 300ms slot time feature gate is now pending on Solana mainnet, set to activate at epoch 1024, around August 28, 2026.

  7. Article

    Solana V1 Transactions Now Testable Locally as Mainnet Activation Nears

    Solana's v1 transaction format is now locally testable via CLI v4.2+, tripling max size to 4,096 bytes. Breaking changes for RPC callers and indexers.

  8. Article

    Agave 4.2 Breaking Changes: Eight Migration Items for Solana Developers Before Transaction V1 Activates

    Triton One's Agave 4.2 migration guide covers Transaction V1 getBlock failures, Token-2022 field removals, new reward types, and Yellowstone gRPC minimums.

  9. Article

    Solana Cuts Slot Time to 350ms at Epoch 1020, First Reduction Since Network Launch

    Solana activated SIMD-0525 at epoch 1020, cutting slot time from 400ms to 350ms for the first time since the network launched. Four more steps target 200ms.

  10. Infrastructure & Development Article

    SIMD-0296 Raises Solana's Maximum Transaction Size to 4,096 Bytes with New

    "SIMD-0296 raises Solana's transaction size limit from 1,232 to 4,096

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 →