OYM Live Data · Morpheus project review
Live Inference Activity
Daily on-chain activity on the Morpheus Inference Contract on Base, reconstructed from every SessionClosed event since the December 2025 redeploy. Plus the access side: MOR locked into the Morpheus Marketplace API builder subnet for daily IPS credits at app.mor.org. Refreshed daily.
Glossary
- Session. One paid run of an AI prompt through a Morpheus provider. Opens when the user (or the API gateway acting on their behalf) picks a provider and locks collateral; closes when the model finishes generating. Each session is a record on Base. Why care: a session is the unit of real demand on the network.
- Provider. Anyone running a GPU node that serves inference. Each provider has its own Base address. Counting distinct addresses shows how many independent operators are actually closing work. Why care: Morpheus's freedom score depends on this not being one or two providers in a trench coat.
- MOR earned. What a provider is owed when a session closes, calculated strictly on-chain as
(min(closedAt, endsAt) − openedAt) × pricePerSecond. The "% claimed" badge tracks how much of that has actually been pulled to the provider's wallet. Why care: bottom-line economic activity. What was paid for inference and what a provider got for delivering it. - Tokens processed. The input and output token counts the provider signs into the session's closeout receipt. We read the attested totals straight from the receipt, the same on-chain source tech.mor.org reports from. Why care: the closest measure of real work done, but the provider self-reports it; the chain only enforces that they signed it.
The Morpheus team's tech.mor.org publishes a throughput dashboard from the same on-chain SessionClosed receipts. OYM indexes that source independently and adds the framing the raw counts skip: which figures are contract-enforced (MOR earned) versus provider-attested (tokens), and how much of the demand is emissions-subsidised rather than user-paid.
Live Inference Activity
Daily activity on the Inference Contract. Top row is the MOR providers
earned for sessions that closed that day (capped at session
endsAt). Bottom row is provider-attested
tokens served, derived from signed closeout receipts.
MOR earned per day
Trustless · on-chain mathEstimated tokens served per day
Provider-attested · from signed receiptsSessionClosed events on the
LumerinDiamond Inference Contract at 0x6aBE…030a via Alchemy
and the public Base RPC.
MOR earned is on-chain math:
(min(closedAt, endsAt) − openedAt) × bid.pricePerSecond, the
entitlement for work delivered. The "9% claimed" badge above
is providerWithdrawnAmount, the portion providers have actually
pulled to their wallets so far via claimForProvider(); the
rest is held in the contract pending claim.
Tokens served is derived from the
provider-signed closeoutReceipt
(tpsScaled1000 × duration ÷ 1000); provider-attested.
View contract on BaseScan.
Source code at
MorpheusAIs/Morpheus-Lumerin-Node.
Refreshed daily. Last updated 2026-06-05.
Top models, last 30 days
Attested input + output tokens per model, read from provider-signed closeout receipts and summed over the last 30 days. Model names resolved on-chain from the registry.
Who opens the sessions
Over the last 30 days, all 321 on-chain sessions were opened by just 5 addresses, with the top 100% of tokens flowing through 3 of them (top one alone 54.8%). Inference demand on Morpheus today is relayer-mediated and highly concentrated, not broad end-user access. A useful counterweight to headline throughput.
SessionClosed receipts on the Lumerin Diamond, Base. Tokens are provider-attested. As of 5 Jun 2026.
Two metrics, two trust models
MOR earned is the bottom-line economic activity on the network, calculated trustlessly from session start, end, and price. Tokens processed is provider-attested: the input + output counts signed into the closeout receipt. Treat one as audited revenue, the other as a self-reported throughput figure.
Where the MOR actually comes from
About 96% of all sessions are opened with isDirectPaymentFromUser = false: the user locks collateral that gets returned to them at session close, and the provider is paid out of the protocol's fundingAccount treasury on Base. The treasury is funded by the 24% compute pool slice of MOR emissions. Only 4% of sessions use the direct-payment path where the user's own MOR ends up with the provider. Most inference today is subsidised by emissions, not paid for by users. The runway implications are spelled out next.
Sustainability headroom
As of writing, the on-chain compute pool surplus (getComputeBalance) is around 2.6 million MOR. The contract caps daily settlement at 1% of that surplus, around 26,000 MOR per day. Demand has been settling at 100-200 MOR earned per day. So today's usage is a tiny fraction of even the daily cap, and the cap itself is a tiny fraction of the accumulated reservoir. The runway is years, not months, at current demand.
A caveat about the early window
The Morpheus API ran an open beta from contract redeploy in December 2025 until 2 March 2026, when it went officially live. Across the beta, providers quoted near-zero prices by design, so MOR earned is essentially flat across the entire pre-launch period regardless of session volume. Some of the provider-signed token counts from the beta are also clearly test traffic. Headline numbers above sum the last 60 days, which falls almost exactly inside the post-launch era and keeps them representative of paid-era activity. Lifetime totals across the full dataset (including beta) live in the underlying JSON.
Provider concentration
The provider count is the part to watch on the recent end of the chart. Across the full deployment-to-now span, only a small number of distinct addresses have ever closed a session, and most days run with two or three. That's consistent with the bootstrap-phase reality the Morpheus project review describes; the marketplace works, but it's narrow. Pre-redeploy activity at the prior contract address is out of scope for this MVP.
The other side of the same coin: stake-for-access
The session settlement chart above is the use side of the network. The chart below is the access side: MOR locked into the Morpheus Marketplace API builder subnet to earn daily credits at app.mor.org. Same protocol, two different demand signals. Settlement counts work delivered. Stake counts intent to use the API.
Stake-for-access: Morpheus Marketplace API subnet
MOR locked into the official builder subnet that drives daily credit allowance at app.mor.org. Staked MOR stays in the contract; users earn credits proportional to their share of the subnet's total stake.
Total staked, end of day
On-chain · indexed from BaseTop builder subnets by stake
UserDeposited and UserWithdrawn
events on the BuildersV4 contract at 0x42bb…f4b9, filtered to
the Morpheus Marketplace API subnet
(0x415471125cc4…). All-subnet snapshot
sourced from dashboard.mor.org.
Refreshed daily. Last updated 2026-06-05.
Stake here doesn't pay providers; it just measures your share of the daily credit allocation. The MOR that ends up paying providers comes from the protocol treasury, as covered above. So this chart and the inference activity chart together describe the full economic picture: how much MOR is parked for access vs how much is being settled per session. Both are tracked daily.
Sources and reproducibility
- Inference Contract (LumerinDiamond):
0x6aBE1d282f72B474E54527D93b979A4f64d3030aon Base mainnet - Source code: MorpheusAIs/Morpheus-Lumerin-Node
- Pipelines:
scripts/refresh-mor-inference.tsandscripts/refresh-mor-subnet-staking.tsin the OYM repo. Reproducible against any Alchemy Base RPC endpoint. - Refresh cadence: daily via GitHub Actions. Last refreshed: 2026-06-05.
If you want to use this dataset in your own research or writing, please attribute Own Your Mind and link back to this page.
For the full Morpheus project review (Freedom and Returns scoring, tokenomics, participation guide), see the Morpheus project page. For the MOR tokenomics deep-dive (Power Factor, demand-subsidy mechanics, burn under MRC43), see How MOR Actually Works. For every builder subnet ranked with trust signals, see the Morpheus subnet directory.