scufFed

From the Archive: $MOR

3710 words | 18 minutes

Note: The following blogpost is part of a series of old writeups I did on various DePIN and DeFi projects across the latter half of 2024.

It’s likely that some of the content is out-of-date or no longer reflective of the current state of the project discussed. I’ll leave notes here and there for some updates, but I’m keeping those minimal. Regardless, I’ve decided to post these here anyways for posterity. The writing style may be a little inconsistent and unstructured, but hopefully the reads are still entertaining.

A Look into “Morpheus AI”

Founders

Supposedly anonymous founders, whitepaper authors don the pseudonyms “Morpheus”, “Trinity” and “Neo”.

Given that Morpheus builds off “Smart Agents” (https://www.smartagent.org/) and the latter explicitly makes reference to Morpheus as its “local implimentation (sic)”, it seems like the devs for SmartAgents are likely responsible for Morpheus as well.

I don’t understand the need for the incessant Matrix references besides mystic, aesthetic and “vibe”.

Team

Claim from their Discord: “Morpheus is fully decentralized and driven by a community of open source contributors.”

Cross referencing the GitHub pages for both SmartAgents and Morpheus, we find the following individuals:

Other contributors involved do appear to be independent devs, the key incentive for contributing appears to be the allocation of MOR tokens that go towards Coders, where ones contributions are weighted and your allocation is determined by that weight.

From contribution history alone as well as social media activity, it seems like David and Scott are the key minds behind both SmartAgents and Morpheus, being their primary contributors.

Smart Agents

Smart Agents are supposed to be the core of Morpheus. They’re meant to be finetuned LLMs that pick out contracts to use (after translating your commands) through a “Smart Contract Rank” (which is 1. not live 2. extremely subjective 3. probably gameable).

There exists no actual implementation of this framework as described, and what can at best be called a “loose interpretation” of it exists on the Morpheus repo (more on that later)

First Blush

Before we can look into Morpheus, we first have to understand what the “Smart Agents” are.

Demo WebApp is non-functional: https://www.chatweb3.org/ and is still “under construction”. Not promising.

Website also looks very plain: https://www.smartagent.org/, links point to https://mor.org/, misspelled “implementation”. [Update 15/01/2026: The site looks even fucking worse now, which is quite the achievement.]

Two other links point to Smart Contract Rank (we’ll look at this later) and SmartAgency.AI (meant to link up devs to clients who want custom smart agents).

Whitepaper

Proposed Task Implementation

“One of the modules is based on the task.mstr file, which logs what the Smart Agents do for the Smart Agent Owner. A task assigned to a Smart Agent is named with a .tsk extension. i.e. StakeEth.tsk.

A Smart Agent can have only one .mstr file, which records the status of its origination time, software version number, module configuration and tasks performed through the life of the Smart Agent. Published on the Ethereum blockchain (potentially moved to Polygon to reduce gas costs), this log condensed adds a layer of security since no two Smart Agents can ever have the same .mstr file, i.e an “Smart Agent_ID”.”

I cannot find any examples of these files in the repo. It is also unclear why they’re publishing logs based on this .mstr file.

Yellowpaper

I think we should address the Smart Contract Rank.

Supposedly, devs would publish smart contracts that are compatible with the local Smart Agent LLM stack. Then, the contract is scored based on the number of transactions performed with it, the “Dapps score” and the “DeFi Score”

These are two astonishingly vague conditions. The site itself even posits that these Smart Contract Ranks would be published via an API on their site, which seems to go against the ethos of “decentralisation”.

SDKs

No SDKs seem to have been developed.

Test Application

From the looks of it, the “SmartAgents” framework as a standalone has been largely abandoned and is basically indistinguishable from the base LLM that Morpheus provides. We’ll look more into that later.

All in all, the Smart Agent framework does not seem very promising. The tech stack itself is fairly rudimentary and as of right now, seems to only comprise of a local LLM that can interface with dApps and nothing more. The commission system, ranking system seem to add unnecessary complexity without any apparent benefit. On top of that, there do not appear to be any live versions of these products (as a standalone stack) to demo.

Morpheus AI

Morpheus is supposed to facilitate the hookups of users with compute providers to run LLM prompts, of which some prompts will execute Web3 actions. This is Limewire, but for LLMs. There exists no safeguards to actually ensure that the compute provider is running an LLM to begin with, the token distribution system has holes, there is no prompt security (your prompts will be known to the compute provider) and the project is very confused as to what it wants to be.

First Blush

The separation between Smart Agents and Morpheus as products does not exist, and thus lends skepticism to why it is that Morpheus was proposed by some anonymous creators to leverage the “Smart Agent framework”.

It seems like “working versions” of the local LLM are up for grabs on the Morpheus GitHub page (why do they not exist on the Smart Agent GitHub?), so this can be looked into later.

Whitepaper

[Update 15/01/2026: This whitepaper is now out of date. You can still view the version I’m referencing here]

(Personal opinion: I think the Matrix marketing stuff is a bit stupid and cringe.)

We’ve previously established that the Smart Agent is a local LLM, so it makes things a bit confusing from the get go. Do they have some system to run the LLM in a decentralized manner? (no, they don’t).

So far, it sounds like a gameable system, and if not, one that is very subjective. Rewards are determined by loose metrics, and the system which enables “decentralized prompting” is just a system that hooks up users and folk running LLMs. There also appears to be no checks in place that you’re actually interacting with an LLM.

Quote: “Providers should need to prove they have a given LLM, by signing hash of LLM model with their key.”

This implementation needs to be investigated, hopefully it is addressed in the yellowpaper.

Yellowpaper

[Update 15/01/2026: You can view the yellowpaper here, though there may have been changes since.]

Quote: “Audits of Agents performed by Coders generating an “Agent Proof” that the stated functions of the Agent are as presented. And of course contains no malicious code.

Placeholder for description of audit process, who can conduct audits and how to certify their outcomes. Also incentives paid to auditors.

Prompt Proof generated at the time of a user interaction showing the intent expressed, matches the smart contract selection and transaction values are confirmed with the user.”

Not very promising. The details we were looking for haven’t even been written out. Again, the rest of the technical details are quite vague.

An obvious issue is the security of prompts — even if it is a decentralized system, we still want our prompts to remain private and the responses as well. The team proposes Fully Homomorphic Encryption (FHE) LLMs, but they are 1) not a thing yet beyond toy examples and 2) definitely are not currently implemented.

