Skip to main content
Technical proposal SIMD-0220 Activated

Snapshots use Accounts Lattice Hash

  1. Idea
  2. Draft
  3. Review
  4. Accept
  5. Implement
  6. Active

Decision brief

Why this proposal matters

Use the Accounts Lattice Hash as the Snapshot Hash, which enables removing the merkle-based accounts hash calculation.

Source-backed reading aid · source language: EN

Proposal at a glance

What changes

  • Use the Accounts Lattice Hash as the Snapshot Hash, which enables removing the merkle-based accounts hash calculation.

Stakeholder map

Who is affected

Builders & client teams Impact unknown

No proposal-specific evidence was found for this group.

Action requirement unknown
Validators & operators Medium impact

Only validators will be impacted, and their performance will improve since the merkle-based hashing of all accounts will no longer be performed.

Action requirement unknown
Users & stakers Impact unknown

No proposal-specific evidence was found for this group.

Action requirement unknown
Governance & ecosystem Impact unknown

No proposal-specific evidence was found for this group.

Action requirement unknown

Exact source revision

Full proposal document

Source-language document. Technical identifiers and evidence remain unchanged. 0616093b2952

Summary

Use the Accounts Lattice Hash as the Snapshot Hash, which enables removing the merkle-based accounts hash calculation.

Motivation

This SIMD follows on from SIMD-215, and shares its motivation:

The main goal is to scale Solana to billions accounts

When snapshots are taken, they contain a Snapshot Hash. This hash is based on the merkle-based hash of the total account state. As established in SIMD-215, this merkle-based hashing of all accounts hinders scaling. And since SIMD-215 added the Accounts Lattice Hash, which is a hash of the total account state, the merkle-based hash of all accounts used in the current Snapshot Hash is redundant work. The Snapshot Hash can be updated to use the Accounts Lattice Hash instead.

New Terminology

None.

Detailed Design

When constructing the Snapshot Hash, the merkle-based hash of all accounts will be replaced by the Accounts Lattice Hash. And since SIMD-215 removes the Epoch Accounts Hash, the Snapshot Hash becomes:

snapshot_hash := accounts_lattice_hash.out()

Specifically, the Snapshot Hash for slot S is the 32-byte blake3 of the Accounts Lattice Hash at slot S.

Note that SIMD-215 is a prerequisite for this SIMD.

Alternatives Considered

None.

Impact

Only validators will be impacted, and their performance will improve since the merkle-based hashing of all accounts will no longer be performed.

Security Considerations

None.

Backwards Compatibility

Snapshots will have a new hash, so consumers of snapshots will need to know which method to use for hash validation.

Evidence graph

Related proposals and rollout

One or more sources are unavailable.

Upstream review record

Upstream discussion & review

One or more sources are unavailable.

simd.watch community discussion · SIMD-0220

Powered by Giscus · Sign in with GitHub to comment

Community comments load when this section approaches the viewport.

Provenance

Evidence & technical details

Rollout or chain data, source revisions, freshness and integrity.
3

SIMD

Deployment Status

Document lifecycleActivated
CategoryCore protocol
Devnetactive Epoch 911
Testnetactive Epoch 810
Mainnet-Betaactive Epoch 818
LTsNAP8h1voEVVToMNBNqoiNQex4aqfUrbFhRH3mSQ2

Exact source revision

Sources & integrity

  • Proposal document pinned_commit_blob
    0616093b2952ed6de52c4a27d66aadd11d48d4f9
  • simd-document document · stale · Sep 10, 2026
    0616093b2952ed6de52c4a27d66aadd11d48d4f9

One or more sources are unavailable.

One or more sources are unavailable.