> 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/abstract.md).

# Abstract

**We're building an immortal virtual world called Asphodel.**&#x20;

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

Asphodel is immortal because it lives on Ethereum, a blockchain network designed to run forever as a World Computer. Building a game entirely on a World Computer and renouncing human ownership creates a true virtual world: a decentralized space in which humans and agents may act as they wish, bound only by the world's intrinsic ruleset.&#x20;

We are building Asphodel for two reasons.

The first is to create a living game that lasts forever: that users can still play and interact with in ten thousand years, long after everyone originally associated with the project is gone. This is what we mean by immortality. You can read more about this on the [Immortal Worlds](/whitepaper/intro/immortal-worlds.md) page.&#x20;

The second is to create the most economically significant virtual economy in history. We dream of a virtual world with a higher GDP than real-life nation states. We believe this is possible because a trustless, provably immortal virtual world with scarce ingame resources can become an appealing way to store capital. You can read more about this on the [Decentralized Economies](/whitepaper/intro/decentralized-economies.md) page.&#x20;

Our team at Asphodel Studios defines the mechanisms, rules, and lore that make up these worlds. We build piece-by-piece and integrate systems into a single shared economy over time. Our role is to create and incubate these systems before handing them over to permanent decentralized governance.&#x20;

We have already released the first part of our ecosystem. [Kamigotchi World](https://docs.kamigotchi.io/) is a prototype MMORPG and prequel to Asphodel that runs on our sidechain, Yominet. Kamigotchi will, one day, merge more fully with Asphodel itself.&#x20;

The second part of Asphodel, and the first part on Ethereum itself, will be released very soon after the first draft of this Whitepaper. This is the Prologue to Asphodel. A separate section will be added to this Gitbook soon with exact details on the game's economy.&#x20;

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

*This section serves as a whitepaper and overview of Asphodel as a project. It is a living document and will be updated over time. It was authored by* [*https://x.com/0xl3th3*](https://x.com/0xl3th3) *with art, content and editing assistance from* [*https://x.com/jb0x\_*](https://x.com/jb0x_)*,* [*https://x.com/genesis\_14\_2*](https://x.com/genesis_14_2)*, Claude Opus 4.8, and Claude Fable 5.*&#x20;


---

# 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/abstract.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.
