Skip to content

Architecture

Hypnex is a layer above the Morpheus AI protocol — distributing the inference network's value to developers, capital allocators, and agent builders.

Stack

┌──────────────────────────────────────────────────────────────────────────┐
│                            Hypnex packages                              │
├──────────────────────────────────────────────────────────────────────────┤
│                                                                          │
│   apps/stake/             stake.hypnex.xyz — wallet-native onramp        │
│   apps/bench/             bench.hypnex.xyz — public leaderboard          │
│   apps/docs/              docs.hypnex.xyz — this site                    │
│        ↑                                                                 │
│   typescript-staking      hypnex-staking      (MRC 73 referrals)        │
│   python-staking          hypnex-staking                                 │
│        ↑                                                                 │
│   typescript-registry     hypnex-registry     (MRC 58 — deployed)        │
│   python-registry         hypnex-registry                                │
│   registry-contracts      HypnexAgentRegistry.sol — Arb + Base mainnet   │
│        ↑                                                                 │
│   typescript              hypnex-openai       (drop-in inference)       │
│   python                  hypnex-openai                                  │
│   python-bench            hypnex-bench         (MRC 76 evals)            │
│                                                                          │
├──────────────────────────────────────────────────────────────────────────┤
│              Morpheus protocol — capital, code, compute, community       │
│              api.mor.org · DepositPool contracts · MOR token             │
└──────────────────────────────────────────────────────────────────────────┘

Three earning rails

Hypnex surfaces three ways to participate in the Morpheus ecosystem:

  1. Stake capital allocators deposit stETH/USDC/USDT/wBTC into Morpheus DepositPool contracts on Ethereum mainnet via stake.hypnex.xyz. The on-chain referrer field in MRC 73 is pre-filled with 0x22B5C0075372E743042b2d62b3D254425Eb957D8, which earns unlocked MOR for as long as the referee remains staked.

  2. Builders V4 subnet MOR holders deposit MOR into the Hypnex subnet on Arbitrum or Base. Subnet TVL earns proportional MOR rewards, claimable by claim_admin.

  3. SDKs developers ship products using the Morpheus inference network via hypnex-openai. Every call routes through api.mor.org, paid in MOR. Optional hypnex-registry makes the agent discoverable on-chain (MRC 58).

Protocol facts (verified live)

  • Inference base URL: https://api.mor.org/api/v1 (OpenAI-compatible, v1.22+)
  • Active models: 60+ LLMs (run hypnex-bench models to list)
  • Public model registry: https://active.mor.org/active_models.json
  • Default rate limit: 60 rpm / 100K tpm
  • Auth: bearer token (API key from app.mor.org)
  • Capital protocol audit: Code4rena, Aug 2025

Verified Morpheus contracts (Ethereum mainnet)

ContractAddress
MOR token0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0
DistributorV20xDf1AC1AC255d91F5f4B1E3B4Aef57c5350F64C7A
USDC DepositPool0x6cCE082851Add4c535352f596662521B4De4750E
USDT DepositPool0x3B51989212BEdaB926794D6bf8e9E991218cf116
wBTC DepositPool0xdE283F8309Fd1AA46c95d299f6B8310716277A42
wETH DepositPool0x9380d72aBbD6e0Cc45095A2Ef8c2CA87d77Cb384
ChainLinkDataConsumer0xd182263d06FDC463c96190005D6359CC3d3Bbc5e

MOR is a LayerZero OFT — same balance bridges natively between Ethereum, Arbitrum, and Base.

Released under the MIT License.