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

# Immortal Worlds

We believe there is something unique and significant about virtual worlds that are truly decentralized.&#x20;

Human beings place tremendous time, money, and attention in virtual environments, treating them as parallel worlds. Online games like World of Warcraft occupy millions of people each day. But these worlds as they are right now are limited, finite and mortal.

No matter how committed a player is, the world itself is still a centralized entity - fragile, prone to censorship and restriction, and doomed to one day be shut down. Many MMORPGs do not last, and the ones that do are mutable.&#x20;

Transience undermines value. When a world is forever at risk of disappearing overnight, it places a cap on how seriously users can take the system.&#x20;

We dream of worlds where this cannot happen. Worlds that live forever, that have no centralized owners, that cannot be censored, where players own their characters and assets and where that matters. True virtual worlds - ones that feel, to their players, like parallel universes.<sup>\[1]</sup>&#x20;

<figure><img src="/files/EZoAK0mcaCiG57uCFElG" alt=""><figcaption></figcaption></figure>

One step from that, worlds where the economy is as liquid and tangible and meaningful as the economy we use in the real world every day. Worlds built around decentralized economic primitives that last. Virtual worlds that develop in economic and social complexity until they become something like a "network state" but from a whole different direction.&#x20;

**Asphodel is our way of building towards this future.**&#x20;

<sub>\[1] - (We're not the first to observe this - famously, part of the reason why Vitalik Buterin was driven to work on  Ethereum was that his World of Warcraft character was nerfed without his consent, making him dream of decentralized systems. We like to think that in a way we're putting Ethereum to its original, intended use: hosting immortal, immutable, uncensorable virtual worlds.)</sub>


---

# 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.asphodel.io/whitepaper/intro/immortal-worlds.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.
