# SafuZK Roadmap

This is the broad outline of all the resources I would consult and make notes on to gain a deeper understanding of every aspect related to ZK security, especially ZkVM security.\
\
Obviously, the exact resources and/or the order of studying them could change, but this is still a pretty good rough estimate of the roadmap.

1. The main resource for the resource would be the [Awesome ZkVM](https://github.com/rkdud007/awesome-zkvm) repository.
2. Since many of the upcoming ZkVMs are based on STARKs, I would focus on learning their workings deeply. So, the resources I have in mind would focus more or less on STARKs and ZkVMs.
   1. [STARKs 101](https://starkware.co/stark-101/) ✅
   2. [Anatomy of a STARK](https://aszepieniec.github.io/stark-anatomy/) 🏗️
   3. [FRI from scratch](https://blog.lambdaclass.com/how-to-code-fri-from-scratch/)
   4. [A zero-knowledge paradigm](https://www.lita.foundation/blog/zero-knowledge-paradigm-zkvm) series by Lita Foundation


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.safuzk.com/safuzk-roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
