> For the complete documentation index, see [llms.txt](https://docs.realmscale.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmscale.vip/2.-technical-architecture/2.4-settlement-and-data-availability-on-base.md).

# 2.4 Settlement and Data Availability on Base

While execution and proof generation occur at Layer 3, Base (Layer 2) serves as the immutable settlement and data availability anchor for the RealmScale ecosystem.

Aggregated proofs are submitted to a Verifier Contract deployed on Base. The contract verifies the recursive proof and updates the canonical state commitment of the RealmScale world. This ensures that the final state inherits the same security properties as Base itself.

For data availability, RealmScale utilizes EIP-4844 (Proto-Danksharding) blobs on Base to publish state deltas and execution metadata. By separating execution data from permanent storage, the protocol keeps on-chain costs minimal while maintaining auditability and replayability. Observers can reconstruct the evolution of the game world without requiring full execution logs to be stored on-chain indefinitely.

Assets minted or managed within RealmScale—such as NFTs or in-game resources—are ultimately settled on Base, ensuring compatibility with the broader Ethereum ecosystem. This design allows seamless interoperability with DeFi protocols, marketplaces, and cross-chain infrastructure without exposing game execution to EVM constraints.


---

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

```
GET https://docs.realmscale.vip/2.-technical-architecture/2.4-settlement-and-data-availability-on-base.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.