Yellowstone Compute Model

[Update 15/01/2026: You can view the document here, though there may have been changes since.]

This document was (supposedly) written by Erik Voorhees, ShapeShift’s founder. He has spoken about the project and is apparently a community member. The GitHub account used to commit these docs appears to have been made just to add the doc and otherwise has had no activity. Personally, I think it’s suspect, but we can grant the benefit of the doubt.

This document appears to lend further detail to the compute workflow described in the whitepaper and yellowpaper. Here are some highlights:

Smart Contracts

Nothing of note has been implemented. [Update 15/01/2026: It seems like this repo was abandoned and a lot of work was instead done here, the Lumerin Node repo, a few months after I wrote this.]

Router.sol

The heart of the Morpheus’ “decentralized LLM” claim, the contract that’s supposed to enable payouts to compute and hookups between users and providers. It is currently… a whole lot of nothing, quite literally.

MOR.sol

Just an ERC20 token implementation. Nothing else interesting.

I’d look into the other contracts, but giving them a cursory glance, I see nothing relevant to the tech stack that was previously brought up. As it stands, these are just the bare minimum needed for you to mint a token, distribute it and communicate between an L1 and L2.

Nodes

The “node” is just an Ollama wrapper with 1 (one) sample prompt that allows the pretrained, not actually finetuned model to interact with Metamask. It doesn’t even enforce JSON mode or anything, so there is a non-negligible chance that the model would hallucinate midway in constructing the ETH transaction.

There is no “compute providing network”, there is no router, this is not an MVP.

First Blush

So we’ve got something a little confusing going on here.

On the main repo, we’ve got installs and source code for a local model (I’ll look at this later).

We also have links to Morpheus Local Install in a repo called “Node” (since renamed to “Lite-Client”) and a Lumerin Node , which is a different local program?? [Update 15/01/2026: Seems like after writing this, a few months later all work was shifted to the Lumerin Node repo, which is still being worked on to this day.]

Some Notes

Excerpts from the Discord FAQ:

Summarising: there is no existing system to delegate compute, running a node != providing compute??, they’re happy to make bold claims about how to provide compute before even having an MVP

Lite Client

Appears to have been abandoned.

The Lumerin Model

[Update 15/01/2026: This document is gone!]

The “Node” from the main repo

Let’s see how advanced this LLM actually is. Going back to the claims made in the “SmartAgents” section, it should be able to execute Web3 related tasks, provide suggestions, pick optimal contracts, have a system to develop “tasks” and is a finetuned LLM perfect for Web3 users.

I’ll be trying the Windows build in a sandbox.

The experience:

Source Code

Assuming that the source code in the repo is one and the same with the distribution, we can take a look at what’s really going on here.

I’ll be looking at the most interesting files as the bulk of it is boilerplate to set up a GUI for Ollama.

agent/app.js

agent/tools/tools.py

agent/metamask-agent/backend/agents/metamask.py

agents/rag_assets/send_eth_transaction.txt

Conclusion

This looks like vaporwave to me. They’ve come up with a hundred buzzwords (Yellowstone model, Lumerin Node, Techno Capital Machine) to describe what they’re doing, but at the end of the day it’s just a needlessly complex, unnecessarily Web3 P2P LLM prompting system in which anything notable proposed has yet to be implemented in any appreciable capacity.

If you want a quick buck, speculation alone will probably drive the token value. If you want an actual product, this ragtag team of “open source devs” purely incentivized to contribute by receiving a cut of the tokens… it doesn’t seem like they’d be able to deliver on their promises.