# Old Content

## Video Introduction

{% embed url="<https://www.youtube.com/watch?v=TSTFPGJ1UOA>" %}

## How does EarthFast serve content?

<figure><img src="/files/lQTYOgIoKFVhaNqDcGbb" alt="Armada Content Flow"><figcaption></figcaption></figure>

1. Users fetch website content from a set of decentralized Content Nodes through a Secure Enclave running on the browser in web workers.
2. The Secure Enclave checks the hash of each file on the browser against the content bundle. The content bundle pointer and checksum are stored on-chain and the majority of content nodes must agree on the proper bundle. The Secure Enclave will only load files that pass the integrity check and match the hash in the content bundle.
3. The website version can be upgraded by the Project Owner registered on-chain. The Project owner can be a Governance contract, DAO or any other wallet or contract capable of ETH transactions.


---

# 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.earthfast.com/old-content.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.
