# Quickstart

## Host your site on EarthFast

#### [Dashboard -> up & running in 1 min](https://dashboard.earthfast.com/)

#### [CLI -> custom project setup](https://docs.earthfast.com/projects/project-setup)

## Run a node on EarthFast

[Node setup](https://docs.earthfast.com/node-operators/content-node-setup)

## What is EarthFast?

EarthFast is an infrastructure protocol that helps projects build decentralized products with the ease and performance of web2.

It offers a fully decentralized website hosting solution with on-chain source of truth and distributed off-chain storage.

## What are the benefits of EarthFast?

* Decentralize technology and operationalize risk away from the core team
* Control website versions and on-chain updates with Multisig wallets, DAOs, governance or any other on-chain entity
* Reduce reliance on centralized web serving stacks and follow the web3 ethos of decentralization
* Eliminate IPFS/IPNS/ENS resolution and availability problems

## How does EarthFast work?

* A decentralized network of nodes hosts and serves content securely with high availability + performance guarantees
* Versioning is on-chain, and control can be given to any Ethereum address, including a smart contract (eg. for a DAO)
* Anyone can provide payment on-chain for hosting a given site by the node marketplace
* Anyone can register a real-world domain name and associate it securely with an EarthFast-hosted site

{% hint style="info" %}
See [architecture](https://docs.earthfast.com/overview/architecture "mention") for more info.
{% endhint %}


---

# 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/overview/quickstart.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.
