# For Developers

### Hey Dev Team 👋

Have you ever wanted to use zero-knowledge proofs (ZKPs) for **verifiability, privacy, or scalability** but didn’t want to be tied down to a monolithic proving service or zkL1? Or maybe you’ve wanted to explore ZKPs without needing to learn complex math or domain-specific programming languages?

If so, you’re in the right place!

**NovaNet** makes it easy to leverage ZKPs by allowing you to:

* Take any valid **WASM file**.
* Execute it (even with **private inputs**).
* Generate a proof attesting to the correct execution of that code.

The generated proof can be verified **anywhere**—on Ethereum, another L1, or even a cloud server.

NovaNet operates as a **peer-to-peer network**, designed to minimize lock-in while delivering high performance and low memory overhead.

Here, you’ll find all the documentation you need to get started with NovaNet in no time. Let’s build the future of verifiable, private, and scalable computation together!

<br>


---

# 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://devs.novanet.xyz/for-developers.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.
