# Roadmap

[List of rolled foods](https://en.wikipedia.org/wiki/List_of_rolled_foods)

## [Arctic roll (testnet)](https://github.com/zkopru-network/zkopru/projects/1)

The first working testnet of zkopru.

* Semantic version: `^1.0.0`
* Features
  * Zk wallet
  * Full node
  * Circuits & contracts
  * Deposit
  * Private transfer
  * Withdrawal

## [Burrito (testnet + mainnet)](https://github.com/zkopru-network/zkopru/projects/2)

Support challenges.

* Semantic version: `^2.0.0`
* Features
  * Challenge support
  * Updated nullifier model
  * Soft-launching on mainnet(at your own risk)

## [Grilled burrito (testnet + mainnet)](https://github.com/zkopru-network/zkopru/projects/4)

Upgrade layer 2 features from Buritto.

* Semantic version: `^2.0.0`
* Feature
  * Simple block explorer
  * Private atomic swap
  * Migration
  * Instant withdrawal
  * Simulator & benchmark

## [California roll (mainnet)](https://github.com/zkopru-network/zkopru/projects/5)

Audited mainnet version.

* Semantic version: `^3.0.0`
* Features
  * Audit
  * Trusted setup
  * Light node
  * Mobile wallet support
  * Coordinator dashboard

## [Dragon roll (mainnet)](https://github.com/zkopru-network/zkopru/projects/6)

Decentralized coordinator.

* Semantic version: `^4.0.0`
* Features
  * TBD


---

# 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://docs.zkopru.network/develop/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.
