# Roadmap & Release Notes

Stay informed about Ola's development progress and release updates with our roadmap and release notes. Learn about the latest enhancements and features.

## Roadmap

* [x] WhitePaper
  * The first whitepaper of Ola.
  * Instruction Set and VM Execution Module Design.
  * Plonky2 Circuit Design and Algorithm Analysis.
* [x] PoC
  * Ola-Lang Design
  * Pre-Compilation Contract
  * Instruction Constraint and Custom Constraint Design
  * Holyplonky2
  * ZKVM by Plonky2
* [x] Prophet & WhitePaper v2
  * Integrate Prophet
  * White Paper v2
* [x] Ola Public Testnet Pre-Alpha
  * Independent Layer 2 Testnet
  * AA contract deployment
  * Ola-lang 0.1.0
  * OlaOS 0.1.0
  * ECDSA and Poseidon Hash
  * CLI tool Olatte and SDK
* [ ] Ola Public Testnet Alpha
  * PoW, ZKP, & Verifier mining
  * Gas Fee Model
  * Ethereum Layer 1 Verifier
  * Layer 1 and Layer 2 Deposit and Withdrawal
* [ ] Ola Public Testnet Beta
  * Enhanced Data Availability Layer Integration
  * Extended Support for AA Cryptographic Primitives
  * GPU-Accelerated Prover
  * Optional Privacy Features
  * Cross-Chain Bridge


---

# 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://ola-2.gitbook.io/ola-developer-documents/readme/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.
