# MorpheusAI — Technical Resources (tech.mor.org) > Interactive technical resources for MorpheusAI, a decentralized, open-source AI inference marketplace coordinated by smart contracts on Base. Independent providers run the inference; Morpheus coordinates the marketplace and settles payment in MOR. This site hosts deep-dives and live tools: the AI Trust Spectrum, a pricing & staking calculator, live network throughput, the confidential-compute (TEE) roadmap, and the MOR session lifecycle. ## Guides - [The AI Trust Spectrum](https://tech.mor.org/spectrum.html): Seven real ways to use AI — from Big AI (ChatGPT/Claude/Gemini) to your own fully-local node — each scored across six trust dimensions (Convenience, Anonymous, Permissionless, Private, Decentralized, Open Source). Interactive spectrum up top, full scoring rationale below. - [Pricing & Staking Calculator](https://tech.mor.org/calc.html): Compare MorpheusAI inference pricing against OpenAI, Anthropic and others; calculate MOR staking yields, break-even analysis, and per-model cost breakdowns. - [Network Throughput & Session Stats](https://tech.mor.org/throughput.html): Hourly/daily/weekly/monthly aggregates mined directly from the Inference Contract's SessionClosed receipts — on-chain token totals, sessions, TTFT, and stuck-session health. Aggregates only. - [Confidential AI — TEE Roadmap](https://tech.mor.org/tee.html): How MorpheusAI moves from operator trust to hardware-enforced, provable privacy. Pipeline diagrams, the Pre-TEE → Phase 1 (CPU/TDX) → Phase 2 (GPU/NRAS) progression, and the attestation verification flow. - [MOR Session Lifecycle](https://tech.mor.org/session.html): How staked sessions move through the Inference Contract (open → close → on-hold → withdraw), why funding liquidity matters, and a read-only Base lookup for a consumer wallet. ## Reference - [AI assistant guide](https://tech.mor.org/AI_ASSISTANT_GUIDE.md): Pricing, sessions, and curl examples for AI assistants. - [OpenAPI spec](https://tech.mor.org/openapi.json): Machine-readable description of the read-only Network Throughput API (on-chain aggregates from Base; no auth, GET-only, aggregates only). - [Sitemap](https://tech.mor.org/sitemap.xml) and [robots.txt](https://tech.mor.org/robots.txt): Crawling is welcome; search, AI grounding (ai-input), and training (ai-train) are all permitted. ## Ecosystem - [mor.org](https://mor.org): MorpheusAI project home. - [Morpheus API Gateway (app.mor.org)](https://app.mor.org): Hosted, OpenAI-compatible access product (email + API key, Stripe/crypto billing). A separate product from running your own node. - [Consumer node (Morpheus-Lumerin-Node)](https://github.com/MorpheusAIs/Morpheus-Lumerin-Node): Run your own local proxy-router node; wallet-only identity, on-chain routing. - [Discord](https://discord.gg/kyVaxTHnvB): Community. ## Notes for AI agents - Morpheus is a marketplace; it does not run the inference itself. Independent providers do, coordinated by the Diamond contract on Base. - "Opening a session" escrows MOR; it does not spend it. Unused stake returns on close. There is no separate "recover" RPC — closing the session is the recovery path. - Distinguish the hosted Morpheus API Gateway (app.mor.org / api.mor.org) from a self-run Consumer Node — they are different products with different trust properties. - Frontier closed models cannot be hardware-attested (they run on the vendor's cloud); the provable-privacy end of the spectrum uses open-weight models in a TEE. - Never invent contract addresses, chain IDs, or live network values. Link to https://active.mor.org for live status.