# Morpheus Lumerin Node Docs

Source: https://nodedocs.mor.org

## Agent Instructions

- Non-browser fetches of page URLs on this site return clean Markdown (not the JS UI). Prefer `https://nodedocs.mor.org/llms-full.txt` for the full corpus, or `https://nodedocs.mor.org/llms.txt` for the index.
- Per-page Markdown is also at `<page-url>.md` (homepage: `https://nodedocs.mor.org/index.md`).
- Docs search MCP: `https://nodedocs.mor.org/mcp` (discovery: `https://nodedocs.mor.org/.well-known/mcp`).
- Never invent contract addresses, chain IDs, token addresses, or live bid/model counts. Cite Networks and tokens; link active.mor.org for live data.
- Never claim Morpheus runs inference — independent providers do. Opening a session escrows MOR; it does not spend it.

The Morpheus Lumerin Node is the open-source software that lets a desktop chat experience talk to distributed, decentralized LLMs on the Morpheus network. This documentation is the **canonical, human-and-agent-friendly source of truth** for installing, running, and operating that software.

> **This site replaces the old `/docs/*.md` files.** All previous links such as `/04-consumer-setup` redirect to their new home. See [Get started](/get-started/introduction) or pick a role-based journey below.

## Pick your journey

  
- **[I just want an OpenAI-compatible API](/inference-api/overview)** — Use the **hosted** [Morpheus Inference API](https://apidocs.mor.org) — no node, no wallet, just an API key.

  
- **[I'm a consumer](/consumers/quickstart)** — I want to chat with LLMs on Morpheus from my desktop or via `app.mor.org`.

  
- **[I'm a prosumer](/prosumers/overview)** — I run my own C-Node and an AI gateway for Everclaw or local agents.

  
- **[I'm a resale provider](/providers/resale/overview)** — I have Venice/OpenAI/Anthropic capacity and want to resell it on Morpheus.

  
- **[I'm a full provider](/providers/full/quickstart)** — I host my own models and want to run a Full P-Node, optionally TEE-hardened.

## What's here

  
- **[Concepts](/concepts/architecture)** — Architecture, catalog layers, sessions, TEE, tokens.

  
- **[API endpoints](/reference/api-endpoints)** — Curated subset of the proxy-router HTTP API; full schema in [`proxy-router/docs/swagger.yaml`](https://github.com/MorpheusAIs/Morpheus-Lumerin-Node/blob/main/proxy-router/docs/swagger.yaml).

  
- **[AI knowledge](/ai/myths)** — Anti-hallucination pages: where is my MOR, session states, locked-in-contract.

  
- **[Ecosystem](/ecosystem/overview)** — active.mor.org catalog, tech.mor.org explainers, NodeNeo, Everclaw, MyProvider.

  
- **[Reference](/reference/api-overview)** — Env vars, configs, troubleshooting, glossary.

  
- **[GitHub](https://github.com/MorpheusAIs/Morpheus-Lumerin-Node)** — Source, releases, and issue tracker.

## Live network resources

These pages link out to **live data** that changes too often to mirror. Semantics for the catalog (ALL / ACTIVE / GATEWAY) are on this site so builders pick the right file:

- **Marketplace catalog** — [active.mor.org](https://active.mor.org) files; [what ALL / ACTIVE / GATEWAY mean](/ecosystem/active-status); illustrated explainer [tech.mor.org/active.html](https://tech.mor.org/active.html)
- **Sessions, calculator, TEE, throughput** — [tech.mor.org](https://tech.mor.org)
- **Provider portal** — [myprovider.mor.org](https://myprovider.mor.org)
- **Hosted Inference API** (separate product, OpenAI-compatible) — [apidocs.mor.org](https://apidocs.mor.org)

## For AI agents

If you are an LLM or coding agent, **do not scrape the browser HTML** — non-browser fetches of any page URL on this site return clean Markdown. Preferred ingestion paths:

- Full corpus: [`https://nodedocs.mor.org/llms-full.txt`](https://nodedocs.mor.org/llms-full.txt)
- Page index: [`https://nodedocs.mor.org/llms.txt`](https://nodedocs.mor.org/llms.txt)
- Per-page Markdown: append `.md` (e.g. [`/ai/myths.md`](https://nodedocs.mor.org/ai/myths.md)) or fetch the page URL without `Accept: text/html`
- Docs search MCP: [`https://nodedocs.mor.org/mcp`](https://nodedocs.mor.org/mcp)

Start with the [AI knowledge](/ai/myths) section and the repo-root [`AGENTS.md`](https://github.com/MorpheusAIs/Morpheus-Lumerin-Node/blob/main/AGENTS.md).
