> 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/key-use-cases.md).

# Key Use Cases

Morpheus is a chain-agnostic decentralized platform designed to support a wide range of decentralized AI applications, much like how Ethereum enables Smart Contracts. At the core of Morpheus are DeAI applications such as Smart Agents, general-purpose AI that translates human intent into Web3 actions to bring Web3 to the masses. However, Smart Agents are just one facet of Morpheus’s potential.

### Key Use Cases

* &#x20;**Decentralized AI Services**\
  Morpheus enables developers to deploy AI models on a decentralized network, reducing reliance on traditional cloud providers and fostering open access to AI resources.
* &#x20;**Decentralized Compute Aggregator**\
  By aggregating compute power from both centralized and decentralized sources, Morpheus offers competitive rates, providing users with affordable compute resources on demand.
* **Decentralized Agents Marketplace**\
  A marketplace for AI-driven Smart Agents, where users can deploy and utilize agents for tasks across fields, enhancing automation and efficiency.
* **DeFi and Staking Mechanisms**\
  MOR tokens offer various staking mechanisms that expand their utility within DeFi, similar to ETH in the Ethereum ecosystem.
* **Fair Launch for Projects**\
  Projects launched on Morpheus benefit from proven [Fair Launch contracts](/tokenomics/techno-capital-machine/mor-20-fair-launch-standard.md) and community support, accessing capital, code, and resources that lower entry barriers for developers.
* **Enhanced Privacy**\
  With decentralized data handling, Morpheus safeguards user privacy by default, making it an ideal fit for privacy-sensitive and autonomous applications.\
  \
  If you're interested in implementing one of these use cases or have your own idea but need additional support, join community discussion on [Discord](https://discord.gg/morpheusai).


---

# 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/key-use-cases.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.
