# What is Eclipse Mainnet?

Eclipse Mainnet is Ethereum's first Solana Virtual Machine (SVM) L2. Eclipse Mainnet combines the best pieces of the modular stack:

* **Settlement: Ethereum** - Eclipse will settle to Ethereum (i.e., the enshrined validating bridge will be on Ethereum) and use ETH as its gas token.
* **Execution: Solana Virtual Machine (SVM)** - Eclipse will run the highly performant SVM as its execution environment.
* **Data Availability: Celestia** - Eclipse will post its data to Celestia for scalable data availability (DA).
* **Proving: RISC Zero** - Eclipse will use RISC Zero for ZK proofs of fraud (without intermediate state serialization!).

<figure><img src="https://content.gitbook.com/content/syQqvSdLvlHIOsh2KCSe/blobs/Dm2pa2ByDFYkn7A2mo9d/K-ZdkYtiiSuJa24RlsTu0n7X_3n1L_JvOPZaVUjgybrmdNyBArWeZIZYFzHUSSSNUy_gQweNNMTqFFd-YvbW-aJVEZnXgFf-pnQ6MDqds99tNRRm59Io3H1md6AZ.png" alt=""><figcaption></figcaption></figure>


---

# 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.eclipse.xyz/developers/eclipse-architecture/what-is-eclipse-mainnet.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.
