> For the complete documentation index, see [llms.txt](https://docs.eclipse.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eclipse.xyz/architecture/eclipse-architecture.md).

# Eclipse Architecture

- [What is Eclipse?](https://docs.eclipse.xyz/architecture/eclipse-architecture/what-is-eclipse.md)
- [Why Eclipse?](https://docs.eclipse.xyz/architecture/eclipse-architecture/why-eclipse.md)
- [Architectural Overview](https://docs.eclipse.xyz/architecture/eclipse-architecture/architectural-overview.md)
- [Stage 0 & Stage 1](https://docs.eclipse.xyz/architecture/eclipse-architecture/architectural-overview/stage-0-and-stage-1.md)
- [Core Infrastructure](https://docs.eclipse.xyz/architecture/eclipse-architecture/architectural-overview/core-infrastructure.md)
- [Eclipse Canonical Bridge](https://docs.eclipse.xyz/architecture/eclipse-architecture/architectural-overview/core-infrastructure/eclipse-canonical-bridge.md)
- [Eclipse L1 Gateway](https://docs.eclipse.xyz/architecture/eclipse-architecture/architectural-overview/core-infrastructure/eclipse-l1-gateway.md)
- [Eclipse's Celestia Publisher](https://docs.eclipse.xyz/architecture/eclipse-architecture/architectural-overview/core-infrastructure/eclipses-celestia-publisher.md)
- [System Composition](https://docs.eclipse.xyz/architecture/eclipse-architecture/architectural-overview/core-infrastructure/system-composition.md)
- [Towards the GSVM Client](https://docs.eclipse.xyz/architecture/eclipse-architecture/gsvm.md)
- [GigaCompute Design Principles](https://docs.eclipse.xyz/architecture/eclipse-architecture/gsvm/gigacompute-design-principles.md)
- [Moving Beyond TPS](https://docs.eclipse.xyz/architecture/eclipse-architecture/gsvm/beyond-tps.md)
- [Why GigaCompute Matters](https://docs.eclipse.xyz/architecture/eclipse-architecture/gsvm/why-gigacompute.md)
- [Where to Learn More About GSVM](https://docs.eclipse.xyz/architecture/eclipse-architecture/gsvm/resources.md)
- [Modular Components of Eclipse](https://docs.eclipse.xyz/architecture/eclipse-architecture/modular-components-of-eclipse.md)
- [Lifecycle of an Eclipse Transaction](https://docs.eclipse.xyz/architecture/eclipse-architecture/lifecycle-of-an-eclipse-transaction.md)
- [Eclipse L1 Gateway](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-l1-gateway.md)
- [Purpose and High-Level Flow](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-l1-gateway/purpose-and-high-level-flow.md)
- [Core Architectural Elements](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-l1-gateway/core-architectural-elements.md)
- [Detailed Sequence Diagrams](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-l1-gateway/detailed-sequence-diagrams.md)
- [State Transition Diagrams](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-l1-gateway/state-transition-diagrams.md)
- [State Transition Rules and Invariants](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-l1-gateway/state-transition-rules-and-invariants.md)
- [Example Usage and Deployment](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-l1-gateway/example-usage-and-deployment.md)
- [Eclipse Canonical Bridge](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-canonical-bridge.md)
- [Core Design Principles](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-canonical-bridge/core-design-principles.md)
- [Architecture](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-canonical-bridge/architecture.md)
- [Component Relationships & Diagrams](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-canonical-bridge/component-relationships-and-diagrams.md)
- [Access Control Implementation](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-canonical-bridge/access-control-implementation.md)
- [Application Flow](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-canonical-bridge/application-flow.md)
- [Withdrawal Flow](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-canonical-bridge/withdrawal-flow.md)
- [Detailed Withdrawal Flow with State Transitions](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-canonical-bridge/detailed-withdrawal-flow-with-state-transitions.md)
- [Eclipse Performance Thesis: GigaCompute in Action](https://docs.eclipse.xyz/architecture/eclipse-architecture/eclipse-performance-thesis-gigacompute-in-action.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.eclipse.xyz/architecture/eclipse-architecture.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
