Committee briefing
7 of 19 evidence records used by this briefing have changed or are no longer available. Regeneration will preserve this version in history.
1. Executive summary and decision snapshot
The applicant, Deucalion / @deucali0n10, requests $18,000 for an eight-week, solo-developed open-source adversarial testing suite for Zebra’s mempool policy layer. The proposed deliverable is a standalone Rust crate providing deterministic testing of timeout/concurrency paths, multi-peer adversarial scenarios, ZIP 401 conformance checks, CI integration, documentation, and a public threat model. [5][7][10]
Funding is structured as $3,000 startup funding plus three $5,000 milestones. The final milestone includes a $1,500 conditional Ironwood component, contingent on sufficient upstream API stability. [9][10]
The central claimed value is durable CI coverage for stateful mempool availability and transaction-relay risks that may not be covered by one-off regression tests or individual proofs of concept. The strongest delivery issue is whether the applicant can make Zebra’s asynchronous behavior deterministically reproducible and whether Zebra maintainers would find and adopt the resulting external harness useful. [6][9][11]
Material budget ambiguity: the request metadata records $18.00, while the detailed application budget, compensation, hardware costs, milestone amounts, and narrative consistently describe a total of $18,000. Committee clarification should establish the intended award amount before any decision. [1][9][10]
2. Applicant and team track record
The proposal identifies a single developer, Deucalion, responsible for technical direction, harness architecture, scenario and invariant design, vulnerability triage, disclosure coordination, documentation, and reporting. No additional team members are listed. [5]
The applicant describes experience in Rust systems engineering, consensus-node internals, mempool admission and transaction handling, serialization, async Tokio services, and familiarity with Zebra and ZIP 401. These are self-reported qualifications; no independently documented work samples, prior code contributions, or references are supplied in the evidence. [5]
The application states that the applicant has received no previous funding. [9]
A material identity/history uncertainty remains: a separate decision record associates an “Independent Developer” with a $45,000 Zebra batch-verification fuzzing proposal, but records its status as both approved and “remains open.” The supplied evidence does not establish that this is the same person as the present applicant, nor does it document completed outcomes. [15]
3. Proposal scope, milestones, budget, technical approach, and dependencies
Scope. The project would create zebra-mempool-resilience, a standalone Rust crate to test Zebra mempool policy under valid-but-malicious multi-peer traffic. It would target timeout/cancellation behavior, per-peer admission accounting, cost-limit growth, eviction/replacement behavior, fee pinning, and dependency/orphan abuse. [7][8]
Technical approach.
- A paused, explicitly advanced clock and controlled task progression would seek to make asynchronous timeout paths reproducible in CI. [8]
- A synthetic multi-peer model would exercise per-source limits and composed attacks. [8]
- Assertions would include release of peer slots after timeouts, compliance with ZIP 401 cost limits, resistance to targeted eviction manipulation, and internal consistency after eviction. [8]
- The applicant proposes responsible disclosure of confirmed findings through the Zcash Foundation process. [7][9]
Milestones.
- Startup, $3,000: repository/crate scaffolding and initial determinism work. [10]
- Milestone 1, $5,000, week 4: deterministic harness, multi-peer model, P0 scenarios, and repeatable CI reproduction of Zebra issue #10684. [10]
- Milestone 2, $5,000, week 6: P1 scenario library, regression coverage, and disclosure of confirmed findings. [10]
- Milestone 3, $5,000, week 8: ZIP 401 properties, CI workflows, threat model, documentation, final report, and conditional Ironwood scenarios. [10]
The stated budget is $16,500 compensation and $1,500 compute/CI costs. No external service costs or outside funding are claimed. [9]
The work is designed to function without upstream merge or prior third-party commitments, although usefulness and eventual integration depend on Zebra-maintainer reception. [7][8]
4. Community discussion, arguments, responses, and resolution
Strongest argument for. The applicant identifies a specific claimed testing gap: existing per-fix regressions may not systematically cover adjacent timeout and concurrency paths or composed adversarial behavior. The proposal uses issue #10684—described as a timeout-path regression—as the initial measurable acceptance case. [6][10]
Additional argument for. The scope is intentionally limited to mempool availability and censorship-resistance risks, not consensus failure claims. The applicant distinguishes the work from parsing/crash fuzzing, batch-verification soundness, and external network-layer testing. [8][11]
Strongest argument against / delivery concern. Deterministic control of an asynchronous mempool is acknowledged by the applicant as the principal technical risk. A harness that remains standalone may also have lower ecosystem value if maintainers do not run it, review it, or incorporate its outputs. [9][11]
Applicant clarification. The applicant explicitly states that upstream merge is a bonus rather than a milestone prerequisite, and that the value proposition is permanent testing infrastructure rather than a promised number of vulnerabilities. [7][9]
Resolution. The proposal’s overlap concern is partly addressed through stated non-goals and scope boundaries. The key unresolved disagreement is practical: no substantive maintainer response or assessment of utility appears in the supplied discussion. The only recorded exchange concerns posting the application to the forum. [11][13][14]
5. Relevant precedents and documented outcomes
Zebra Coverage-Guided Fuzzing Infrastructure — $30,000. This is the closest documented precedent because it funded Zebra-focused testing infrastructure. Its relevance is mainly boundary-setting: the present applicant says this request excludes transaction, block, P2P, and RPC parsing/crash fuzzing, instead targeting stateful mempool policy. The record shows startup payment and milestones 1 and 2 marked complete, but supplies no documented security, adoption, or downstream outcome. [8][17]
Batch-vs-Single Verification Equivalence — $45,000 requested. This is relevant as another proposed continuous CI oracle for a distinct Zebra assurance surface: agreement between batch and single-item shielded verification. It supports the general model of permanent differential/adversarial verification infrastructure, but not the specific value of mempool testing. The record is internally inconsistent on approval status and provides no documented delivery outcomes. [15]
Inference: These precedents suggest that continuous testing infrastructure can fit ZCG’s R&D remit, but they do not establish that this particular harness is non-duplicative, adoptable, or likely to produce proportional value.
6. Material risks and execution considerations
- Core technical risk: Milestone 1 depends on deterministic reproduction of async timeout and cancellation behavior. Failure here would materially reduce the proposed suite’s differentiated value. [9][10]
- Solo-person dependency: all implementation, disclosure, documentation, and CI work rests with one developer. The proposed staged design partly limits this risk because early deliverables are intended to be independently useful. [5][9]
- Upstream churn: active mempool refactoring may require continuing maintenance against pinned Zebra revisions. [9]
- Conditional scope: Ironwood testing is explicitly dependent on API stability and represents $1,500 of the final milestone. [10]
- Adoption/value risk: upstream merging is not required, but absence of maintainer use could limit the practical impact of a standalone harness. This is an inference from the stated standalone design and the applicant’s request for maintainer feedback. [8][11]
- Security-process risk: public reporting must remain appropriately sequenced with coordinated disclosure if vulnerabilities are found. [7][9]
7. Material gaps and questions for the applicant
- Can the applicant provide concrete prior public code, contributions, or technical artifacts demonstrating the claimed Rust, Tokio, Zebra, and mempool expertise?
- Has any Zebra maintainer or Zcash Foundation security contact reviewed the proposed harness concept, its public-API feasibility, or its expected usefulness?
- What precisely constitutes a successful deterministic reproduction of #10684: a test against an unfixed revision, a regression test against a fixed revision, or both?
- How will the applicant demonstrate that ZIP 401 “non-gameable” eviction properties are operationalized into falsifiable tests rather than broad qualitative assertions?
- What deliverables remain if deterministic task control proves infeasible at the desired granularity, and what funding or milestone adjustment would then be appropriate?
- Please confirm the requested award is $18,000, reconcile the $18.00 metadata discrepancy, and specify whether the $1,500 Ironwood component would be withheld if its condition is unmet.
- What ongoing owner, CI budget, and maintenance plan would keep scheduled deep runs functional after the eight-week grant period?
8. Neutral decision considerations
Committee members may weigh the request as a relatively bounded $18,000 effort aimed at a security-relevant but non-consensus surface: node availability and transaction-relay censorship. Its proposed acceptance criteria are more concrete than a bug-bounty-style request because they focus on reproducible tests, executable properties, and CI artifacts. [6][10]
The principal value case depends on the applicant’s claim that a systematic deterministic layer is missing above existing regression tests and external vulnerability reports. That claim is plausible within the application’s narrative but lacks independent maintainer confirmation in the supplied evidence. [6][11]
Funding conditions, if considered, could emphasize: verified amount; a demonstrated deterministic #10684 reproduction before later payments; public, runnable artifacts; clear separation from existing fuzzing work; and explicit treatment of the conditional Ironwood allocation. These are neutral structuring considerations, not an approval-or-rejection recommendation.
9. Numbered source list
- [5] Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 2 — https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1
- [7] Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 4 — https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1
- [10] Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 7 — https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1
- [9] Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 6 — https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1
- [6] Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 3 — https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1
- [11] Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 8 — https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1
- [1] Grant Application - Zebra Mempool Adversarial Resilience Suite — https://github.com/ZcashCommunityGrants/zcashcommunitygrants/issues/362
- [15] Batch-vs-Single Verification Equivalence: Continuous Soundness Fuzzing for Zcash Shielded Verification (incl. Ironwood) - decision minutes — https://forum.zcashcommunity.com/t/zcash-community-grants-meeting-minutes-6-22-2026/56384
- [8] Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 5 — https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1
- [13] Comment on #362: Grant Application - Zebra Mempool Adversarial Resilience Suite — https://github.com/ZcashCommunityGrants/zcashcommunitygrants/issues/362#issuecomment-5023509814
- [14] Comment on #362: Grant Application - Zebra Mempool Adversarial Resilience Suite — https://github.com/ZcashCommunityGrants/zcashcommunitygrants/issues/362#issuecomment-5024002064
- [17] Zebra Coverage-Guided Fuzzing Infrastructure — https://github.com/ZcashCommunityGrants/zcashcommunitygrants/issues/234
Evidence coverage19 of 57 records selected
Generation diagnostics show what was available to the briefing process and what was supplied to the model.
- Evidence records
- 19 selected 38 omitted from 57 candidates
- Current application share
- 79% Of the evidence prompt
- Prompt use
- 61,628 characters 68% of 90,000
- Truncated records
- 0 Selected records shortened to fit the prompt
Primary Forum discussion
- Posts
- 1 packed0 omitted1 available
- Discussion chunks
- 8 packed1 omitted9 available
Omitted discussion remains indexed but was not included in this version's model prompt.
Evidence and citations (19) · 7 changed or unavailable
- [1]Grant Application - Zebra Mempool Adversarial Resilience SuiteChanged since briefingThis applicationGithub Issue
Grant application: Zebra Mempool Adversarial Resilience Suite Applicant: Independent Developer Status: under_review Requested amount USD: 18.00 Source: github_issue:ZcashCommunityGrants/zcashcommunitygrants#362 Source URL: https://github.com/ZcashCommunityGrants/zcashcommunitygrants/issues/362 Source title: Grant Application - Zebra Mempool Adversarial Resilience Suite Source summary: ### Terms and Conditions - [x] I agree to the [Grant Agreement](https://9ba4718c-5c73-47c3-a024-4fc4e5278803.usrfiles.com/ugd/9ba471_f81ef4e4b5f040038350270590eb2e42.pdf) terms if funded - [x] I agree to [Provide
- [2]Zebra Mempool Adversarial Resilience SuiteChanged since briefingThis applicationCanonical Application
Grant application: Zebra Mempool Adversarial Resilience Suite Applicant: Independent Developer Status: under_review GitHub labels: name: 📋 Grant Application | status: grant_application | category: intake | name: 👀 Ready For ZCG Review | status: ready_for_zcg_review | category: review Requested amount USD: 18.00 GitHub issue: 362 GitHub URL: https://github.com/ZcashCommunityGrants/zcashcommunitygrants/issues/362 generatedBy: grant_reconciliation_v1 githubLabels: 📋 Grant Application githubLabels: 👀 Ready For ZCG Review sheetRowCount: 0 githubSourceId: ZcashCommunityGrants/zcashcommunitygrant
- [3]Zebra Mempool Adversarial Resilience SuiteChanged since briefingThis applicationGoogle Sheet Row
Grant application: Zebra Mempool Adversarial Resilience Suite Applicant: Independent Developer Status: under_review Requested amount USD: 18.00 Source: google_sheet_row:1FQ28rDCyRW0TiNxrm3rgD8ai2KGUsXAjPieQmI1kKKg:1164534734:grant-platform:e8f5bd910e70d4b601889ab7e0815441d9a2258e77de015f7e7314cc9abd9773 Source URL: https://docs.google.com/spreadsheets/d/1FQ28rDCyRW0TiNxrm3rgD8ai2KGUsXAjPieQmI1kKKg/edit?gid=1164534734 Source title: Zebra Mempool Adversarial Resilience Suite Source summary: Date Submitted: 7/20/2026 | Proposal Title: Zebra Mempool Adversarial Resilience Suite | Applicant(s): @de
- [4]Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 1This applicationForum Link
Forum topic: Grant Application - Zebra Mempool Adversarial Resilience Suite Topic URL: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740 Post #1 by Deucali0n10 Posted: 2026-07-20 15:21:37.897+00 Permalink: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1 Post part 1 of 8 Hi everyone. I just submitted a ZCG application and I’m posting here for feedback as required. GitHub issue: github.com/ZcashCommunityGrants/zcashcommunitygrants Grant Application - Zebra Mempool Adversarial Resilie
- [5]Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 2This applicationForum Link
Forum topic: Grant Application - Zebra Mempool Adversarial Resilience Suite Topic URL: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740 Post #1 by Deucali0n10 Posted: 2026-07-20 15:21:37.897+00 Permalink: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1 Post part 2 of 8 Practical experience with mempool transaction handling and admission logic, wire-format serialization and deserialization, address encoding, chain/genesis state initialization, and multi-signature schemes. Comfortable
- [6]Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 3This applicationForum Link
Forum topic: Grant Application - Zebra Mempool Adversarial Resilience Suite Topic URL: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740 Post #1 by Deucali0n10 Posted: 2026-07-20 15:21:37.897+00 Permalink: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1 Post part 3 of 8 benefits from an active pipeline of external researchers filing PoC-backed mempool denial-of-service reports (GHSA-4fc2, -m9xx, -84j3, -65jj). This project does not replace that pipeline — it makes its output permanent.
- [7]Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 4This applicationForum Link
Forum topic: Grant Application - Zebra Mempool Adversarial Resilience Suite Topic URL: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740 Post #1 by Deucali0n10 Posted: 2026-07-20 15:21:37.897+00 Permalink: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1 Post part 4 of 8 exhaustion, degraded or halted transaction admission) and transaction-relay censorship. GHSA-4fc2 demonstrated a single peer denying mempool admission to honest peers. This is availability and censorship-resistance — cor
- [8]Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 5This applicationForum Link
Forum topic: Grant Application - Zebra Mempool Adversarial Resilience Suite Topic URL: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740 Post #1 by Deucali0n10 Posted: 2026-07-20 15:21:37.897+00 Permalink: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1 Post part 5 of 8 Determinism layer. Zebra's mempool download pipeline (`zebrad/src/components/mempool/downloads.rs`) is driven by async tasks with verification timeouts and cancellation. The harness supplies a paused, explicitly advanced
- [9]Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 6This applicationForum Link
Forum topic: Grant Application - Zebra Mempool Adversarial Resilience Suite Topic URL: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740 Post #1 by Deucali0n10 Posted: 2026-07-20 15:21:37.897+00 Permalink: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1 Post part 6 of 8 adversarial runs and long-running resource-growth scenarios, which exceed the limits of standard free-tier CI minutes. ### Service Costs (USD) 0 ### Service Costs Justification No external service providers are requi
- [10]Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 7This applicationForum Link
Forum topic: Grant Application - Zebra Mempool Adversarial Resilience Suite Topic URL: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740 Post #1 by Deucali0n10 Posted: 2026-07-20 15:21:37.897+00 Permalink: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1 Post part 7 of 8 (Milestone 1 acceptance criterion). - A scenario library covering the P0/P1 surfaces, runnable locally and in CI. - ZIP 401 cost-limit and eviction-gameability properties asserted under adversarial load. - Standing CI: p
- [11]Grant Application - Zebra Mempool Adversarial Resilience Suite — posts 1–5, part 8Changed since briefingThis applicationForum Link
Forum topic: Grant Application - Zebra Mempool Adversarial Resilience Suite Topic URL: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740 Post #1 by Deucali0n10 Posted: 2026-07-20 15:21:37.897+00 Permalink: https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740/1 Post part 8 of 8 shows up across most nodes at once and gets inherited by forks. Ironwood is also adding new transaction types to the admission path. I want to be upfront about what already exists, because I’m not claiming a gap tha
- [12]Comment on #362: Grant Application - Zebra Mempool Adversarial Resilience SuiteChanged since briefingThis applicationGithub Issue Comment
Grant application: Zebra Mempool Adversarial Resilience Suite Applicant: Independent Developer Status: under_review Requested amount USD: 18.00 Source: github_issue_comment:ZcashCommunityGrants/zcashcommunitygrants#362:comment:5023938286 Source URL: https://github.com/ZcashCommunityGrants/zcashcommunitygrants/issues/362#issuecomment-5023938286 Source title: Comment on #362: Grant Application - Zebra Mempool Adversarial Resilience Suite Source summary: @alexgbo https://forum.zcashcommunity.com/t/grant-application-zebra-mempool-adversarial-resilience-suite/56740 Done! id: 5023938286 url: https:/
- [13]Comment on #362: Grant Application - Zebra Mempool Adversarial Resilience SuiteChanged since briefingThis applicationGithub Issue Comment
Grant application: Zebra Mempool Adversarial Resilience Suite Applicant: Independent Developer Status: under_review Requested amount USD: 18.00 Source: github_issue_comment:ZcashCommunityGrants/zcashcommunitygrants#362:comment:5023509814 Source URL: https://github.com/ZcashCommunityGrants/zcashcommunitygrants/issues/362#issuecomment-5023509814 Source title: Comment on #362: Grant Application - Zebra Mempool Adversarial Resilience Suite Source summary: @deucali0n10 please post your grant to the [Forum](https://forum.zcashcommunity.com/) for community feedback. If you need assistance posting sha
- [14]Comment on #362: Grant Application - Zebra Mempool Adversarial Resilience SuiteChanged since briefingThis applicationGithub Issue Comment
Grant application: Zebra Mempool Adversarial Resilience Suite Applicant: Independent Developer Status: under_review Requested amount USD: 18.00 Source: github_issue_comment:ZcashCommunityGrants/zcashcommunitygrants#362:comment:5024002064 Source URL: https://github.com/ZcashCommunityGrants/zcashcommunitygrants/issues/362#issuecomment-5024002064 Source title: Comment on #362: Grant Application - Zebra Mempool Adversarial Resilience Suite Source summary: Thanks....please edit the Forum post to insert the GitHub link (it's missing). id: 5024002064 url: https://api.github.com/repos/ZcashCommunityGr
- [15]Batch-vs-Single Verification Equivalence: Continuous Soundness Fuzzing for Zcash Shielded Verification (incl. Ironwood) - decision minutesTeam HistoryForum Meeting Minutes
Grant application: Batch-vs-Single Verification Equivalence: Continuous Soundness Fuzzing for Zcash Shielded Verification (incl. Ironwood) Applicant: Independent Developer Status: approved Decision evidence: ZCG meeting minutes Meeting date: 2026-06-22 Meeting title: Zcash Community Grants Meeting Minutes 6/22/2026 Referenced proposal: Batch-vs-Single Verification Equivalence: Continuous Soundness Fuzzing for Zcash Shielded Verification (incl. Ironwood) Normalized decision: remains_open Decision text: Remains open Committee rationale: Applicant proposes a grant to build a continuous differenti
- [16]Zcash MCP Server for AI Agent Integration - decision minutesTeam HistoryForum Meeting Minutes
Grant application: Zcash MCP Server for AI Agent Integration Applicant: Independent Developer Status: declined Decision evidence: ZCG meeting minutes Meeting date: 2026-05-25 Meeting title: Zcash Community Grants Meeting Minutes 05/25/2026 Referenced proposal: Zcash MCP Server For AI Agent Integration Normalized decision: declined Decision text: Declined Committee rationale: This proposal requests a forward grant to build a production-ready MCP server enabling AI agents to interact with Zcash — checking balances, generating addresses, constructing shielded transactions, and managing wallets —
- [17]Zebra Coverage-Guided Fuzzing InfrastructureTeam HistoryCanonical Application
Grant application: Zebra Coverage-Guided Fuzzing Infrastructure Applicant: Independent Developer Status: approved GitHub labels: name: 📋 Grant Application | status: grant_application | category: intake | name: 👀 Ready For ZCG Review | status: ready_for_zcg_review | category: review | name: ✅ Startup Payment Completed | status: startup_payment_completed | category: payment | name: 🎯 Milestone 1 Complete | status: milestone_complete | category: milestone | milestoneNumber: 1 | name: 🎯 Milestone 2 Complete | status: milestone_complete | category: milestone | milestoneNumber: 2 Requested amoun
- [18]Grant Application – Zebra State Snapshot & Fast Sync Infrastructure - decision minutesTeam HistoryForum Meeting Minutes
Grant application: Grant Application – Zebra State Snapshot & Fast Sync Infrastructure Applicant: Independent Developer Status: declined Decision evidence: ZCG meeting minutes Meeting date: 2026-01-19 Meeting title: Zcash Community Grants Meeting Minutes 1/19/2026 Referenced proposal: State Snapshot and Fast Sync infrastructure Normalized decision: unknown Committee rationale: The project will build a state snapshot and fast-sync module for Zebra, the Zcash Rust full node, enabling new nodes to bootstrap from verified point-in-time state snapshots instead of replaying the entire blockchain fro
- [19]ZecHub, An open source education hub for Zcash — comparison summarySimilar ApprovedCanonical Application
Comparable grant: ZecHub, An open source education hub for Zcash Applicant: ZecHub, Squirrel, Dismad, & Tecnopapapi Recorded outcome/status: approved Requested amount USD: 8900.00 Documented outcome signal: historicalRegistryDecisionDate: 11/27/23 Documented outcome signal: historicalRegistryDecisionTurnaroundDays: 10 Documented outcome signal: historicalRegistryStatus: Approved Documented outcome signal: sheetPaidAmountUsd: 0 Committee decision (2023-11-27): unknown Committee rationale: - Asking for $50,000 for five months of service. Jason recused himself from voting because he is a member o