# Eclipse Architecture

- [What is Eclipse Mainnet?](https://docs.eclipse.xyz/developers/eclipse-architecture/what-is-eclipse-mainnet.md)
- [Settlement - Ethereum](https://docs.eclipse.xyz/developers/eclipse-architecture/what-is-eclipse-mainnet/settlement-ethereum.md): As with today’s major rollups, Eclipse Mainnet will settle to Ethereum.
- [Execution - Solana Virtual Machine (SVM)](https://docs.eclipse.xyz/developers/eclipse-architecture/what-is-eclipse-mainnet/execution-solana-virtual-machine-svm.md)
- [Data Availability - Celestia](https://docs.eclipse.xyz/developers/eclipse-architecture/what-is-eclipse-mainnet/data-availability-celestia.md)
- [Proving - RISC Zero](https://docs.eclipse.xyz/developers/eclipse-architecture/what-is-eclipse-mainnet/proving-risc-zero.md)
- [Why Eclipse, Why Ethereum, Why Now](https://docs.eclipse.xyz/developers/eclipse-architecture/what-is-eclipse-mainnet/why-eclipse-why-ethereum-why-now.md)
- [Lifecycle of an Eclipse Transaction](https://docs.eclipse.xyz/developers/eclipse-architecture/lifecycle-of-an-eclipse-transaction.md): It's easier to understand the components of the Eclipse Mainnet from the perspective of a transaction.


---

# 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.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.
