# Quickstart

Prom stands as the pioneering zero-knowledge scaling solution, boasting full equivalence to an EVM. It ensures that all pre-existing smart contracts, developer tools, and wallets operate without any hitches. Utilizing zero-knowledge proofs, Prom significantly reduces transaction costs and greatly enhances throughput, while maintaining the robust security.

Developing dApps on Prom mirrors the process on Ethereum. Simply switch your connection to the Prom RPC and embark on creating applications in an environment offering substantially higher throughput and reduced fees. Prom offers a seamless EVM-like experience for both Developers and Users. This means there's no need for specialized tools or new wallets to either develop or interact with blockchain.

Developers can effortlessly deploy their pre-existing contracts to Prom, and Users are able to transfer assets from Ethereum for off-chain transactions. These transactions are then batched, with each one validated by a zero-knowledge proof, ensuring their legitimacy.


---

# 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://prom.gitbook.io/prom/quickstart.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.
