From 87a1001439d2085f2e11b10f75a03a521c7deccc Mon Sep 17 00:00:00 2001 From: MauroFab Date: Tue, 2 Jun 2026 12:18:11 -0300 Subject: [PATCH] docs: add roadmap link and section to README Add a Roadmap section near the top linking the public roadmap site, and tie the existing 'under development' line to it. README only, no code changes. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0635e651..f63d3b3ec 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,14 @@ A verifiable virtual machine developed in collaboration with [Lambdaclass](https This open-source zkVM lets users prove the correct execution of a program over a given input stream. The current implementation generates base proofs using STARKs over the Goldilocks field, with 128 bits of security and LogUp as the lookup argument linking tables. -Proof accelerators, GPU support, and proof compression are under development. +Proof accelerators, GPU support, and proof compression are under development; see the [Roadmap](#roadmap) for the full plan and how the pieces fit together. > ⚠️ **This project is under active development and experimentation — do not use in production.** +## Roadmap + +The **[public roadmap](https://yetanotherco.github.io/lambda_vm_roadmap/)** lays out what's in progress and what's planned, along with the ordering and dependencies between those workstreams. + ## Getting Started ### Dependencies