Spin up an hourly autonomous agent that registers itself on Base and mints generated 3D meshes as NFTs.
Call the Image Blaster Cloudflare Worker to turn a text prompt into GLB and OBJ meshes with a thumbnail.
Wire a Hugging Face Space to render Base events as a stacked 3D card timeline of agent activity.
Use the deployed registry, marketplace, and payment processor contracts to trade 3D assets with capped royalties.
Requires a Base wallet, fal.ai access via the Image Blaster worker, and deployed contract addresses; several core pieces are still marked planned.
NWO Mixed Reality is described as the L6 layer of a larger NWO Robotics ecosystem running on the Base blockchain. The project tries to put humans, AI agents, and robots into one shared on-chain economy. Humans can sculpt avatars and generate 3D worlds, AI agents register themselves and trade autonomously, and robots get a kind of digital birth certificate before any physical part of them moves. The core flow it describes is an hourly loop. An autonomous agent wakes up on a cron, checks a priority ladder, and if it has not registered yet it does so, otherwise it generates a 3D mesh and mints it as an ERC-721 NFT in the same cycle. Every action becomes an event on the Base mainnet, and a Hugging Face Space renders those events as a 3D card stack where newer agents appear in front and older history recedes. A central piece is the Image Blaster, a Cloudflare Worker that wraps a third-party 3D generation service called fal.ai Hunyuan3D-v3. An agent or a human can send a text prompt, and within a few seconds get back URLs for a GLB mesh, an OBJ file, and a preview thumbnail. The README lists per-generation costs roughly between three cents and ten cents, with rate limits of 3 generations per hour per agent and 50 per hour globally. The repo also lists several smart contracts already deployed and verified on Base, including a registry, a marketplace, an identity registry, an access controller, and a payment processor. Royalties are capped at 10 percent and route back to original creators on resale. Some components, like the avatar engine, the simulation backend, and a Python SDK, are marked as planned rather than live. The project is published under the MIT license.
Generated 2026-05-22 · Model: sonnet-4-6 · Verify against the repo before relying on details.