> For the complete documentation index, see [llms.txt](https://gitbook.mor.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.mor.org/meet-morpheus/what-is-morpheus.md).

# What is Morpheus?

{% hint style="info" %} <mark style="color:purple;">**This Gitbook is authored by the Morpheus Open Source Contributors Community.**</mark> \ <mark style="color:purple;">**All the ideas and concepts presented here are the result of collaborative efforts of individuals passionate about decentralized technologies and AI.**</mark>
{% endhint %}

Morpheus is the decentralized infrastructure layer where anyone can **build**, **deploy**, and **scale** AI without gatekeepers.

It combines yield-powered tokenomics, decentralized compute, and open-source code into a permissionless network — with the native token [**MOR**](/tokenomics/mor-emissions.md) aligning incentives through daily emissions to four contributor groups: Capital, Compute, Code, and Builders.

### What Makes Morpheus Different

❌ **No formal team, founders, or registered entity** – the network is not controlled by a company or foundation.

🌍 **Globally distributed contributors** – a community dedicated to decentralized AI and open-source development.

💸 **No token sale, no pre-mine, no VC allocations** – MOR was not issued through private deals or insider advantages.

⚡ **Fair Launch** – equal conditions and opportunities for everyone from day one.

### Origins

On **September 2, 2023**, a group of anonymous authors — identifying themselves as *Morpheus, Trinity, and Neo* — published [**a groundbreaking paper**](https://mor.org/whitepaper), marking the inception of the Morpheus network.

Since then, Morpheus has followed a uniquely free-market path. Its economic design draws on principles of **individual sovereignty, voluntary markets, and anarcho-capitalism** — making it one of the first networks since Bitcoin to fully embrace a permissionless, market-driven model.

### Today

Morpheus has grown from a whitepaper into a working network where contributors stake, compute, build, and code — **expanding freedom through decentralized AI**.

Thanks to all those in the community **Staking, Computing, Building & Coding for Freedom.**


---

# 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://gitbook.mor.org/meet-morpheus/what-is-morpheus.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.
