The Hypnex Builders subnet
Drop-in OpenAI client.
Paid in MOR.
Hypnex is the subnet building the payments rail for Morpheus agents. Three deliverables — SDK, registry, Forge — all live. Change one import and your existing OpenAI client routes through Morpheus's TEE-backed providers, paid in MOR.
- from openai import OpenAI
+ from hypnex_openai import OpenAI
client = OpenAI()
resp = client.chat.completions.create(
model="llama-3.3-70b",
messages=[{"role": "user", "content": "ping"}],
)
pip install hypnex-openai
·
npm i hypnex-openai
The Hypnex Builders subnet
The payments rail for Morpheus agents.
Hypnex is the subnet building the payments rail for Morpheus agents. Three deliverables — SDK, registry, Forge — all live.
Stake MOR here if you think agent-to-tool payments are the layer that gets used. Builders V4 rewards depositors proportionally to subnet stake, so the more this thesis plays out, the more your stake earns.
Direct from your wallet — no off-site redirect. Hypnex never custodies. Funds go to the Builders V4 contract on your chosen chain. Verified contracts: Arbitrum ↗ · Base ↗.
Three deliverables. One subnet.
SDK
OpenAI-compatible client. pip install hypnex-openai, change one line, route inference through Morpheus's TEE-backed providers. The default way an agent plugs into the network.
Registry
On-chain index of agents that consume Morpheus inference. Stable bytes32 ids, capability tags, model routing. Live on Base + Arbitrum.
Forge
Paid tool registry + per-call settlement rail. Agents pre-pay MOR earmarked for a tool; relayer posts signed receipts; on-chain settle() splits 90/10 (tool/protocol). Hard-capped at 20% in bytecode.
Why deposit MOR into this subnet?
- Three deliverables already shipped. SDK in production; registry contracts deployed and source-verified on Base + Arbitrum; Forge listing + escrow + relayer all live since 2026-05-09. Most Builders subnets are slideware.
- Authored protocol standards. Hypnex wrote the agent-registry spec, the paid-tool registry spec, and the referral-policy proposal the staking onramp implements. The subnet's contributions show up in the Morpheus governance record, not just on a landing page.
- Audited and source-verified. The Capital v2 contracts the staking onramp uses went through Code4rena (Aug 2025). Hypnex's own registry + Forge contracts are source-verified on Arbiscan + BaseScan and MIT-licensed.
- MIT, IPFS-pinned, no AWS. The frontend is content-addressed; the contracts are immutable; the SDK is on PyPI/npm. The subnet doesn't disappear if Hypnex Labs does.
- Builders V4 rewards = proportional to subnet stake. Stake here only if you believe the thesis. If agent-to-tool payments are the layer that gets used, this subnet's reward share grows; if not, it doesn't. Honest economics, same as everywhere else on this page.
Traction
Numbers update as deposits, agents, tools, and calls come in. Watch them onchain.
Subnet mechanics + contract addresses
Builders V4 lets MOR holders stake MOR into a project's subnet and earn proportional MOR rewards. Pick whichever chain your MOR is on, deposit ≥1 MOR, withdraw any time after 7 days. The subnet IDs and Builders V4 contracts:
0x36c36fde5da66f0a1106c17a2f59868071f320c0df7a34ce1ed217ee585f89cc0x42BB446eAE6dca7723a9eBdb81EA88aFe77eF4B9↗0xf49e6c12044230edf7d651592300618a0e8559a56caac5e078f0c0627d9feb750xC0eD68f163d44B6e9985F0041fDf6f67c6BCFF3f↗pip install hypnex-staking
·
BuildersClient(chain="base").deposit(sid, amount)
Subnet deliverable 01 · OpenAI-compatible SDK
SDK: drop-in inference client.
The default way an agent plugs into Morpheus inference. Change one import, keep the OpenAI client surface you already write against, and your calls route through Morpheus's TEE-backed providers, paid in MOR. ↑ back to the subnet thesis
- from openai import OpenAI
+ from hypnex_openai import OpenAI
client = OpenAI()
resp = client.chat.completions.create(
model="llama-3.3-70b",
messages=[{"role": "user", "content": "ping"}],
)
Subnet deliverable 02 · Agent registry
Registry: agents discoverable onchain.
Where agents register so tools can find them, and so payments know where to settle. An on-chain index of agents that consume Morpheus inference: stable bytes32 ids, public-by-default records, capability tags, and the model id each agent routes through. Deployed and verified on Arbitrum + Base. MIT-licensed, immutable, no admin keys over the registry itself. ↑ back to the subnet thesis
Registry on Arbitrum
contract
0xCC258a7BBF361fd824e87D4b3C0D394De6Fd454F
Registry on Base
contract
0xd4D014De1e0D6287BeeD39CD6de99E3A73645ca4
pip install hypnex-registry
·
npm i hypnex-registry
Subnet deliverable 03 · Paid tool registry
Forge: tools paid per call in MOR.
Where tools get paid per call in MOR. List your MCP server, agentic function, or dataset onchain (1 MOR listing fee). Take per-call payments through a pre-paid MOR escrow: agents deposit MOR earmarked for your tool; tool servers post signed receipts to relayer.hypnex.xyz; on-chain settle() debits the agent at callCount × price with 90% to you and 10% to the Hypnex protocol fee. The fee is admin-settable but hard-capped at 20% in the contract bytecode. Agents get a 24h-delayed self-custody exit so funds can never be trapped by a misbehaving tool. Source-verified on Arbiscan + BaseScan, MIT-licensed. ↑ back to the subnet thesis
Forge on Arbitrum
listing
0xa08ca3C2519DA71e923AD331AFE2989a99f013D2
escrow
0x88E32F332A5140Af16c6273d8131bC84BC089Da5
Forge on Base
listing
0x0c617b36E628b9BE689E3c55Ec901ebDBB8B45aC
escrow
0xCC258a7BBF361fd824e87D4b3C0D394De6Fd454F
pip install hypnex-forge
·
npm i hypnex-forge
Capital allocator
Stake stETH, USDC, USDT, or wBTC.
Earn underlying yield + MOR emissions.
Hold yield-bearing assets and want MOR exposure on top? Stake into Morpheus Capital v2 directly from your wallet. Hypnex is just the frontend; your principal stays in the audited Morpheus DepositPool. Same contracts every other Morpheus frontend uses.
No extra lock, no fees from Hypnex. Deposits route through the audited Morpheus DepositPool with the Hypnex Labs referrer address 0x22B5C0…57D8.
Your own staked MOR is locked for 90 days after each deposit. Your referral MOR is unlocked. Refer one staker, earn liquid MOR for as long as the referee keeps their stake. How the referral mechanic works ↗
pip install hypnex-openai
·
npm i hypnex-openai
vs app.mor.org
Same contracts. Different frontend.
Both interact with Morpheus Capital v2 directly. The smart-contract trust assumption is identical. The differences are in the frontend layer.
Last two rows: where app.mor.org is the better tool. Pick whichever frontend matches your use case — your stake lives in the same on-chain contracts either way.
How it works
Aave-wrapped capital, Chainlink-normalized yield, MOR emissions on top.
Four steps from connected wallet to claimable MOR.
ChainLinkDataConsumer) normalize cross-asset value so MOR emissions distribute fairly across pools. Your principal stays in the Morpheus DepositPool contract on Ethereum mainnet. Hypnex never touches it.Contracts (9)
0xDf1AC1AC255d91F5f4B1E3B4Aef57c5350F64C7A↗0x6cCE082851Add4c535352f596662521B4De4750E↗0x3B51989212BEdaB926794D6bf8e9E991218cf116↗0xdE283F8309Fd1AA46c95d299f6B8310716277A42↗0x9380d72aBbD6e0Cc45095A2Ef8c2CA87d77Cb384↗0xd182263d06FDC463c96190005D6359CC3d3Bbc5e↗0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0↗0x092baadb7def4c3981454dd9c0a0d7ff07bcfc86↗0x7431aDa8a591C955a994a21710752EF9b882b8e3↗No hype. Just the math.
Sourced from Morpheus's own documentation and on-chain emissions. The numbers below are illustrative. Verify the live values on mor.org and DefiLlama before staking. As of 2026-05-10.
Yield depends on total TVL — lower TVL means higher MOR per dollar staked, higher TVL means lower. We do not promise an APR. We promise you'll see the same on-chain emissions as everyone else, through wallet transactions instead of an account, with the referral mechanic surfaced front-and-centre. Live numbers on mor.org.
FAQ
The questions you should be asking.
No KYC, no custody, no marketing fluff. Just the mechanics.
What is the Power Factor multiplier?
Why does the referrer get unlocked MOR while the staker waits 90 days?
Do I need to register as a referrer? Is there KYC?
Is Hypnex custodying my assets?
What happens if Hypnex disappears?
How is the underlying yield generated?
ChainLinkDataConsumer contract at 0xd182263d…3Bbc5e) normalize cross-asset value so emissions distribute proportionally across pools. MOR rewards are paid on top of underlying yield, not instead of it. Source: DistributorV2.sol.